switch-coreboot/src/northbridge/intel
Uwe Hermann d773fd370a Some more DIMM0 related cleanups and deduplication.
- VIA VT8235: Do the shift in smbus_read_byte() as all other chipsets do.

 - spd.h: Move RC00-RC63 #defines here, they were duplicated in lots of
   romstage.c files and lots of spd_addr.h files. Don't even bother for
   those spd_addr.h which aren't even actually used, drop them right away.

 - Replace various 0x50 hardcoded numbers with DIMM0, 0x51 with DIMM1,
   and 0xa0 with (DIMM0 << 1) where appropriate.

 - Various debug.c files: Replace SMBUS_MEM_DEVICE_START with DIMM0,
   SMBUS_MEM_DEVICE_END with DIMM7, and drop useless SMBUS_MEM_DEVICE_INC.

 - VIA VX800: Drop unused SMBUS_ADDR_CH* #defines.

 - VIA VT8623: Do the shift in smbus_read_byte() as all other chipsets do.
   Then, replace 0xa0 (which now becomes 0x50) with DIMM0.

 - alix1c/romstage.c, alix2d/romstage.c: Adapt to recent bit shift changes.

 - Various files: Drop DIMM_SPD_BASE and/or replace it with DIMM0.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Patrick Georgi <patrick@georgi-clan.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6100 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-11-20 20:23:08 +00:00
..
e7501 Convert some comments to proper Doxygen syntax. 2010-10-26 22:46:43 +00:00
e7520 Move DIMM_MAP_LOGICAL to Kconfig. 2010-11-18 11:36:16 +00:00
e7525 Move DIMM_MAP_LOGICAL to Kconfig. 2010-11-18 11:36:16 +00:00
i440bx Some more DIMM0 related cleanups and deduplication. 2010-11-20 20:23:08 +00:00
i440lx Some more DIMM0 related cleanups and deduplication. 2010-11-20 20:23:08 +00:00
i855 Some more DIMM0 related cleanups and deduplication. 2010-11-20 20:23:08 +00:00
i945 Some more DIMM0 related cleanups and deduplication. 2010-11-20 20:23:08 +00:00
i3100 Move DIMM_MAP_LOGICAL to Kconfig. 2010-11-18 11:36:16 +00:00
i82810 Some more DIMM0 related cleanups and deduplication. 2010-11-20 20:23:08 +00:00
i82830 Some more DIMM0 related cleanups and deduplication. 2010-11-20 20:23:08 +00:00
Kconfig Drop i855pm port and rename i855gme to i855 instead. 2010-02-25 18:23:23 +00:00
Makefile.inc Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GM 2010-10-01 09:13:18 +00:00