[EHL] Increase epayload size

Increase epayload size to 0x00162000 for compilation
error with latest debug version of uefi-payload

Signed-off-by: Ong Kok Tong <kok.tong.ong@intel.com>
This commit is contained in:
Ong Kok Tong 2021-11-10 19:12:28 +08:00 committed by Maurice Ma
parent 6eaea8fafa
commit 97fbf9349c
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class Board(BaseBoard):
self.PAYLOAD_LOAD_HIGH = 1 self.PAYLOAD_LOAD_HIGH = 1
self.PAYLOAD_EXE_BASE = 0x00B00000 self.PAYLOAD_EXE_BASE = 0x00B00000
self.PAYLOAD_SIZE = 0x00020000 self.PAYLOAD_SIZE = 0x00020000
self.EPAYLOAD_SIZE = 0x00160000 self.EPAYLOAD_SIZE = 0x00162000
self.UCODE_SIZE = 0x00010000 if self.HAVE_FSP_BIN != 0 else 0 self.UCODE_SIZE = 0x00010000 if self.HAVE_FSP_BIN != 0 else 0
self.MRCDATA_SIZE = 0x00008000 self.MRCDATA_SIZE = 0x00008000
self.CFGDATA_SIZE = 0x00004000 self.CFGDATA_SIZE = 0x00004000