aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/intel/fsp/fsp2_0/apollolake/FspUpd.h
diff options
context:
space:
mode:
authorBrandon Breitenstein <brandon.breitenstein@intel.com>2016-11-28 10:47:09 -0800
committerAaron Durbin <adurbin@chromium.org>2016-11-30 16:44:53 +0100
commit51c67601f16899cac0b860b80b76ee674e135faa (patch)
tree40dfbd3815ccf15ea41524a53bf8647bdb8995e7 /src/vendorcode/intel/fsp/fsp2_0/apollolake/FspUpd.h
parent1b446a47ea2ea3816782729c1a17d670cf120b06 (diff)
vendorcode/intel: Update apollolake UPD headers to SIC 1.2.3 release
This header update contains updates for skipping punit as well as some MRC related UPD values. BUG=chrome-os-partner:60068 BRANCH=none TEST=built with FSP 1.2.3 and MRC patches for coreboot CQ-DEPEND=CL:*307357 Change-Id: I8c66c0c0febba5e67ae3290034e9b095c9e68f07 Signed-off-by: Brandon Breitenstein <brandon.breitenstein@intel.com> Reviewed-on: https://review.coreboot.org/17631 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/vendorcode/intel/fsp/fsp2_0/apollolake/FspUpd.h')
-rw-r--r--src/vendorcode/intel/fsp/fsp2_0/apollolake/FspUpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vendorcode/intel/fsp/fsp2_0/apollolake/FspUpd.h b/src/vendorcode/intel/fsp/fsp2_0/apollolake/FspUpd.h
index a7114ce39e..5f4cb66dd0 100644
--- a/src/vendorcode/intel/fsp/fsp2_0/apollolake/FspUpd.h
+++ b/src/vendorcode/intel/fsp/fsp2_0/apollolake/FspUpd.h
@@ -35,7 +35,7 @@ are permitted provided that the following conditions are met:
#include <FspEas.h>
-#pragma pack(push, 1)
+#pragma pack(1)
#define FSPT_UPD_SIGNATURE 0x545F4450554C5041 /* 'APLUPD_T' */
@@ -43,6 +43,6 @@ are permitted provided that the following conditions are met:
#define FSPS_UPD_SIGNATURE 0x535F4450554C5041 /* 'APLUPD_S' */
-#pragma pack(pop)
+#pragma pack()
#endif