This patch implements support for the Intel 3100 integrated northbridge and RAM controller. This is largely based on the existing Intel E7520/E7525 code.
--Ed
On Thu, Mar 13, 2008 at 02:45:25PM -0700, Ed Swierk wrote:
This patch implements support for the Intel 3100 integrated northbridge and RAM controller. This is largely based on the existing Intel E7520/E7525 code.
The coding style isn't completely clean. Long lines, missing whitespace here and there, and #if 1.
I feel like acking anyway. :)
Can you commit or should I? Should we wait for more comments?
//Peter
On Thu, Mar 13, 2008 at 4:20 PM, Peter Stuge peter@stuge.se wrote:
The coding style isn't completely clean. Long lines, missing whitespace here and there, and #if 1.
This raminit code is such black magic I'm afraid to alter even the whitespace for fear of breaking it :-)
I feel like acking anyway. :)
Can you commit or should I? Should we wait for more comments?
I don't have commit privileges, AFAIK.
--Ed
Here is an updated patch that removes the option to disable ECC in CMOS. This lets the raminit code work on mainboards without a CMOS option table defined.
Signed-off-by: Ed Swierk eswierk@arastra.com
--Ed