-
Notifications
You must be signed in to change notification settings - Fork 22
Changes going from 77bc2457cc76 (2.75.2) to 3f8b98c2db70 (2.74.1) #545
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
Draft
ernestl
wants to merge
31
commits into
review-head-77bc2457
Choose a base branch
from
review-base-3f8b98c2
base: review-head-77bc2457
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
e25b821
efi, efi/preinstall: Allow opt-in to secure boot being in user mode
chrisccoulson 3973cb2
tpm2: Update go-tpm2 version to v1.15.0
chrisccoulson 86574c8
Merge pull request #511 from chrisccoulson/update-go-tpm2-to-1.15.0
chrisccoulson b03116f
tpm2: Add initial Connection.ResetDictionaryAttackLock APIs
chrisccoulson 07123b0
tpm2: Add a comment to the use of Policy.Execute
chrisccoulson 9e91580
efi/preinstall: relax checkSecureBootPolicyForDegradedFirmwareSettings
chrisccoulson fc91a56
efi/preinstall: refine the checks for manufacturing mode on Intel
chrisccoulson e55d961
efi/preinstall: Don't require Platform Secure Boot on AMD
chrisccoulson 6f023d2
Merge pull request #512 from chrisccoulson/tpm2-add-initial-da-reset-api
chrisccoulson 23fd31c
Merge pull request #508 from chrisccoulson/preinstall-allow-user-mode…
chrisccoulson 6eb9edc
Merge branch 'master' into preinstall-relax-amd-checks
chrisccoulson 5798c18
Merge pull request #525 from chrisccoulson/preinstall-improve-csme-ma…
chrisccoulson 30faaae
Merge pull request #526 from chrisccoulson/fr-12830
chrisccoulson 15396a4
Merge branch 'master' into preinstall-relax-amd-checks
chrisccoulson 357a0e7
Merge pull request #524 from chrisccoulson/preinstall-relax-amd-checks
chrisccoulson c23d39f
efi/preinstall: Permit pre-OS image verification events to be measure…
chrisccoulson bca2fdc
efi/preinstall: Add a comment
chrisccoulson 20066c4
efi/preinstall: Add an additional test case
chrisccoulson b39f826
Merge pull request #527 from chrisccoulson/preinstall-relax-pcr7-rules
chrisccoulson cdcb649
efi,efi/preinstall Permit unknown vendor event types in PCR7 (#528)
chrisccoulson 26dce57
efi/preinstall: fix checkHostSecurity null implementation signiture u…
ernestl f92f7e0
efi/preinstall: Permit pre-OS application launches from SPI flash in …
chrisccoulson d54cad9
Relax recovery key parsing
chrisccoulson cb514b9
Merge pull request #531 from chrisccoulson/relax-recovery-key-parsing
chrisccoulson 8fe54af
Merge pull request #530 from chrisccoulson/preinstall-fix-pcr4-tests-…
chrisccoulson 39dc044
efi/preinstall,tpm2: Don't fail due to lack of TPM_CAP_AUTH_POLICIES
chrisccoulson 821844b
efi/preinstall: Fall back to checking the BootGuard status MSR in HAP…
chrisccoulson 2b0a173
Merge pull request #534 from chrisccoulson/preinstall-fix-issue-408
chrisccoulson 7bdbc7d
efi/preinstall: update copyright
chrisccoulson 7557d93
Merge pull request #535 from chrisccoulson/preinstall-support-btgstat…
chrisccoulson 3f8b98c
efi/preinstall: Stop relying on BootCurrent (#536)
chrisccoulson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. RESEALING RELATED |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NOT APPLICABLE