]> git.ipfire.org Git - people/ms/u-boot.git/commit
PXA: Fix reloc, Push lowlevel init into C code
authorMarek Vasut <marek.vasut@gmail.com>
Tue, 28 Sep 2010 13:44:10 +0000 (15:44 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 19 Oct 2010 21:04:35 +0000 (23:04 +0200)
commit2cad92fd674d035a04631b9ab044c030f95e0fec
treec5bed46f66945b04516de625c28d9f9efa625481
parent6ef6eb91cda895de3366068fc2caf25328786f4d
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>
arch/arm/cpu/pxa/cpu.c
arch/arm/cpu/pxa/start.S