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
Grant Likely 5492a7e4cb [POWERPC] mpc5200: Fix incorrect compatible string for the mdio node 17 years ago
..
dtc-src [POWERPC] Update .gitignore files 17 years ago
dts [POWERPC] mpc5200: Fix incorrect compatible string for the mdio node 17 years ago
libfdt [POWERPC] Merge libfdt upstream source 17 years ago
.gitignore [POWERPC] 8xx: Analogue & Micro Adder875 board support. 17 years ago
4xx.c [POWERPC] 4xx: logical/bitand typo in powerpc/boot/4xx.c 17 years ago
4xx.h [POWERPC] 4xx: Add 405GPr and 405EP support in boot wrapper 17 years ago
44x.h
Makefile [POWERPC] Fix build failure for tqm8540 and sbc85xx defconfigs 17 years ago
README
addRamDisk.c
addnote.c
bamboo.c [POWERPC] 4xx: Rework clock probing in boot wrapper 17 years ago
cpm-serial.c
crt0.S
cuboot-8xx.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
cuboot-52xx.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
cuboot-83xx.c [POWERPC] bootwrapper: convert cuboot-8{3,5}xx to dt_fixup_mac_address_by_alias 17 years ago
cuboot-85xx-cpm2.c [POWERPC] Add a cuboot wrapper for 85xx with CPM2 17 years ago
cuboot-85xx.c [POWERPC] bootwrapper: convert cuboot-8{3,5}xx to dt_fixup_mac_address_by_alias 17 years ago
cuboot-824x.c [POWERPC] Add initial iomega StorCenter board port. 17 years ago
cuboot-bamboo.c [POWERPC] 4xx: Use correct board info structure in cuboot wrappers 17 years ago
cuboot-ebony.c [POWERPC] 4xx: Use correct board info structure in cuboot wrappers 17 years ago
cuboot-katmai.c [POWERPC] 4xx: Use correct board info structure in cuboot wrappers 17 years ago
cuboot-mpc7448hpc2.c [POWERPC] bootwrapper: Build multiple cuImages 17 years ago
cuboot-pq2.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
cuboot-rainier.c [POWERPC] 4xx: libfdt and pci fixes for Rainier 17 years ago
cuboot-sequoia.c [POWERPC] 44x: Sequoia and Rainier updates for 2.6.25 17 years ago
cuboot-taishan.c [POWERPC] 44x: add missing define TARGET_4xx and TARGET_440GX to cuboot-taishan 17 years ago
cuboot-warp.c [POWERPC] 4xx: Use correct board info structure in cuboot wrappers 17 years ago
cuboot.c
cuboot.h
dcr.h [POWERPC] 4xx: Add 405GPr and 405EP support in boot wrapper 17 years ago
devtree.c [POWERPC] bootwrapper: Add find_node_by_alias and dt_fixup_mac_address_by_alias 17 years ago
div64.S
dummy.c
ebony.c [POWERPC] 4xx: Rework clock probing in boot wrapper 17 years ago
elf.h
elf_util.c
ep88xc.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
ep405.c [POWERPC] 4xx: EP405 boards support for arch/powerpc 17 years ago
ep8248e.c [POWERPC] 82xx: Embedded Planet EP8248E support 17 years ago
fixed-head.S
flatdevtree_env.h Fix file references in documentation and Kconfig 17 years ago
fsl-soc.c
fsl-soc.h
gunzip_util.c
gunzip_util.h
hack-coff.c
holly.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
install.sh
io.h
libfdt-wrapper.c [POWERPC] bootwrapper: Add find_node_by_compatible 17 years ago
libfdt_env.h [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
main.c [POWERPC] Kill flatdevtree.c 17 years ago
mktree.c
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] bootwrapper: Add find_node_by_compatible 17 years ago
page.h
planetcore.c
planetcore.h
ppc_asm.h
ppcboot.h
pq2.c
pq2.h
prpmc2800.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
ps3-head.S
ps3-hvcall.S [POWERPC] PS3: Fix bootwrapper hang bug 17 years ago
ps3.c [POWERPC] Use embedded libfdt in the bootwrapper 17 years ago
redboot-8xx.c [POWERPC] 8xx: Analogue & Micro Adder875 board support. 17 years ago
redboot.h [POWERPC] 8xx: Analogue & Micro Adder875 board support. 17 years ago
reg.h [POWERPC] 4xx: Add mfspr/mtspr inline macros to 4xx bootwrapper 17 years ago
rs6000.h
serial.c [POWERPC] mpc5200: make dts files conform to generic names recommended practice 17 years ago
simple_alloc.c
stdio.c
stdio.h
stdlib.c
stdlib.h
string.S
string.h
treeboot-bamboo.c
treeboot-ebony.c
treeboot-walnut.c [POWERPC] 4xx: Adds decoding of 440SPE memory size to boot wrapper library 17 years ago
types.h
uartlite.c
util.S
wrapper [POWERPC] Fix build failure for tqm8540 and sbc85xx defconfigs 17 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