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
Ben Hutchings 4d9ef89dee powerpc/boot/dts: Install dts from the right directory 14 years ago
..
dtc-src Move dtc and libfdt sources from arch/powerpc/boot to scripts/dtc 16 years ago
dts Merge remote branch 'kumar/next' into merge 14 years ago
.gitignore powerpc: Have git ignore generated files from dtc compile 16 years ago
4xx.c powerpc/44x: Fix UART clocks on 440SPe 15 years ago
4xx.h powerpc/405ex: provide necessary fixup function to support cuImage 16 years ago
44x.h
Makefile powerpc/boot/dts: Install dts from the right directory 14 years ago
README
addnote.c powerpc: Use static const char arrays 15 years ago
bamboo.c
cpm-serial.c
crt0.S
crtsavres.S
cuboot-8xx.c
cuboot-52xx.c
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
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
div64.S powerpc: Fix div64 in bootloader 14 years ago
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
gamecube-head.S powerpc: gamecube: bootwrapper bits 15 years ago
gamecube.c powerpc: gamecube: bootwrapper bits 15 years ago
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
libfdt_env.h
main.c
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
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
string.h
treeboot-bamboo.c
treeboot-ebony.c
treeboot-iss4xx.c powerpc/4xx: Simple platform for the ISS 4xx simulator 15 years ago
treeboot-walnut.c
types.h
uartlite.c
ugecon.c powerpc/gamecube/wii: Fix off-by-one error in ugecon/usbgecko_udbg 15 years ago
ugecon.h powerpc: gamecube/wii: usbgecko bootwrapper console support 15 years ago
util.S
virtex.c
virtex405-head.S
wii-head.S powerpc: wii: bootwrapper bits 15 years ago
wii.c wii: bootwrapper: add fixup to calc useable mem2 15 years ago
wrapper powerpc/4xx: Simple platform for the ISS 4xx simulator 15 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