[coreboot-gerrit] New patch to review for coreboot: how many K8_REV_F boards with MEM_TRAIN_SEQ==1 are broken?

Jonathan A. Kollasch (jakllsch@kollasch.net) gerrit at coreboot.org
Tue Jul 14 15:21:15 CEST 2015


Jonathan A. Kollasch (jakllsch at kollasch.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10916

-gerrit

commit cfcf229b6111fd605e019fc9c01d47c9933cd2bd
Author: Jonathan A. Kollasch <jakllsch at kollasch.net>
Date:   Tue Jul 14 08:20:18 2015 -0500

    how many K8_REV_F boards with MEM_TRAIN_SEQ==1 are broken?
    
    Change-Id: Ib973650f860e8ebf45157b4607780988cbf5647f
    Signed-off-by: Jonathan A. Kollasch <jakllsch at kollasch.net>
---
 src/cpu/amd/model_fxx/model_fxx_init.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cpu/amd/model_fxx/model_fxx_init.c b/src/cpu/amd/model_fxx/model_fxx_init.c
index a6561ee..48a03d1 100644
--- a/src/cpu/amd/model_fxx/model_fxx_init.c
+++ b/src/cpu/amd/model_fxx/model_fxx_init.c
@@ -33,6 +33,7 @@ void cpus_ready_for_init(void)
 {
 #if CONFIG_K8_REV_F_SUPPORT
 #if CONFIG_MEM_TRAIN_SEQ == 1
+#error this board is broken when multiple sockets populated
         struct sys_info *sysinfox = (struct sys_info *)((CONFIG_RAMTOP) - sizeof(*sysinfox));
         // wait for ap memory to trained
         wait_all_core0_mem_trained(sysinfox);



More information about the coreboot-gerrit mailing list