On Fri, 2007-04-27 at 23:37 +0200, Uwe Hermann wrote:
/src/mainboard/tyan/s1846/auto.c --- Begin of Snip --- /* Check 64 MB of RAM. */ /*ram_check(0x00000000, 0x04000000);*/ ram_check(0,0x9ffff); /*ram_check(100000,TOM);*/ --- End of Snip ---
No need for a patch here, I think.
What needs fixing is the code in raminit.c which is generic for all 440BX boards...
Couldn't we just provide an "IF ram_check failed, then provide This Location" within auto.c?
Or are we talking adding a feature for ram_check for checking alternate ranges as a fallback?
-- Roger http://www.eskimo.com/~roger/index.html Key fingerprint = 8977 A252 2623 F567 70CD 1261 640F C963 1005 1D61
Fri Apr 27 16:41:57 PDT 2007