UefiPayloadPkg: Add LOCKBOX_SUPPORT in UPL and set it as FALSE in def… #6232
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…ault
S3 performance table is saved to LockBox. Without LockBox, S3 performance data will lost.
Add LOCKBOX_SUPPORT to optionally select LockBox libary instance, default value is FALSE.
Description
function FpdtAllocateS3PerformanceTableMemory() invoke SaveLockBox() to save S3 performance data to LockBox.
As current LockBox is LockBoxNullLib, data will not be saved.
How This Was Tested
This change do not introduce change by default.
To test this change, set LOCKBOX_SUPPORT=TRUE when building UPL, save FPDT data after system resume from S3.
Integration Instructions
N/A