This patch for the AMD K8 allows a single DIMM to be populated in the
[coreboot.git] / src / northbridge / amd / amdk8 / amdk8_f.h
index d1fcb8bb371654bfc0716a7ff61896e0692b6e5d..20db98ff5332cbe3fd832c45ce0421062dbcd0f9 100644 (file)
@@ -481,8 +481,9 @@ struct mem_info { // pernode
         uint8_t is_registered;
         uint8_t is_ecc;
         uint8_t is_Width128;
+       uint8_t is_64MuxMode;
         uint8_t memclk_set; // we need to use this to retrieve the mem param
-       uint8_t rsv[3];
+       uint8_t rsv[2];
 } __attribute__((packed));
 
 struct link_pair_st {