diff --git a/Platform/QemuBoardPkg/BoardConfig.py b/Platform/QemuBoardPkg/BoardConfig.py index 3976eeeb..65a40dba 100644 --- a/Platform/QemuBoardPkg/BoardConfig.py +++ b/Platform/QemuBoardPkg/BoardConfig.py @@ -1,7 +1,7 @@ ## @file # This file is used to provide board specific image information. # -# Copyright (c) 2017 - 2021, Intel Corporation. All rights reserved.
+# Copyright (c) 2017 - 2022, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -105,7 +105,7 @@ class Board(BaseBoard): if self.NO_OPT_MODE: self.STAGE1A_SIZE += 0x1000 self.STAGE1B_SIZE = 0x00030000 - self.STAGE2_SIZE = 0x00018000 + self.STAGE2_SIZE = 0x0001A000 self.TEST_SIZE = 0x00001000 self.SIIPFW_SIZE = 0x00010000 diff --git a/Silicon/QemuSocPkg/FspBin/Patches/0001-Build-QEMU-FSP-2.0-binaries.patch b/Silicon/QemuSocPkg/FspBin/Patches/0001-Build-QEMU-FSP-2.0-binaries.patch index eb8c7e44..e0840111 100644 Binary files a/Silicon/QemuSocPkg/FspBin/Patches/0001-Build-QEMU-FSP-2.0-binaries.patch and b/Silicon/QemuSocPkg/FspBin/Patches/0001-Build-QEMU-FSP-2.0-binaries.patch differ