From e1da91ad12f5320363cdb895a387107c5552c892 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Fri, 20 Nov 2009 23:31:52 +0000 Subject: [PATCH] Add reserved field to SAL_UPDATE_PAL_DATA_BLOCK so it is padded out to 64-bytes to match the SAL Specification git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9463 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/IndustryStandard/Sal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MdePkg/Include/IndustryStandard/Sal.h b/MdePkg/Include/IndustryStandard/Sal.h index 7b111e02c3..cdc547a4e6 100644 --- a/MdePkg/Include/IndustryStandard/Sal.h +++ b/MdePkg/Include/IndustryStandard/Sal.h @@ -324,6 +324,7 @@ typedef struct { UINT8 Type; UINT8 Reserved[5]; UINT64 FwVendorId; + UINT8 Reserved2[40]; } SAL_UPDATE_PAL_DATA_BLOCK; /// /// Data structure pointed by parameter param_buf. -- 2.39.2