Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10592
-gerrit
commit 3d2d1d5ee5680ff0a78d5a3b8825d5c3331b24bf Author: Stefan Reinauer stefan.reinauer@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@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