Match DIMM SPD addressing to implemented slots.
Signed-off-by: Scott Duplichan <scott@notabs.org> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6575 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
6719c23a47
commit
444c49c68c
|
@ -35,7 +35,7 @@ static const UINT8 spdAddressLookup [2] [2] [4] = // socket, channel, dimm
|
|||
// socket 0
|
||||
{
|
||||
{0xA0, 0xA2}, // channel 0 dimms
|
||||
{0xA4, 0xA8}, // channel 1 dimms
|
||||
{0x00, 0x00}, // channel 1 dimms
|
||||
},
|
||||
// socket 1
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue