coreboot-kgpe-d16/src/northbridge/intel/i440bx
Keith Hui df35cdc198 A number of cleanups for 440BX raminit code.
Resolves a number of TODOs items within, and clarified a number of other TODOs.

Change register_values[] from long to u8 (byte). For what we are doing
this is sufficient and makes it only 1/4 the size.

Remove a hard-coding of SDRAMC register that is redundant and now
incorrect, now that SDRAMC is conditioned on SDRAMPWR_4DIMM Kconfig
and set through register_values[].
This fixes all boards with 3 DIMM slots (e.g. ASUS P2B, A-Trend ATC-6220).

RPS registers are now set in runtime code; remove it from
register_values[] table.

Bring DUMPNORTH() back. The code it refers to is still there.

Move #define of NB up so the DUMPNORTH() macro can use it.

Signed-off-by: Keith Hui <buurin@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5820 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-09-20 23:41:37 +00:00
..
chip.h Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00
debug.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
i440bx.h Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
Kconfig drop three unneeded config variables: 2010-08-27 09:36:41 +00:00
Makefile.inc some progress on kconfig: 2009-09-25 18:43:02 +00:00
northbridge.c Always enable parent resources before child resources. 2010-06-17 16:16:56 +00:00
northbridge.h Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00
raminit.c A number of cleanups for 440BX raminit code. 2010-09-20 23:41:37 +00:00
raminit.h cosmetics. 2010-05-25 16:00:08 +00:00