aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/common/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2018-06-28 13:58:36 +0200
committerPatrick Rudolph <siro@das-labor.org>2018-07-27 16:19:28 +0000
commit853bb4dc11f999d3f5637769da588fbd9446aba8 (patch)
treed068162e2ddc873fad576ac8c2080bec4a9e2401 /src/southbridge/intel/common/Makefile.inc
parent7d7c631066591e900cfbf96e2485fcfc514b02bd (diff)
sb/intel/common: Add functions to manipulate PMBASE
Add common functions to manipulate PMBASE IO window. TODO: * Use the new functions to manipulate register in PMBASE. * Get rid of duplicated get_pmbase() Change-Id: I3b454434ade560fb056b1fc0afe9541df93e14dd Signed-off-by: Patrick Rudolph <siro@das-labor.org> Reviewed-on: https://review.coreboot.org/27278 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/common/Makefile.inc')
-rw-r--r--src/southbridge/intel/common/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/southbridge/intel/common/Makefile.inc b/src/southbridge/intel/common/Makefile.inc
index bf3a86e8ff..961b71bbd8 100644
--- a/src/southbridge/intel/common/Makefile.inc
+++ b/src/southbridge/intel/common/Makefile.inc
@@ -18,6 +18,11 @@ subdirs-y += firmware
ifeq ($(CONFIG_SOUTHBRIDGE_INTEL_COMMON),y)
+romstage-y += pmbase.c
+ramstage-y += pmbase.c
+postcar-y += pmbase.c
+smm-y += pmbase.c
+
romstage-$(CONFIG_USBDEBUG_IN_ROMSTAGE) += usb_debug.c
ramstage-$(CONFIG_USBDEBUG) += usb_debug.c