From d6ccf4eaa9b3fb95a86bb800460898afbf39d1cb Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 26 Sep 2017 15:19:59 -0600 Subject: AMD Stoney Ridge: Add agesa_headers.h - Create header files for the stoneyridge PI that pulls in AGESA pi headers and encloses them in #pragma pack push/pop to keep the '#pragma pack(1)' in Porting.h from leaking. - Add that header to agesawrapper.h, replacing AGESA.h and Porting.h Following patches will update the coreboot code to use only agesawrapper.h to pull in the AGESA headers. BUG=b:66818758 TEST=Build tested Change-Id: Ib7d76811c1270ec7ef71266d84f3960919b792d4 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/21713 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/amd/common/agesawrapper.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/soc') diff --git a/src/soc/amd/common/agesawrapper.h b/src/soc/amd/common/agesawrapper.h index fff9ea2842..6ddc658981 100644 --- a/src/soc/amd/common/agesawrapper.h +++ b/src/soc/amd/common/agesawrapper.h @@ -17,8 +17,7 @@ #define __AGESAWRAPPER_H__ #include -#include -#include +#include enum { PICK_DMI, /* DMI Interface */ -- cgit v1.2.3