2010/5/16 Keith Hui <span dir="ltr"><<a href="mailto:buurin@gmail.com">buurin@gmail.com</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
A number of cleanups for 440BX raminit code.<br>
<br>
Resolves a number of TODOs items within, and clarified a number of other TODOs.<br>
Change register_values[] from long to u8 (byte). For what we are doing<br>
this is sufficient and makes it only 1/4 the size.<br>
Remove a hard-coding of SDRAMC register that is redundant and now<br>
incorrect, now that SDRAMC is conditioned on SDRAMPWR_4DIMM Kconfig<br>
and set through register_values[].<br>
RPS registers are now set in runtime code; remove it from<br>
register_values[] table.<br>
Bring DUMPNORTH() back. The code it refers to is still there.<br>
Move #define of NB up so the DUMPNORTH() macro can use it.<br>
<br>
Signed-off-by: Keith Hui <<a href="mailto:buurin@gmail.com">buurin@gmail.com</a>><br>
<br>--<br>
coreboot mailing list: <a href="mailto:coreboot@coreboot.org">coreboot@coreboot.org</a><br>
<a href="http://www.coreboot.org/mailman/listinfo/coreboot" target="_blank">http://www.coreboot.org/mailman/listinfo/coreboot</a><br></blockquote></div><br><br>Bootlog: <a href="http://coreboot.pastebin.com/3WEzs1Jq">http://coreboot.pastebin.com/3WEzs1Jq</a><br>