aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/cimx
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-12-22 18:46:18 +1100
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-12-31 09:52:55 +0100
commita40901bf01505508607fe1c9225482f7cbe57e63 (patch)
tree49d17e56aaa000d3845836702fea896fe45d6db5 /src/vendorcode/amd/cimx
parentbae775a4f43449e79622ed144118554ff780744a (diff)
vendorcode/amd/cimx/sbX00: Make SBPort.c filename consistent
Change-Id: I41ba4cffa545a31c1e0845ec44c8a433bda9f99d Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/7886 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/vendorcode/amd/cimx')
-rw-r--r--src/vendorcode/amd/cimx/sb700/Makefile.inc4
-rw-r--r--src/vendorcode/amd/cimx/sb700/SBPort.c (renamed from src/vendorcode/amd/cimx/sb700/SBPOR.c)0
-rw-r--r--src/vendorcode/amd/cimx/sb800/Makefile.inc4
-rw-r--r--src/vendorcode/amd/cimx/sb800/SBPort.c (renamed from src/vendorcode/amd/cimx/sb800/SBPOR.c)0
-rw-r--r--src/vendorcode/amd/cimx/sb900/Makefile.inc4
-rw-r--r--src/vendorcode/amd/cimx/sb900/SBPort.c (renamed from src/vendorcode/amd/cimx/sb900/SbPor.c)0
6 files changed, 6 insertions, 6 deletions
diff --git a/src/vendorcode/amd/cimx/sb700/Makefile.inc b/src/vendorcode/amd/cimx/sb700/Makefile.inc
index ebd1cf2e5f..aed81c41c6 100644
--- a/src/vendorcode/amd/cimx/sb700/Makefile.inc
+++ b/src/vendorcode/amd/cimx/sb700/Makefile.inc
@@ -44,7 +44,7 @@ romstage-y += SATA.c
romstage-y += SBCMN.c
romstage-y += SBCMNLIB.c
romstage-y += SBMAIN.c
-romstage-y += SBPOR.c
+romstage-y += SBPort.c
romstage-y += SMM.c
romstage-y += USB.c
@@ -60,7 +60,7 @@ ramstage-y += SATA.c
ramstage-y += SBCMN.c
ramstage-y += SBCMNLIB.c
ramstage-y += SBMAIN.c
-ramstage-y += SBPOR.c
+ramstage-y += SBPort.c
ramstage-y += SMM.c
ramstage-y += USB.c
ramstage-y += LEGACY.c
diff --git a/src/vendorcode/amd/cimx/sb700/SBPOR.c b/src/vendorcode/amd/cimx/sb700/SBPort.c
index 6c5740bf37..6c5740bf37 100644
--- a/src/vendorcode/amd/cimx/sb700/SBPOR.c
+++ b/src/vendorcode/amd/cimx/sb700/SBPort.c
diff --git a/src/vendorcode/amd/cimx/sb800/Makefile.inc b/src/vendorcode/amd/cimx/sb800/Makefile.inc
index a035120bb0..872f7ab5f6 100644
--- a/src/vendorcode/amd/cimx/sb800/Makefile.inc
+++ b/src/vendorcode/amd/cimx/sb800/Makefile.inc
@@ -33,7 +33,7 @@ romstage-y += PMIO2LIB.c
romstage-y += SATA.c
romstage-y += SBCMN.c
romstage-y += SBMAIN.c
-romstage-y += SBPOR.c
+romstage-y += SBPort.c
romstage-y += MEMLIB.c
romstage-y += PCILIB.c
romstage-y += IOLIB.c
@@ -57,7 +57,7 @@ ramstage-y += PMIO2LIB.c
ramstage-y += SATA.c
ramstage-y += SBCMN.c
ramstage-y += SBMAIN.c
-ramstage-y += SBPOR.c
+ramstage-y += SBPort.c
ramstage-y += MEMLIB.c
ramstage-y += PCILIB.c
ramstage-y += IOLIB.c
diff --git a/src/vendorcode/amd/cimx/sb800/SBPOR.c b/src/vendorcode/amd/cimx/sb800/SBPort.c
index 048850d4bb..048850d4bb 100644
--- a/src/vendorcode/amd/cimx/sb800/SBPOR.c
+++ b/src/vendorcode/amd/cimx/sb800/SBPort.c
diff --git a/src/vendorcode/amd/cimx/sb900/Makefile.inc b/src/vendorcode/amd/cimx/sb900/Makefile.inc
index ff262337f7..6cd932b265 100644
--- a/src/vendorcode/amd/cimx/sb900/Makefile.inc
+++ b/src/vendorcode/amd/cimx/sb900/Makefile.inc
@@ -33,7 +33,7 @@ romstage-y += Pmio2Lib.c
romstage-y += Sata.c
romstage-y += SbCmn.c
romstage-y += SbMain.c
-romstage-y += SbPor.c
+romstage-y += SBPort.c
romstage-y += MemLib.c
romstage-y += PciLib.c
romstage-y += IoLib.c
@@ -58,7 +58,7 @@ ramstage-y += Pmio2Lib.c
ramstage-y += Sata.c
ramstage-y += SbCmn.c
ramstage-y += SbMain.c
-ramstage-y += SbPor.c
+ramstage-y += SBPort.c
ramstage-y += MemLib.c
ramstage-y += PciLib.c
ramstage-y += IoLib.c
diff --git a/src/vendorcode/amd/cimx/sb900/SbPor.c b/src/vendorcode/amd/cimx/sb900/SBPort.c
index 90e878e1a6..90e878e1a6 100644
--- a/src/vendorcode/amd/cimx/sb900/SbPor.c
+++ b/src/vendorcode/amd/cimx/sb900/SBPort.c