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
Tiejun Chen c5b20d3926 powerpc/405ex: support cuImage via included dtb 16 years ago
..
dtc-src Move dtc and libfdt sources from arch/powerpc/boot to scripts/dtc 16 years ago
dts powerpc/40x: Add support for the ESTeem 195E (PPC405EP) SBC 16 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
addnote.c Revert "powerpc: Sync RPA note in zImage with kernel's RPA note" 16 years ago
bamboo.c
cpm-serial.c [POWERPC] cpm-serial: Relocate CPM buffer descriptors and SMC parameter ram. 17 years ago
crt0.S
crtsavres.S [POWERPC] Fix bootwrapper builds with newer gcc versions 17 years ago
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 powerpc: Boot code for the C2K 17 years ago
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 [POWERPC] cuboot-pq2: PCI fixes 17 years ago
cuboot-rainier.c
cuboot-sam440ep.c powerpc/4xx: Sam440ep support 17 years ago
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 powerpc: Make the 64-bit kernel as a position-independent executable 17 years ago
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 powerpc/install: Bail with error code on error in install script 16 years ago
io.h powerpc: Move include files to arch/powerpc/include/asm 17 years ago
libfdt-wrapper.c powerpc/boot: Allocate more memory for dtb 16 years ago
libfdt_env.h powerpc: Update in-kernel dtc and libfdt to version 1.2.0 17 years ago
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 [POWERPC] Add bootwrapper function to get virtual reg from the device tree. 17 years ago
mpsc.c [POWERPC] prpmc2800: Clean up dts properties 17 years ago
mv64x60.c [POWERPC] mv64x60: Remove device tree absolute path references 17 years ago
mv64x60.h
mv64x60_i2c.c [POWERPC] mv64x60: Remove device tree absolute path references 17 years ago
ns16550.c [POWERPC] Xilinx: boot support for Xilinx uart 16550. 17 years ago
of.c
of.h
ofconsole.c
oflib.c powerpc: Change the default link address for pSeries zImage kernels 17 years ago
ops.h powerpc: Add del_node() for early boot code to prune inapplicable devices. 16 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 [POWERPC] mv64x60: Remove device tree absolute path references 17 years ago
ps3-head.S
ps3-hvcall.S
ps3.c
redboot-8xx.c
redboot-83xx.c [POWERPC] 83xx: Add support for Analogue & Micro ASP837E board 17 years ago
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 16 years ago
string.h
treeboot-bamboo.c
treeboot-ebony.c
treeboot-walnut.c
types.h
uartlite.c
util.S
virtex.c powerpc/virtex: Fix booting of Xilinx FPGAs with 16550 for 405 and 440 17 years ago
virtex405-head.S
wrapper powerpc: Update boot wrapper script with the new location of dtc 16 years ago
zImage.coff.lds.S powerpc: Change the default link address for pSeries zImage kernels 17 years ago
zImage.lds.S powerpc: Change the default link address for pSeries zImage kernels 17 years ago
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