uboot-mt623x/post
Stefan Roese b2e2142c50 POST: Execute SPR test after relocation
On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
self modifying code and this doesn't work with stack in d-cache, since
I can't move the code from d-cache to i-cache. We move the SPR test to
be executed a little later, after relocation. Then stack is located in
SDRAM and this self-modifying code is no problem anymore.

Signed-off-by: Stefan Roese <sr@denx.de>
2008-01-09 10:38:58 +01:00
..
board ppc4xx: Fix lwmon5 compilation problem 2007-12-27 19:35:34 +01:00
cpu Cosmetic changes to ECC POST for AMCC Denali core 2007-12-27 19:35:35 +01:00
drivers POST: limit memory test area to not touch global data anymore 2007-08-25 05:07:16 +02:00
lib_ppc ppc4xx: Enable CPU POST test for 4xx with dcache enabled 2007-10-31 21:21:47 +01:00
Makefile Restructure POST directory to support of other CPUs, boards, etc. 2007-03-06 18:08:43 +01:00
post.c make show_boot_progress () weak. 2007-07-13 09:54:17 +02:00
rules.mk Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
tests.c POST: Execute SPR test after relocation 2008-01-09 10:38:58 +01:00