diff options
author | Dandan Bi <dandan.bi@intel.com> | 2018-03-01 15:08:01 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2018-03-02 16:16:33 +0800 |
commit | 52b68f7d455a86baf8339939dea1f9eda726ac54 (patch) | |
tree | de9b3af000eb110bd9fde7c7ac5ca1d268376c37 /MdeModulePkg | |
parent | c9f02a96d8a48844e7168e7572b8a1382c2bfd29 (diff) | |
download | edk2-52b68f7d455a86baf8339939dea1f9eda726ac54.tar.gz edk2-52b68f7d455a86baf8339939dea1f9eda726ac54.tar.bz2 edk2-52b68f7d455a86baf8339939dea1f9eda726ac54.zip |
MdeModulePkg: Fix incorrect commit introduced by commit SHA-1:052c98
The default value of PcdExtFpdtBootRecordPadSize is 0x20000
But the following commit in master update it to 0 by mistake.
SHA-1: 052c98ce246a1ffb0b4c5185a644aa9f902650f7
Subject: MdeModulePkg: Add ResetSystemPei PEIM
This patch is to restore the value.
Cc: Liming Gao <liming.gao@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index ba0585936b..d1b1af5858 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -1745,7 +1745,7 @@ ## This PCD specifies the additional pad size in FPDT Basic Boot Performance Table for
# the extension FPDT boot records received after ReadyToBoot and before ExitBootService.
# @Prompt Pad size for extension FPDT boot records.
- gEfiMdeModulePkgTokenSpaceGuid.PcdExtFpdtBootRecordPadSize|0x0|UINT32|0x0001005F
+ gEfiMdeModulePkgTokenSpaceGuid.PcdExtFpdtBootRecordPadSize|0x20000|UINT32|0x0001005F
## Indicates if ConIn device are connected on demand.<BR><BR>
# TRUE - ConIn device are not connected during BDS and ReadKeyStroke/ReadKeyStrokeEx produced
|