Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/49679 )
Change subject: [Don't merge] Fix ADL FSP bug ......................................................................
[Don't merge] Fix ADL FSP bug
Change-Id: I88ad5befaecae6ab6123f44237cfb0bcdc8a3a2d Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/drivers/intel/fsp2_0/hand_off_block.c 1 file changed, 7 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/49679/1
diff --git a/src/drivers/intel/fsp2_0/hand_off_block.c b/src/drivers/intel/fsp2_0/hand_off_block.c index 60ab7cb..3fbdec8 100644 --- a/src/drivers/intel/fsp2_0/hand_off_block.c +++ b/src/drivers/intel/fsp2_0/hand_off_block.c @@ -21,11 +21,17 @@ 0x59, 0x97, 0xa7, 0x69, 0x73, 0x13, 0x67, 0x43, 0xa6, 0xc4, 0xc7, 0xf5, 0x9e, 0xfd, 0x98, 0x6e, }; - +#if 0 const uint8_t fsp_nv_storage_guid[16] = { 0x02, 0xcf, 0x1a, 0x72, 0x77, 0x4d, 0x2a, 0x4c, 0xb3, 0xdc, 0x27, 0x0b, 0x7b, 0xa9, 0xe4, 0xb0 }; +#endif + +const uint8_t fsp_nv_storage_guid[16] = { + 0x78, 0x9e, 0xa6, 0x6b, 0x1d, 0x7d, 0xa6, 0x47, + 0x95, 0x7a, 0xf4, 0xab, 0x99, 0x92, 0xb6, 0x47 +};
static const uint8_t uuid_fv_info[16] = { 0x2e, 0x72, 0x8e, 0x79, 0xb2, 0x15, 0x13, 0x4e,