android_kernel_xiaomi_sm7250/arch/powerpc/boot
..
.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