-
Notifications
You must be signed in to change notification settings - Fork 3
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
[NOT FOR MERGE] Intel txt aem 2.06 rebased #20
Closed
krystian-hebel
wants to merge
31
commits into
intel-txt-aem-2.06-testing
from
intel-txt-aem-2.06-rebased
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
0e20cf1
i386/msr: Merge rdmsr.h and wrmsr.h into msr.h
69d6d82
i386/msr: Rename grub_msr_read() and grub_msr_write()
e349ad1
i386/msr: Extract and improve MSR support detection code
68e3344
i386/memory: Rename PAGE_SHIFT to GRUB_PAGE_SHIFT
89a387c
i386/memory: Rename PAGE_SIZE to GRUB_PAGE_SIZE and make it global
a65ac35
i386/memory: Define GRUB_PAGE_MASK constant and GRUB_PAGE_{UP,DOWN} m…
krystian-hebel 19c1993
mmap: Add grub_mmap_get_lowest() and grub_mmap_get_highest()
4213c39
i386/tpm: Rename tpm module to tpm_verifier
137e1c0
i386/tpm: Add TPM TIS and CRB driver
7d89e5d
i386/slaunch: Add basic platform support for secure launch
rossphilipson 1ec91a6
i386/txt: Initial commit of the Secure Launch Resource Table (SLRT)
rossphilipson d8a9355
i386/txt: Add Intel TXT definitions header file
rossphilipson 9736d05
i386/txt: Add Intel TXT core implementation
rossphilipson f00c4fc
i386/txt: Add Intel TXT ACM module support
rossphilipson fdf9662
i386/txt: Add Intel TXT verification routines
rossphilipson b1adb3a
i386/txt: Initialize TPM 1.2 event log in TXT heap
miczyg1 e2fcca0
i386/txt: switch to using Secure Launch Resource Table interface
rossphilipson 1ee2f71
i386/slaunch: Add secure launch framework and commands
rossphilipson e360ef6
multiboot: make GRUB_MULTIBOOT(make_mbi) return MBI's size
SergiiDmytruk 594fe47
multiboot2: Implement TXT slaunch support
miczyg1 c6bd2ee
Add GitHub actions for building QubesOS packages
SergiiDmytruk 60d94af
.github/workflows/build.yml: run when a tag is pushed
SergiiDmytruk 8be0756
.github/workflows/build.yml: drop pull_request_target
SergiiDmytruk a485120
.github/workflows/build.yml: bump base-commit
krystian-hebel 61e3170
i386/skinit: Add AMD SKINIT implementation
krystian-hebel c9a17ff
i386/slaunch: Add support for AMD SKINIT
krystian-hebel 8dc7c67
multiboot2: support AMD SKINIT
krystian-hebel b1083c1
i386/slaunch: improve error recovery of "slaunch_module" command
SergiiDmytruk 99b6c86
i386/txt: do not update MLE header
SergiiDmytruk f6dfae5
i386/skinit: don't allocate TPM event log low
SergiiDmytruk 85ccfdc
grub-core/loader/multiboot_elfxx.c: Fix calculating MLE size
miczyg1 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 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.
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.
This could be squashed into
i386/skinit: Add AMD SKINIT implementation
.