u-boot-brain/arch/arm/cpu/pxa
Marek Vasut 2cad92fd67 PXA: Fix reloc, Push lowlevel init into C code
Firstly, this fixes relocation issues. I had to use part of Dcache as RAM for a
while. I also moved around the lowlevel init code. It turned out so most of the
lowlevel init code ended in cpu.c (and eventually was rewritten into C).

This will also allow easier operation with FDT, multi-CPU-model support etc. in
later releases.

NOTE: This breaks most of the PXA boards (actually, the reloc stuff did already,
this only finishes the doom).

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
2010-10-19 23:04:35 +02:00
..
config.mk arm: Move cpu/$CPU to arch/arm/cpu/$CPU 2010-04-13 09:13:24 +02:00
cpu.c PXA: Fix reloc, Push lowlevel init into C code 2010-10-19 23:04:35 +02:00
i2c.c PXA: pxa-regs.h cleanup 2010-10-19 22:46:22 +02:00
Makefile arm: Move cpu/$CPU to arch/arm/cpu/$CPU 2010-04-13 09:13:24 +02:00
pxafb.c PXA: pxafb: Marvell Littleton LCD definition 2010-10-19 22:46:56 +02:00
start.S PXA: Fix reloc, Push lowlevel init into C code 2010-10-19 23:04:35 +02:00
timer.c PXA: pxa-regs.h cleanup 2010-10-19 22:46:22 +02:00
u-boot.lds ARM: implement relocation for pxa 2010-09-19 19:29:55 +02:00
usb.c PXA: pxa-regs.h cleanup 2010-10-19 22:46:22 +02:00