aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2016-04-27 08:55:41 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2016-05-10 13:39:26 +0200
commita5d72a3170a4757375ee8f5e501da2a08dd7c5ae (patch)
tree832812297dbe2665702777e332096cd9dae7bab8 /src/mainboard/hp
parent99894127ab1784163901b34eabe36c5bcdd1639b (diff)
AGESA boards: Rename files containing OEM configuration
There are other things besides PCIe port configuration that require board specific hooks. Change-Id: I0923651487b9ed5f6f7569ce08e02d993fa5f976 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/14527 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r--src/mainboard/hp/abm/Makefile.inc4
-rw-r--r--src/mainboard/hp/abm/OemCustomize.c (renamed from src/mainboard/hp/abm/PlatformGnbPcie.c)0
-rw-r--r--src/mainboard/hp/pavilion_m6_1035dx/Makefile.inc4
-rw-r--r--src/mainboard/hp/pavilion_m6_1035dx/OemCustomize.c (renamed from src/mainboard/hp/pavilion_m6_1035dx/PlatformGnbPcie.c)0
4 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/hp/abm/Makefile.inc b/src/mainboard/hp/abm/Makefile.inc
index 3dd68bceeb..f8895faa92 100644
--- a/src/mainboard/hp/abm/Makefile.inc
+++ b/src/mainboard/hp/abm/Makefile.inc
@@ -15,8 +15,8 @@
romstage-y += buildOpts.c
romstage-y += BiosCallOuts.c
-romstage-y += PlatformGnbPcie.c
+romstage-y += OemCustomize.c
ramstage-y += buildOpts.c
ramstage-y += BiosCallOuts.c
-ramstage-y += PlatformGnbPcie.c
+ramstage-y += OemCustomize.c
diff --git a/src/mainboard/hp/abm/PlatformGnbPcie.c b/src/mainboard/hp/abm/OemCustomize.c
index 29eca1deeb..29eca1deeb 100644
--- a/src/mainboard/hp/abm/PlatformGnbPcie.c
+++ b/src/mainboard/hp/abm/OemCustomize.c
diff --git a/src/mainboard/hp/pavilion_m6_1035dx/Makefile.inc b/src/mainboard/hp/pavilion_m6_1035dx/Makefile.inc
index c01e1c9979..f030989b36 100644
--- a/src/mainboard/hp/pavilion_m6_1035dx/Makefile.inc
+++ b/src/mainboard/hp/pavilion_m6_1035dx/Makefile.inc
@@ -15,11 +15,11 @@
romstage-y += buildOpts.c
romstage-y += BiosCallOuts.c
-romstage-y += PlatformGnbPcie.c
+romstage-y += OemCustomize.c
ramstage-y += buildOpts.c
ramstage-y += BiosCallOuts.c
-ramstage-y += PlatformGnbPcie.c
+ramstage-y += OemCustomize.c
ramstage-y += ec.c
smm-y += mainboard_smi.c
diff --git a/src/mainboard/hp/pavilion_m6_1035dx/PlatformGnbPcie.c b/src/mainboard/hp/pavilion_m6_1035dx/OemCustomize.c
index 9ea6c656c9..9ea6c656c9 100644
--- a/src/mainboard/hp/pavilion_m6_1035dx/PlatformGnbPcie.c
+++ b/src/mainboard/hp/pavilion_m6_1035dx/OemCustomize.c