diff options
author | Charles Marslett <charles.marslett@silverbackltd.com> | 2018-07-24 10:43:33 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-09-24 19:42:47 +0000 |
commit | 8165583ed9234364824c41b7b74153aba36b60ce (patch) | |
tree | a15d1628ae3fbcdacf27485161a4dbfdb8310441 /src/vendorcode | |
parent | dd9b1d1dd5e8418d1c86984b55bb9b535d5d8f64 (diff) | |
download | coreboot-8165583ed9234364824c41b7b74153aba36b60ce.tar.xz |
amd/common/psp: Remove use of PspBaseLib
Eliminate the references to PspBaseLib.c and PspBaseLib.h in
agesa_headers.h. Fix psp.c references to definitions in those files
by adding them to include/amdblocks/psp.h.
BUG=b:78514564
TEST=Build and boot grunt/ChromeOS and restore an image from the internet.
Change-Id: I2740ceb945736c6e413f7d0bd0c41a19e19c7d5a
Signed-off-by: Charles Marslett <charles.marslett@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/27619
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/amd/pi/00670F00/agesa_headers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vendorcode/amd/pi/00670F00/agesa_headers.h b/src/vendorcode/amd/pi/00670F00/agesa_headers.h index e03bda5506..c9de8b7edc 100644 --- a/src/vendorcode/amd/pi/00670F00/agesa_headers.h +++ b/src/vendorcode/amd/pi/00670F00/agesa_headers.h @@ -24,7 +24,6 @@ #include "Include/PlatformMemoryConfiguration.h" #include "Proc/Fch/FchPlatform.h" -#include "Proc/Psp/PspBaseLib/PspBaseLib.h" #pragma pack(pop) #undef AGESA_HEADERS_ARE_WRAPPED |