diff options
author | Martin Roth <martinroth@google.com> | 2017-11-12 10:42:09 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-16 15:27:43 +0000 |
commit | 690afa1f8c49edcb423855e6b42cd2b9af602731 (patch) | |
tree | 8b905e2672be85eec7e3cc4d1f642c73b0dfca12 /src/vendorcode/amd/pi/00670F00/Lib | |
parent | 744104e24d3be42c079014b76c7a9776f2b8010d (diff) |
vendorcode/amd/pi/00670F00: Get rid of filecodes, replace filecode.h
coreboot doesn't need AGESA's version of Filecode.h. Some of the files
that have been copied from AGESA include the header, so we can't get rid
of it completely yet.
- Remove includes from files that weren't copied from the AGESA source.
- Remove FILECODE definitions from coreboot source.
BUG=B:69220826
TEST=Build Gardenia; Build & boot Kahlee.
Change-Id: If16feafc12dedeb90363826b62ea7513e54277f4
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/22438
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/vendorcode/amd/pi/00670F00/Lib')
-rw-r--r-- | src/vendorcode/amd/pi/00670F00/Lib/amdlib.c | 3 | ||||
-rw-r--r-- | src/vendorcode/amd/pi/00670F00/Lib/imc/ImcLib.c | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/vendorcode/amd/pi/00670F00/Lib/amdlib.c b/src/vendorcode/amd/pi/00670F00/Lib/amdlib.c index a5f6898c3f..38df87804f 100644 --- a/src/vendorcode/amd/pi/00670F00/Lib/amdlib.c +++ b/src/vendorcode/amd/pi/00670F00/Lib/amdlib.c @@ -45,7 +45,6 @@ #include <AGESA.h> #include <cpuRegisters.h> -#include <Filecode.h> #include <Ids.h> #include <Porting.h> #include "amdlib.h" @@ -56,8 +55,6 @@ RDATA_GROUP (G1_PEICC) #define AMDLIB_OPTIMIZE #endif -#define FILECODE LIB_AMDLIB_FILECODE - BOOLEAN STATIC GetPciMmioAddress ( diff --git a/src/vendorcode/amd/pi/00670F00/Lib/imc/ImcLib.c b/src/vendorcode/amd/pi/00670F00/Lib/imc/ImcLib.c index 5f192f3b96..3a5f8cdc02 100644 --- a/src/vendorcode/amd/pi/00670F00/Lib/imc/ImcLib.c +++ b/src/vendorcode/amd/pi/00670F00/Lib/imc/ImcLib.c @@ -42,8 +42,6 @@ **************************************************************************** */ #include "FchPlatform.h" -#include "Filecode.h" -#define FILECODE PROC_FCH_IMC_IMCLIB_FILECODE /** * WriteECmsg |