Skip to content
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

UefiPayloadPkg: Add LOCKBOX_SUPPORT in UPL and set it as FALSE in def… #6232

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

zhouji3x
Copy link
Contributor

…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

…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.

Signed-off-by: Zhou Jianfeng <jianfeng.zhou@intel.com>
@gguo11837463 gguo11837463 added the push Auto push patch series in PR if all checks pass label Sep 23, 2024
@mergify mergify bot merged commit 0354e89 into tianocore:master Sep 23, 2024
126 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
push Auto push patch series in PR if all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants