original_kernel/arch/powerpc/boot
Jon Loeliger 3d7714867a [POWERPC] Add MPC8641 HPCN Device Tree Source file.
As per list discussion, let's add device tree source files
under powerpc/boot/dts.  If nothing else, it is a starting point.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-08-08 17:07:06 +10:00
..
dts
.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