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

Enable SecureBoot flag build on U540 and bootable on RISCV QEMU #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joshloo
Copy link

@joshloo joshloo commented May 18, 2021

This patch enables build with -DSECURE_BOOT_ENABLE=TRUE flag.
However, some library included are null libraries here, and during boot,
there's some unsupported function during SecureBootConfigDxe,
specifically InvalidateInstructionCacheRange that needs to be fixed

Signed-off-by: Loo Tung Lun [email protected]

However, some library included are null libs here, and there's
some unsupported function during SecureBootConfigDxe,
specifically InvalidateInstructionCacheRange that needs to be fixed

Signed-off-by: Loo Tung Lun <[email protected]>
@@ -419,6 +422,7 @@
<LibraryClasses>
NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
}
SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already present at Line 531.
But it would probably be nice to get it closer together. I.e. put it here and remove it from below

@ghost
Copy link

ghost commented Jun 18, 2021

The TianoCore project doesn't use Pull Requests (yet), so you'll need to send the patch to [email protected] (see https://edk2.groups.io) to have it considered for inclusion.

@hrw
Copy link
Contributor

hrw commented Sep 13, 2024

rebase please

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.

3 participants