Phil,
In your CW install directory there is a folder called \PowerPC_EABI_Support\Initialization_Files\PQ2
In this folder are all of the register init files for PQ2 CPUs.
The 8272ADS board is known in fact as PQ2_FADS_xxxxxxx where the xxxxx is dependant on the exact board model that you have. Take a look at the file names in there and select the board type that matches what you have.
The vast majority of the file contents are not in fact really needed for debugging a u-boot flash image as in fact u-boot will do all of the Board init. However there are a few registers that are essential to be programmed so that the debugger can find the memory mapped registers.
MSR
SYPCR
MBAR
It won't hurt to use a full register init file as u-boot when it runs will simply overwrite the registers again though. If you want help to get an exact file written, can I ask you to email support@freescale.com and provide details of the exact 8272 board that you have, as well as your linux BSP details or at the very least information about your u-boot version.