[coreboot-gerrit] Patch set updated for coreboot: 428d5d5 AMD Parmer and OliveHill: regress agesawrapper_amdinitmmio

WANG Siyuan (wangsiyuanbuaa@gmail.com) gerrit at coreboot.org
Wed Oct 15 09:34:13 CEST 2014


WANG Siyuan (wangsiyuanbuaa at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7059

-gerrit

commit 428d5d5fb686583cea442135cb8e9a79d4a7fc9e
Author: WANG Siyuan <wangsiyuanbuaa at gmail.com>
Date:   Wed Oct 15 15:11:27 2014 +0800

    AMD Parmer and OliveHill: regress agesawrapper_amdinitmmio
    
    "AGESAWRAPPER(amdinitmmio);" can't print anything on Parmer and
    OliveHill, because it is previous console init.
    
    Parmer and OliveHill don't have superio. We use a FPGA card to decode serial output.
    System maybe hang if the FPGA card is connected. This is because the
    card try to decode print message in "AGESAWRAPPER(amdinitmmio);".
    
    Change-Id: I3ab4e5378db44aece9046c8636cde1053ce5390d
    Signed-off-by: WANG Siyuan <SiYuan.Wang at amd.com>
    Signed-off-by: WANG Siyuan <wangsiyuanbuaa at gmail.com>
---
 src/mainboard/amd/olivehill/romstage.c | 2 +-
 src/mainboard/amd/parmer/romstage.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/amd/olivehill/romstage.c b/src/mainboard/amd/olivehill/romstage.c
index 326a41a..c01c2d9 100644
--- a/src/mainboard/amd/olivehill/romstage.c
+++ b/src/mainboard/amd/olivehill/romstage.c
@@ -51,7 +51,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
 	outb(0xD2, 0xcd6);
 	outb(0x00, 0xcd7);
 
-	AGESAWRAPPER(amdinitmmio);
+	agesawrapper_amdinitmmio();
 
 	hudson_lpc_port80();
 
diff --git a/src/mainboard/amd/parmer/romstage.c b/src/mainboard/amd/parmer/romstage.c
index 7c143f4..97fef18 100644
--- a/src/mainboard/amd/parmer/romstage.c
+++ b/src/mainboard/amd/parmer/romstage.c
@@ -42,7 +42,7 @@
 void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
 {
 	u32 val;
-	AGESAWRAPPER(amdinitmmio);
+	agesawrapper_amdinitmmio();
 
 	hudson_lpc_port80();
 



More information about the coreboot-gerrit mailing list