This repository was archived by the owner on May 29, 2020. It is now read-only.
Files needed to create a debian package#10
Open
cezarsob wants to merge 16 commits into3mdeb:trenchboot_support_2.04from
Open
Files needed to create a debian package#10cezarsob wants to merge 16 commits into3mdeb:trenchboot_support_2.04from
cezarsob wants to merge 16 commits into3mdeb:trenchboot_support_2.04from
Conversation
Signed-off-by: Ross Philipson <ross.philipson@oracle.com>
Signed-off-by: Daniel P. Smith <dpsmith@apertussolutions.com> Signed-off-by: Ross Philipson <ross.philipson@oracle.com>
Signed-off-by: Ross Philipson <ross.philipson@oracle.com>
Signed-off-by: Ross Philipson <ross.philipson@oracle.com>
Signed-off-by: Ross Philipson <ross.philipson@oracle.com>
Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Relocator must be used as it is the proper way of relocating code to its final addresses. For now go with relocator32_boot pointing to skinit stub in C function and pray that it won't get overwritten. This will be fixed in the following commit. TPM must have all localities relinquished and all APs must be in the wait-for-SIPI state. These are requirements for skinit. Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
SKINIT instruction takes only one argument in EAX register - a pointer to the SLB (Secure Launch Block). No other registers are preserved by SKINIT, so don't bother setting the rest of CPU state. Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Syms were exposed both by kernel and module The result was following error when building for PC platform: grub_tis_init in slaunch is duplicated in kernel grub_tis_recv in slaunch is duplicated in kernel grub_tis_request_locality in slaunch is duplicated in kernel grub_tis_send in slaunch is duplicated in kernel Makefile:49185: recipe for target 'moddep.lst' failed Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Signed-off-by: Cezary Sobczak <cezary.sobczak@3mdeb.com>
debian/control: change maintainer, uploaders, vcs-git vcs-browser and delete homepage Signed-off-by: Cezary Sobczak <cezary.sobczak@3mdeb.com>
ced9911 to
bfa172d
Compare
0690807 to
e718cf6
Compare
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Signed-off-by: Cezary Sobczak cezary.sobczak@3mdeb.com