aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/intel/fsp/fsp2_0/icelake/FspUpd.h
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2018-10-31 15:05:35 +0530
committerSubrata Banik <subrata.banik@intel.com>2019-06-09 02:46:52 +0000
commita427ff0f500b16e3a073cff6af66d9c3a562caf4 (patch)
tree830f69735a613e7aaf9123d9ead7855d503a7489 /src/vendorcode/intel/fsp/fsp2_0/icelake/FspUpd.h
parent51b2fd82d32025a47901c5607afa370376fae8f1 (diff)
vendorcode/intel/../icelake: Update ICL FSP header BIOS version 3092
After building from here : https://chrome-internal.googlesource.com/chromeos/third_party/intel-fsp/icl/+/refs/tags/upstream/BIOS_Version_3092 Change-Id: I8924dbf4a8d6a303540ced1c9c48586d26d6beaa Signed-off-by: Aamir Bohra <aamir.bohra@intel.com> Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31954 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com>
Diffstat (limited to 'src/vendorcode/intel/fsp/fsp2_0/icelake/FspUpd.h')
-rw-r--r--src/vendorcode/intel/fsp/fsp2_0/icelake/FspUpd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/vendorcode/intel/fsp/fsp2_0/icelake/FspUpd.h b/src/vendorcode/intel/fsp/fsp2_0/icelake/FspUpd.h
index decbb99aa6..1ef1e76b0f 100644
--- a/src/vendorcode/intel/fsp/fsp2_0/icelake/FspUpd.h
+++ b/src/vendorcode/intel/fsp/fsp2_0/icelake/FspUpd.h
@@ -1,6 +1,6 @@
/** @file
-Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
@@ -37,11 +37,11 @@ are permitted provided that the following conditions are met:
#pragma pack(1)
-#define FSPT_UPD_SIGNATURE 0x545F4450554C4349 /* 'ICLUPD_T' */
+#define FSPT_UPD_SIGNATURE 0x545F4450554C4349 /* 'ICLUPD_T' */
-#define FSPM_UPD_SIGNATURE 0x4D5F4450554C4349 /* 'ICLUPD_M' */
+#define FSPM_UPD_SIGNATURE 0x4D5F4450554C4349 /* 'ICLUPD_M' */
-#define FSPS_UPD_SIGNATURE 0x535F4450554C4349 /* 'ICLUPD_S' */
+#define FSPS_UPD_SIGNATURE 0x535F4450554C4349 /* 'ICLUPD_S' */
#pragma pack()