[coreboot-gerrit] Patch set updated for coreboot: superio: use common x86 code on x86-64

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sat Jun 20 20:28:15 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10592

-gerrit

commit 10f148c735e82c4c84a3c0783351f0b5bf7db176
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Thu Jun 18 22:02:24 2015 -0700

    superio: use common x86 code on x86-64
    
    Change-Id: I2ddb5a8b183b21cbd3c3b22c537b815e86bd4738
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/superio/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/superio/Makefile.inc b/src/superio/Makefile.inc
index de0908d..0c5445a 100644
--- a/src/superio/Makefile.inc
+++ b/src/superio/Makefile.inc
@@ -29,3 +29,4 @@ subdirs-y += via
 subdirs-y += winbond
 
 ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_32) += common/conf_mode.c
+ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_64) += common/conf_mode.c



More information about the coreboot-gerrit mailing list