summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-03-03 17:16:54 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-03-05 10:57:41 +0000
commitb9338ba502b9749c2a301a19731d44fb62e31ca1 (patch)
tree27a3fccfc0a6ad33016b758a7cda92c32ec9f08f /src/soc/intel/broadwell
parent8af3e0eb426ddec222d20e1fd92600b5042ab3b4 (diff)
downloadcoreboot-b9338ba502b9749c2a301a19731d44fb62e31ca1.tar.gz
coreboot-b9338ba502b9749c2a301a19731d44fb62e31ca1.tar.bz2
coreboot-b9338ba502b9749c2a301a19731d44fb62e31ca1.zip
soc/intel/broadwell/pch: Rename USB files
Done to ease diffing against Lynxpoint. Change-Id: Ib4280b26799eab6d4a2bb41a14a76695caa31e86 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47021 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/intel/broadwell')
-rw-r--r--src/soc/intel/broadwell/pch/Makefile.inc6
-rw-r--r--src/soc/intel/broadwell/pch/usb_ehci.c (renamed from src/soc/intel/broadwell/pch/ehci.c)0
-rw-r--r--src/soc/intel/broadwell/pch/usb_xhci.c (renamed from src/soc/intel/broadwell/pch/xhci.c)0
3 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/broadwell/pch/Makefile.inc b/src/soc/intel/broadwell/pch/Makefile.inc
index 42d8df1df49e..c4356a9fea2a 100644
--- a/src/soc/intel/broadwell/pch/Makefile.inc
+++ b/src/soc/intel/broadwell/pch/Makefile.inc
@@ -33,8 +33,8 @@ romstage-$(CONFIG_DRIVERS_UART_8250MEM) += uart.c
bootblock-y += usb_debug.c
romstage-y += usb_debug.c
ramstage-y += usb_debug.c
-ramstage-y += ehci.c
-ramstage-y += xhci.c
-smm-y += xhci.c
+ramstage-y += usb_ehci.c
+ramstage-y += usb_xhci.c
+smm-y += usb_xhci.c
ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c
diff --git a/src/soc/intel/broadwell/pch/ehci.c b/src/soc/intel/broadwell/pch/usb_ehci.c
index 5b977dd3c633..5b977dd3c633 100644
--- a/src/soc/intel/broadwell/pch/ehci.c
+++ b/src/soc/intel/broadwell/pch/usb_ehci.c
diff --git a/src/soc/intel/broadwell/pch/xhci.c b/src/soc/intel/broadwell/pch/usb_xhci.c
index fd36fad4a07e..fd36fad4a07e 100644
--- a/src/soc/intel/broadwell/pch/xhci.c
+++ b/src/soc/intel/broadwell/pch/usb_xhci.c