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
jacmet@sunsite.dk f93c7c5aab [POWERPC] mpc8349emitx.dts: Setup USB-DR for peripheral mode. 18 years ago
..
dts [POWERPC] mpc8349emitx.dts: Setup USB-DR for peripheral mode. 18 years ago
.gitignore [POWERPC] bootwrapper: Add a cuboot platform and a cuImage target 18 years ago
44x.c [POWERPC] Derive ebc ranges property from EBC registers 18 years ago
44x.h [POWERPC] Derive ebc ranges property from EBC registers 18 years ago
Makefile [POWERPC] Create a dummy zImage if no valid platform has been selected 18 years ago
README powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
addRamDisk.c powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
addnote.c powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
crt0.S [POWERPC] Fix building of COFF zImages 18 years ago
cuboot-83xx.c [POWERPC] Consolidate cuboot initialization code 18 years ago
cuboot-85xx.c [POWERPC] Consolidate cuboot initialization code 18 years ago
cuboot-ebony.c [POWERPC] Consolidate cuboot initialization code 18 years ago
cuboot.c [POWERPC] Consolidate cuboot initialization code 18 years ago
cuboot.h [POWERPC] Consolidate cuboot initialization code 18 years ago
dcr.h [POWERPC] Derive ebc ranges property from EBC registers 18 years ago
devtree.c [POWERPC] Add dt_xlate_addr() to bootwrapper 18 years ago
div64.S powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
dummy.c powerpc/32: Generate miboot images with ARCH=powerpc 19 years ago
ebony.c [POWERPC] Derive ebc ranges property from EBC registers 18 years ago
elf.h [POWERPC] Move bootwrapper ELF parsing routines to a file 18 years ago
elf_util.c [POWERPC] Move bootwrapper ELF parsing routines to a file 18 years ago
flatdevtree.c [POWERPC] Remove unused code causing a compile warning 18 years ago
flatdevtree.h [POWERPC] bootwrapper: Make ft_create_node() pay attention to the parent parameter. 18 years ago
flatdevtree_env.h [POWERPC] Add flatdevtree source 19 years ago
flatdevtree_misc.c [POWERPC] bootwrapper: Add dt_ops methods. 18 years ago
gunzip_util.c [POWERPC] boot: More verbose gunzip error message 18 years ago
gunzip_util.h [POWERPC] Add documentation for the zImage's gunzip convenience functions 18 years ago
hack-coff.c powerpc: Make COFF zImages for old 32-bit powermacs 19 years ago
holly.c [POWERPC] Holly bootwrapper 18 years ago
install.sh [PATCH] powerpc: trivial: modify comments to refer to new location of files 19 years ago
io.h [POWERPC] Add non-OF serial console support 19 years ago
main.c [POWERPC] Make kernel_entry_t have global scope in bootwrapper 18 years ago
mktree.c [POWERPC] Support for the Ebony 440GP reference board in arch/powerpc 18 years ago
mpsc.c [POWERPC] Add bootwrapper support for Marvell MPSC 18 years ago
mv64x60.c [POWERPC] Add bootwrapper support for Marvell/mv64x60 hostbridge 18 years ago
mv64x60.h [POWERPC] Add bootwrapper support for Marvell/mv64x60 hostbridge 18 years ago
mv64x60_i2c.c [POWERPC] Add bootwrapper support for Marvell/mv64x60 I2C 18 years ago
ns16550.c [POWERPC] bootwrapper: Add dt_xlate_reg(), and use it to find serial registers. 18 years ago
of.c [POWERPC] Make more OF-related bootwrapper functions available to non-OF platforms 18 years ago
of.h [POWERPC] Make more OF-related bootwrapper functions available to non-OF platforms 18 years ago
ofconsole.c [POWERPC] Make more OF-related bootwrapper functions available to non-OF platforms 18 years ago
oflib.c [POWERPC] Make more OF-related bootwrapper functions available to non-OF platforms 18 years ago
ops.h [POWERPC] Make kernel_entry_t have global scope in bootwrapper 18 years ago
page.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
ppc_asm.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
ppcboot.h [POWERPC] bootwrapper: Add ppcboot.h 18 years ago
prpmc2800.c [POWERPC] Add bootwrapper support for Motorola PrPMC2800 platform 18 years ago
ps3-head.S PS3: Fix build with 32-bit toolchains 18 years ago
ps3-hvcall.S PS3: Fix build with 32-bit toolchains 18 years ago
ps3.c [POWERPC] PS3: Bootwrapper support. 18 years ago
reg.h [POWERPC] New reg.h for the zImage 18 years ago
rs6000.h powerpc: Make COFF zImages for old 32-bit powermacs 19 years ago
serial.c [POWERPC] Fix constantness of bootwrapper arg 18 years ago
simple_alloc.c [POWERPC] bootwrapper: Use `unsigned long' for malloc sizes 18 years ago
stdio.c [POWERPC] Add u64 printf to bootwrapper 18 years ago
stdio.h [POWERPC] Add gcc format warnings to zImage printf() 18 years ago
string.S powerpc: Avoid unaligned loads and stores in boot memcpy code 19 years ago
string.h powerpc: Move ppc64 boot wrapper code over to arch/powerpc 19 years ago
treeboot-ebony.c [POWERPC] Support for the Ebony 440GP reference board in arch/powerpc 18 years ago
types.h [POWERPC] Add signed types to bootwrapper 18 years ago
util.S [POWERPC] Add non-OF serial console support 19 years ago
wrapper [POWERPC] PS3: Bootwrapper support. 18 years ago
zImage.coff.lds.S [POWERPC] zImage: Cleanup and improve zImage entry point 18 years ago
zImage.lds.S [POWERPC] zImage: Cleanup and improve zImage entry point 18 years ago
zImage.ps3.lds.S [POWERPC] PS3: Bootwrapper support. 18 years ago

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