-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google celes/rel v0.1.0 next #38
base: dasharo-stable202002
Are you sure you want to change the base?
Conversation
The MTRRs have already been programmed by FSB. Signed-off-by: Patrick Rudolph <[email protected]> Change-Id: I1018c47eb97a43641c4c93bc7dd9e4d3b46407f2
Add PlatformGopPolicy to use external GOP driver Signed-off-by: Matt DeVillier <[email protected]>
Use PlatformGopPolicy in place of GraphicsOutputDxe if command line param passed Signed-off-by: Matt DeVillier <[email protected]>
Signed-off-by: Piotr Król <[email protected]>
…lue. Add the three PCDs as fixed at build PCD: gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule gPcAtChipsetPkgTokenSpaceGuid.PcdRtcIndexRegister gPcAtChipsetPkgTokenSpaceGuid.PcdRtcTargetRegister The default value is defined as Macro, so it can be passed in at build command. Reviewed-by: Guo Dong <[email protected]> Reviewed-by: Ray Ni <[email protected]> Cc: Maurice Ma <[email protected]> Cc: Benjamin You <[email protected]> Signed-off-by: Zhiguang Liu <[email protected]>
The default 1s timeout can delay boot splash on some hardware with no benefit. Cc: Hao A Wu <[email protected]> Cc: Ray Ni <[email protected]> Cc: Jian J Wang <[email protected]> Cc: Liming Gao <[email protected]> Signed-off-by: Matt DeVillier <[email protected]> Signed-off-by: Sean Rhodes <[email protected]> Reviewed-by: Hao A Wu <[email protected]>
When build option ABOVE_4G_MEMORY is set to true, nothing will change and EDKII will use all available memory. Setting it to false will create memory type information HOB in payload entry, so that EDKII will reserve enough memory below 4G for EDKII modules. This option is useful for bootloaders that are not fully 64-bit aware such as Qubes R4.0.4 bootloader, Zorin and Proxmox. Cc: Guo Dong <[email protected]> Cc: Ray Ni <[email protected]> Cc: Maurice Ma <[email protected]> Cc: Benjamin You <[email protected]> Signed-off-by: Sean Rhodes <[email protected]> Reviewed-by: Guo Dong <[email protected]> Reviewed-by: Ray Ni <[email protected]>
Signed-off-by: Piotr Król <[email protected]>
UefiPayloadPkg/UefiPayloadPkg.dsc
Outdated
# Disable MTRR programming | ||
gUefiCpuPkgTokenSpaceGuid.PcdCpuDisableMtrrProgramming|TRUE | ||
|
||
gUefiPayloadPkgTokenSpaceGuid.PcdDispatchModuleAbove4GMemory|$(ABOVE_4G_MEMORY) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicates line 443
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed 831e24b
UefiPayloadPkg/UefiPayloadPkg.dsc
Outdated
gPcAtChipsetPkgTokenSpaceGuid.PcdRtcIndexRegister|$(RTC_INDEX_REGISTER) | ||
gPcAtChipsetPkgTokenSpaceGuid.PcdRtcTargetRegister|$(RTC_TARGET_REGISTER) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicates lines 478 and 479
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed 831e24b
Signed-off-by: Piotr Król <[email protected]>
No description provided.