linux-stable-rt/arch/powerpc/boot
Zang Roy-r61911 4b3afca934 [POWERPC] Add mpc7448hpc2 device tree source file
This patch adds the mpc7448hpc2 device tree source file.

Signed-off-by: Roy Zang	<tie-fei.zang@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-08-30 10:36:13 +10:00
..
dts [POWERPC] Add mpc7448hpc2 device tree source file 2006-08-30 10:36:13 +10:00
.gitignore
Makefile
README
addRamDisk.c
addnote.c
crt0.S
div64.S
dummy.c
elf.h
hack-coff.c
install.sh
main.c
page.h
ppc_asm.h
prom.c
prom.h
rs6000.h
stdio.c
stdio.h
string.S
string.h
zImage.coff.lds
zImage.lds

README

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