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

Prevent duplicate page validation with low-memory firmware. #208

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

msft-jlange
Copy link
Collaborator

When firmware runs in low memory, the entire stage 2 region (the low 640 KB) is validated as part of the IGVM image. The IGVM file should not request re-validation of the range between the top of the stage 2 image and the 640 KB boundary.

When firmware runs in low memory, the entire stage 2 region (the low 640
KB) is validated as part of the IGVM image.  The IGVM file should not
request re-validation of the range between the top of the stage 2 image
and the 640 KB boundary.

Signed-off-by: Jon Lange <jlange@microsoft.com>
@msft-jlange msft-jlange mentioned this pull request Jan 10, 2024
@joergroedel joergroedel merged commit 569233c into coconut-svsm:main Jan 11, 2024
2 checks passed
@msft-jlange msft-jlange deleted the igvm_fw_range branch January 11, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants