Home
last modified time | relevance | path

Searched hist:"2 cad92fd" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/pxa/
H A Dstart.S2cad92fd Tue Sep 28 08:44:10 CDT 2010 Marek Vasut <marek.vasut@gmail.com> 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>