aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/pi/00670F00/Proc/Fch/Common')
-rw-r--r--src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/FchPeLib.c11
-rw-r--r--src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/MemLib.c5
2 files changed, 11 insertions, 5 deletions
diff --git a/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/FchPeLib.c b/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/FchPeLib.c
index c833a9f2a6..057bf72368 100644
--- a/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/FchPeLib.c
+++ b/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/FchPeLib.c
@@ -43,10 +43,13 @@
#include "FchPlatform.h"
#include "cpuFamilyTranslation.h"
-//#include "Porting.h"
-//#include "AMD.h"
-//#include "amdlib.h"
-#include "heapManager.h"
+ /*
+ * Headers removed for coreboot.
+ * #include "Porting.h"
+ * #include "AMD.h"
+ * #include "amdlib.h"
+ * #include "heapManager.h"
+ */
#define FILECODE PROC_FCH_COMMON_FCHPELIB_FILECODE
/*----------------------------------------------------------------------------------------*/
diff --git a/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/MemLib.c b/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/MemLib.c
index 8313d81ded..de263dd3d2 100644
--- a/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/MemLib.c
+++ b/src/vendorcode/amd/pi/00670F00/Proc/Fch/Common/MemLib.c
@@ -41,7 +41,10 @@
*
***************************************************************************/
#include "FchPlatform.h"
-#include "Ids.h"
+ /*
+ * Header removed for coreboot.
+ * #include "Ids.h"
+ */
#define FILECODE PROC_FCH_COMMON_MEMLIB_FILECODE