Scott Wood d0f53fafc0 [POWERPC] bootwrapper: Add CPM serial driver
This serial port is used on all 8xx, many 82xx, and some 85xx chips.

The driver requires that the port has already been set up by the firmware
and/or platform code.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-08-22 15:26:20 +10:00
..
2007-08-20 07:30:32 -05:00
2007-08-20 07:30:32 -05:00
2007-08-20 07:30:32 -05:00
2007-08-20 07:30:32 -05:00
2007-06-07 22:21:31 +10:00
2007-08-20 07:30:32 -05:00
2007-08-20 07:28:30 -05:00
2007-05-08 11:54:21 +10:00
2007-07-10 21:56:40 +10:00
2007-03-26 15:11:20 +10:00
2007-07-10 21:56:40 +10:00

To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:

objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
objcopy -j .kernel:System.map -O binary zImage System.map.gz
objcopy -j .kernel:.config -O binary zImage config.gz
objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz


	Peter