android_kernel_xiaomi_sm8350/arch/powerpc/boot
Kim Phillips 1b9a93eb46 [POWERPC] Add MPC8349E MDS device tree source file to arch/powerpc/boot/dts
Add MPC8349E MDS device tree source file to arch/powerpc/boot/dts

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-08-30 10:34:33 +10:00
..
dts [POWERPC] Add MPC8349E MDS device tree source file to arch/powerpc/boot/dts 2006-08-30 10:34:33 +10:00
.gitignore
addnote.c
addRamDisk.c
crt0.S
div64.S
dummy.c
elf.h
hack-coff.c
install.sh
main.c
Makefile
page.h
ppc_asm.h
prom.c
prom.h
README
rs6000.h
stdio.c
stdio.h
string.h
string.S
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