summaryrefslogtreecommitdiffstats
path: root/src/device/Makefile.inc
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-02-11 19:56:57 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-02-12 22:01:00 +0100
commit2161c1d792fedecfad32587b6fde657c19d647d0 (patch)
tree77d9c59f6515c122761e1efeb00aaa17b4fa0f52 /src/device/Makefile.inc
parent2c78726897055553c362de37cf0aad25bd67cba3 (diff)
downloadcoreboot-2161c1d792fedecfad32587b6fde657c19d647d0.tar.gz
coreboot-2161c1d792fedecfad32587b6fde657c19d647d0.tar.bz2
coreboot-2161c1d792fedecfad32587b6fde657c19d647d0.zip
PCI: Add capability list parser to romstage
These are almost one-to-one copies from pci_device.c. However, devicetree has not been enumerated yet and we have no console. Change-Id: Ic80c781626521d03adde05bdb1916acce31290ea Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5196 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/device/Makefile.inc')
-rw-r--r--src/device/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc
index 1dbb51002417..ce412b7840db 100644
--- a/src/device/Makefile.inc
+++ b/src/device/Makefile.inc
@@ -13,7 +13,8 @@ ramstage-$(CONFIG_ARCH_X86) += pnp_device.c
ramstage-$(CONFIG_PCI) += pci_ops.c
ramstage-y += smbus_ops.c
-romstage-y+= device_romstage.c
+romstage-y += device_romstage.c
+romstage-$(CONFIG_PCI) += pci_early.c
subdirs-y += oprom