kernel-ark/arch/powerpc/boot
Stefan Roese dc88416b09 [POWERPC] 4xx: Change Kilauea PCIe bus ranges in dts file
Currently we have some limitations in the 4xx PCIe driver and can't
support all possible PCIe busses. But the current limits in the
dts file are quite low (only 16 busses per RC). This patch increases
the number to 64 per RC.

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
2007-12-23 13:36:33 -06:00
..
dtc-src [POWERPC] Merge dtc upstream source 2007-12-20 16:17:52 +11:00
dts [POWERPC] 4xx: Change Kilauea PCIe bus ranges in dts file 2007-12-23 13:36:33 -06:00
libfdt [POWERPC] Merge libfdt upstream source 2007-12-11 13:46:13 +11:00
.gitignore
4xx.c [POWERPC] 4xx: Rework clock probing in boot wrapper 2007-12-23 13:14:48 -06:00
4xx.h [POWERPC] 4xx: Rework clock probing in boot wrapper 2007-12-23 13:14:48 -06:00
44x.h
addnote.c
addRamDisk.c
bamboo.c [POWERPC] 4xx: Rework clock probing in boot wrapper 2007-12-23 13:14:48 -06:00
cpm-serial.c
crt0.S
cuboot-8xx.c [POWERPC] Use embedded libfdt in the bootwrapper 2007-12-11 13:46:14 +11:00
cuboot-52xx.c [POWERPC] Use embedded libfdt in the bootwrapper 2007-12-11 13:46:14 +11:00
cuboot-83xx.c [POWERPC] Use embedded libfdt in the bootwrapper 2007-12-11 13:46:14 +11:00
cuboot-85xx.c [POWERPC] Use embedded libfdt in the bootwrapper 2007-12-11 13:46:14 +11:00
cuboot-bamboo.c
cuboot-ebony.c
cuboot-hpc2.c [POWERPC] Use embedded libfdt in the bootwrapper 2007-12-11 13:46:14 +11:00
cuboot-katmai.c [POWERPC] 4xx: Base support for 440SPe "Katmai" eval board 2007-12-23 13:14:57 -06:00
cuboot-pq2.c [POWERPC] Use embedded libfdt in the bootwrapper 2007-12-11 13:46:14 +11:00
cuboot-rainier.c [POWERPC] 4xx: libfdt and pci fixes for Rainier 2007-12-23 13:28:40 -06:00
cuboot-sequoia.c [POWERPC] 44x: Sequoia and Rainier updates for 2.6.25 2007-12-23 13:27:58 -06:00
cuboot-taishan.c [POWERPC] 4xx: Rework clock probing in boot wrapper 2007-12-23 13:14:48 -06:00
cuboot.c
cuboot.h
dcr.h [POWERPC] 4xx: Rework clock probing in boot wrapper 2007-12-23 13:14:48 -06:00
devtree.c
div64.S
dummy.c
ebony.c [POWERPC] 4xx: Rework clock probing in boot wrapper 2007-12-23 13:14:48 -06:00
elf_util.c
elf.h
ep88xc.c [POWERPC] Use embedded libfdt in the bootwrapper 2007-12-11 13:46:14 +11:00
ep405.c [POWERPC] 4xx: EP405 boards support for arch/powerpc 2007-12-23 13:13:14 -06:00
fixed-head.S
flatdevtree_env.h
fsl-soc.c
fsl-soc.h
gunzip_util.c
gunzip_util.h
hack-coff.c
holly.c [POWERPC] Use embedded libfdt in the bootwrapper 2007-12-11 13:46:14 +11:00
install.sh
io.h
libfdt_env.h [POWERPC] Use embedded libfdt in the bootwrapper 2007-12-11 13:46:14 +11:00
libfdt-wrapper.c [POWERPC] wrapper: Treat NULL as root node in devp_offset; add devp_offset_find() 2007-12-20 16:11:46 +11:00
main.c [POWERPC] Kill flatdevtree.c 2007-12-11 13:46:15 +11:00
Makefile [POWERPC] 4xx: 440GRx Rainier bootwrapper. 2007-12-23 13:22:05 -06:00
mktree.c
mpc8xx.c
mpc8xx.h
mpc52xx-psc.c
mpsc.c
mv64x60_i2c.c
mv64x60.c
mv64x60.h
ns16550.c
of.c
of.h
ofconsole.c
oflib.c
ops.h [POWERPC] Kill flatdevtree.c 2007-12-11 13:46:15 +11:00
page.h
planetcore.c
planetcore.h
ppc_asm.h
ppcboot.h
pq2.c
pq2.h
prpmc2800.c [POWERPC] Use embedded libfdt in the bootwrapper 2007-12-11 13:46:14 +11:00
ps3-head.S
ps3-hvcall.S
ps3.c [POWERPC] Use embedded libfdt in the bootwrapper 2007-12-11 13:46:14 +11:00
README
reg.h [POWERPC] 4xx: Add mfspr/mtspr inline macros to 4xx bootwrapper 2007-12-23 13:14:22 -06:00
rs6000.h
serial.c
simple_alloc.c
stdio.c
stdio.h
stdlib.c
stdlib.h
string.h
string.S
treeboot-bamboo.c
treeboot-ebony.c
treeboot-walnut.c [POWERPC] 4xx: Adds decoding of 440SPE memory size to boot wrapper library 2007-12-23 13:14:13 -06:00
types.h
uartlite.c
util.S
wrapper [POWERPC] 4xx: EP405 boards support for arch/powerpc 2007-12-23 13:13:14 -06:00
zImage.coff.lds.S
zImage.lds.S
zImage.ps3.lds.S

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