diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-10 23:44:50 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-12 17:24:00 +0000 |
commit | a257efcfcc0c637b9e79fd0ddb958dae85f89a0b (patch) | |
tree | 69e5916045046f0ed627b9a170e0d7930ed9508a /src/mainboard/hp | |
parent | b7959b592191fab82824e1b7ed29aa7e2299ed33 (diff) | |
download | coreboot-a257efcfcc0c637b9e79fd0ddb958dae85f89a0b.tar.xz |
AGESA boards: Clean up Ids.h and Filecode.h includes
Change-Id: I9cb63ff58900a39d7cd8e3da2b9a9a95c2a41a69
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/21484
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r-- | src/mainboard/hp/abm/BiosCallOuts.c | 1 | ||||
-rw-r--r-- | src/mainboard/hp/abm/OemCustomize.c | 3 | ||||
-rw-r--r-- | src/mainboard/hp/abm/buildOpts.c | 2 | ||||
-rw-r--r-- | src/mainboard/hp/pavilion_m6_1035dx/OemCustomize.c | 1 | ||||
-rw-r--r-- | src/mainboard/hp/pavilion_m6_1035dx/buildOpts.c | 1 |
5 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/hp/abm/BiosCallOuts.c b/src/mainboard/hp/abm/BiosCallOuts.c index 785fb96ffd..8c08052ee4 100644 --- a/src/mainboard/hp/abm/BiosCallOuts.c +++ b/src/mainboard/hp/abm/BiosCallOuts.c @@ -18,7 +18,6 @@ #include "amdlib.h" #include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/state_machine.h> -#include "Ids.h" #include "FchPlatform.h" #include "cbfs.h" #include <stdlib.h> diff --git a/src/mainboard/hp/abm/OemCustomize.c b/src/mainboard/hp/abm/OemCustomize.c index 4eab307c98..63e69ccf71 100644 --- a/src/mainboard/hp/abm/OemCustomize.c +++ b/src/mainboard/hp/abm/OemCustomize.c @@ -16,14 +16,11 @@ #include "AGESA.h" #include "amdlib.h" -#include "Ids.h" #include "heapManager.h" #include <PlatformMemoryConfiguration.h> -#include "Filecode.h" #include <northbridge/amd/agesa/state_machine.h> -#define FILECODE PROC_GNB_PCIE_FAMILY_0X15_F15PCIECOMPLEXCONFIG_FILECODE static const PCIe_PORT_DESCRIPTOR PortList [] = { { diff --git a/src/mainboard/hp/abm/buildOpts.c b/src/mainboard/hp/abm/buildOpts.c index 2f31c5e804..f217cfc00b 100644 --- a/src/mainboard/hp/abm/buildOpts.c +++ b/src/mainboard/hp/abm/buildOpts.c @@ -32,8 +32,6 @@ #include <stdlib.h> #include "AGESA.h" -#include "Filecode.h" -#define FILECODE PLATFORM_SPECIFIC_OPTIONS_FILECODE #define INSTALL_FT3_SOCKET_SUPPORT TRUE #define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE diff --git a/src/mainboard/hp/pavilion_m6_1035dx/OemCustomize.c b/src/mainboard/hp/pavilion_m6_1035dx/OemCustomize.c index d5a0b51b81..cb6e80fd4f 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/OemCustomize.c +++ b/src/mainboard/hp/pavilion_m6_1035dx/OemCustomize.c @@ -21,7 +21,6 @@ #include <vendorcode/amd/agesa/f15tn/Proc/CPU/heapManager.h> #include <PlatformMemoryConfiguration.h> -#define FILECODE PROC_GNB_PCIE_FAMILY_0X15_F15PCIECOMPLEXCONFIG_FILECODE /* * Lane ID Mapping (from Fam15h BKDG: Table 45: Lane Id Mapping) diff --git a/src/mainboard/hp/pavilion_m6_1035dx/buildOpts.c b/src/mainboard/hp/pavilion_m6_1035dx/buildOpts.c index 709c81f00f..1ab96bf65b 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/buildOpts.c +++ b/src/mainboard/hp/pavilion_m6_1035dx/buildOpts.c @@ -43,7 +43,6 @@ #include <vendorcode/amd/agesa/f15tn/Proc/Mem/mm.h> #include <vendorcode/amd/agesa/f15tn/Proc/Mem/mn.h> -#define FILECODE PLATFORM_SPECIFIC_OPTIONS_FILECODE /* Select the CPU family. */ #define INSTALL_FAMILY_10_SUPPORT FALSE |