[coreboot-gerrit] New patch to review for coreboot: 5210897 Asus F2a85-M: show POST

Idwer Vollering (vidwer@gmail.com) gerrit at coreboot.org
Sun Dec 22 21:25:02 CET 2013


Idwer Vollering (vidwer at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4560

-gerrit

commit 5210897c76e87a32fcff54389e23bd1b1054b4c6
Author: Idwer Vollering <vidwer at gmail.com>
Date:   Sun Dec 22 21:00:28 2013 +0000

    Asus F2a85-M: show POST
    
    Change-Id: Ie88fd84df1ed43597741f7d5272d0ec86fa93b44
    Signed-off-by: Idwer Vollering <vidwer at gmail.com>
---
 src/mainboard/asus/f2a85-m/romstage.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mainboard/asus/f2a85-m/romstage.c b/src/mainboard/asus/f2a85-m/romstage.c
index 031bb50..fe66dde 100644
--- a/src/mainboard/asus/f2a85-m/romstage.c
+++ b/src/mainboard/asus/f2a85-m/romstage.c
@@ -64,6 +64,8 @@ static void sbxxx_enable_48mhzout(void)
 
 void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
 {
+	hudson_pci_port80();
+
 	u32 val;
 	u8 byte;
 	device_t dev;



More information about the coreboot-gerrit mailing list