UefiPayloadPkg: Fix a typo in SMM base
There is a typo when calculating smrr base on S3 path. This change fixes the typo. Signed-off-by: Guo Dong <guo.dong@intel.com>
This commit is contained in:
@@ -254,7 +254,7 @@ SetSmrrOnS3 (
|
||||
//
|
||||
// Calculate smrr base, mask and pass them as arguments.
|
||||
//
|
||||
Arguments.Base = (SmmSize | MTRR_CACHE_WRITE_BACK);
|
||||
Arguments.Base = (SmmBase | MTRR_CACHE_WRITE_BACK);
|
||||
Arguments.Mask = (~(SmmSize - 1) & EFI_MSR_SMRR_MASK);
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user