android_kernel_samsung_msm8976/arch/powerpc/boot
Mark A. Greer b2c5f61920 [POWERPC] Start arch/powerpc/boot code reorganization
This abstracts the operations used in the bootwrapper, and defines
the operations needed for the bootwrapper to run on an OF platform.

The operations have been divided up into platform ops (platform_ops),
firmware ops (fw_ops), device tree ops (dt_ops), and console ops
(console_ops).

The proper operations will be hooked up at runtime to provide the
functionality that you need.

Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-09-20 15:09:58 +10:00
..
dts [POWERPC] Fix MPC8349EMDS dts PCI interrupt-map values for IDSEL 0x18 2006-09-14 10:36:11 +10:00
.gitignore
addnote.c
addRamDisk.c
crt0.S
div64.S
dummy.c
elf.h
flatdevtree.h [POWERPC] Start arch/powerpc/boot code reorganization 2006-09-20 15:09:58 +10:00
hack-coff.c
install.sh
main.c [POWERPC] Start arch/powerpc/boot code reorganization 2006-09-20 15:09:58 +10:00
Makefile [POWERPC] Start arch/powerpc/boot code reorganization 2006-09-20 15:09:58 +10:00
of.c [POWERPC] Start arch/powerpc/boot code reorganization 2006-09-20 15:09:58 +10:00
ops.h [POWERPC] Start arch/powerpc/boot code reorganization 2006-09-20 15:09:58 +10:00
page.h
ppc_asm.h
README
rs6000.h
stdio.c [POWERPC] Start arch/powerpc/boot code reorganization 2006-09-20 15:09:58 +10:00
stdio.h [POWERPC] Start arch/powerpc/boot code reorganization 2006-09-20 15:09:58 +10:00
string.h
string.S
types.h [POWERPC] Start arch/powerpc/boot code reorganization 2006-09-20 15:09:58 +10:00
zImage.coff.lds
zImage.lds

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