You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/arch/powerpc/boot
Linus Torvalds cb20c28a9c Merge branch 'hostprogs-wmissing-prototypes' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linux-misc 15 years ago
..
dtc-src Move dtc and libfdt sources from arch/powerpc/boot to scripts/dtc 16 years ago
dts powerpc/83xx: Fix u-boot partion size for MPC8377E-WLAN boards 15 years ago
.gitignore powerpc: Have git ignore generated files from dtc compile 16 years ago
4xx.c powerpc/405ex: provide necessary fixup function to support cuImage 16 years ago
4xx.h powerpc/405ex: provide necessary fixup function to support cuImage 16 years ago
44x.h
Makefile powerpc/405ex: support cuImage via included dtb 16 years ago
README
addRamDisk.c arch/powerpc/boot/addRamDisk.c: Mark several internal functions static 15 years ago
addnote.c Revert "powerpc: Sync RPA note in zImage with kernel's RPA note" 16 years ago
bamboo.c
cpm-serial.c
crt0.S
crtsavres.S
cuboot-8xx.c
cuboot-52xx.c powerpc/52xx: Make cuImage more robust in locating immr node. 17 years ago
cuboot-83xx.c
cuboot-85xx-cpm2.c
cuboot-85xx.c powerpc/85xx: cuboot - Fix up ethernet3 MAC address on MPC85xx 16 years ago
cuboot-824x.c
cuboot-acadia.c powerpc/40x: Add cuboot wrapper for Acadia board 17 years ago
cuboot-amigaone.c powerpc/amigaone: Bootwrapper and serial console support for AmigaOne 16 years ago
cuboot-bamboo.c
cuboot-c2k.c
cuboot-ebony.c
cuboot-hotfoot.c powerpc/40x: Add support for the ESTeem 195E (PPC405EP) SBC 16 years ago
cuboot-katmai.c
cuboot-kilauea.c powerpc/405ex: support cuImage via included dtb 16 years ago
cuboot-mpc7448hpc2.c
cuboot-pq2.c
cuboot-rainier.c
cuboot-sam440ep.c
cuboot-sequoia.c
cuboot-taishan.c
cuboot-warp.c powerpc/44x: Warp patches for the new NDFC driver 16 years ago
cuboot-yosemite.c
cuboot.c
cuboot.h
dcr.h powerpc/405ex: provide necessary fixup function to support cuImage 16 years ago
devtree.c powerpc/bootwrapper: Use the child-bus #address-cells to decide which range entry to use 16 years ago
div64.S
dummy.c
ebony.c
elf.h
elf_util.c
ep88xc.c
ep405.c
ep8248e.c
fixed-head.S
flatdevtree_env.h
fsl-soc.c
fsl-soc.h
gunzip_util.c
gunzip_util.h
hack-coff.c
holly.c
install.sh kbuild: use INSTALLKERNEL to select customized installkernel script 16 years ago
io.h
libfdt-wrapper.c powerpc/boot: Allocate more memory for dtb 16 years ago
libfdt_env.h
main.c powerpc: Fix format string warning in arch/powerpc/boot/main.c 16 years ago
mktree.c powerpc: use consistent types in mktree 16 years ago
mpc8xx.c
mpc8xx.h
mpc52xx-psc.c
mpsc.c
mv64x60.c
mv64x60.h
mv64x60_i2c.c
ns16550.c
of.c
of.h
ofconsole.c
oflib.c
ops.h powerpc: Add del_node() for early boot code to prune inapplicable devices. 17 years ago
page.h
planetcore.c
planetcore.h
ppc_asm.h
ppcboot-hotfoot.h powerpc/40x: Add support for the ESTeem 195E (PPC405EP) SBC 16 years ago
ppcboot.h
pq2.c
pq2.h
prpmc2800.c
ps3-head.S
ps3-hvcall.S
ps3.c
redboot-8xx.c
redboot-83xx.c
redboot.h
reg.h
rs6000.h
serial.c powerpc/amigaone: Bootwrapper and serial console support for AmigaOne 16 years ago
simple_alloc.c
simpleboot.c Move dtc and libfdt sources from arch/powerpc/boot to scripts/dtc 16 years ago
stdio.c
stdio.h
stdlib.c
stdlib.h
string.S powerpc: Fix boot wrapper memcmp() called with zero length argument 17 years ago
string.h
treeboot-bamboo.c
treeboot-ebony.c
treeboot-walnut.c
types.h
uartlite.c
util.S
virtex.c
virtex405-head.S
wrapper powerpc: Update boot wrapper script with the new location of dtc 16 years ago
zImage.coff.lds.S
zImage.lds.S
zImage.ps3.lds.S

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