[coreboot-gerrit] Patch set updated for coreboot: device: Use x86 specific code on x86-64

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sat Jun 20 02:10:02 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/10584

-gerrit

commit e1e1d124059e0279332d0b0f502429c94cb91500
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Thu Jun 18 01:19:14 2015 -0700

    device: Use x86 specific code on x86-64
    
    Change-Id: I4763ce32bb0b0e301401daaeb89440524fcc682e
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
    Signed-off-by: Scott Duplichan <scott at notabs.org>
---
 src/device/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc
index 3918115..1e19a7c 100644
--- a/src/device/Makefile.inc
+++ b/src/device/Makefile.inc
@@ -10,6 +10,7 @@ ramstage-$(CONFIG_PCIEXP_PLUGIN_SUPPORT) += pciexp_device.c
 ramstage-$(CONFIG_CARDBUS_PLUGIN_SUPPORT) += cardbus_device.c
 ramstage-$(CONFIG_AZALIA_PLUGIN_SUPPORT) += azalia_device.c
 ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_32) += pnp_device.c
+ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_64) += pnp_device.c
 ramstage-$(CONFIG_PCI) += pci_ops.c
 ramstage-$(CONFIG_PCI) += pci_early.c
 ramstage-y += smbus_ops.c



More information about the coreboot-gerrit mailing list