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

UE/PE FV/NON-FV fixes - see commit comments #65

Merged
merged 2 commits into from
Apr 24, 2024
Merged

UE/PE FV/NON-FV fixes - see commit comments #65

merged 2 commits into from
Apr 24, 2024

Conversation

mikebeaton
Copy link
Contributor

@mikebeaton mikebeaton commented Apr 22, 2024

There was a bool bug in an earlier version, which unfortunately inverted
the sense of this check, but the correct (and secure) fix is to continue
to enforce the check, using the enum valuues.

Signed-off-by: Mike Beaton <[email protected]>
Signed-off-by: Marvin Häuser <[email protected]>
@mhaeuser
Copy link
Member

I think allowing UE for FV is missing now for OVMF, but CI will let you know. :)

@MikhailKrichanov As usual, this may break Amaranth…

@mikebeaton mikebeaton force-pushed the fv-fix branch 4 times, most recently from ee4a64a to 1451d24 Compare April 22, 2024 08:55
@mikebeaton
Copy link
Contributor Author

I think allowing UE for FV is missing now for OVMF, but CI will let you know. :)

Updated.

…N_FV

UE is experimental and non-standard, so should not be supported by default.

For platforms that opt in to UE, like OVMF and DUET, globally for the
platform (not overridden per-module) the FV PCD should either be PE | UE
or only UE, depending on where support is at.

Signed-off-by: Mike Beaton <[email protected]>
Signed-off-by: Marvin Häuser <[email protected]>
@mikebeaton mikebeaton merged commit b84c1aa into master Apr 24, 2024
60 checks passed
@mikebeaton mikebeaton deleted the fv-fix branch April 26, 2024 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants