Home
last modified time | relevance | path

Searched hist:b2e2142c500c48a57f18f9dd30e66c13caea0971 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/post/
H A Dtests.cdiff b2e2142c500c48a57f18f9dd30e66c13caea0971 Wed Jan 09 03:38:58 CST 2008 Stefan Roese <sr@denx.de> 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>