-
Notifications
You must be signed in to change notification settings - Fork 7
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
doc: documenting the boot protocol #74
base: master
Are you sure you want to change the base?
Conversation
This is an attempt to formalize the boot protocol while also proposing a new name for this implementation of the Secure Loader for SKINIT. Signed-off-by: Daniel P. Smith <[email protected]>
I have trimmed out the implementation details, addressed the comments, and made a few small expansions. I have pushed the changes to the boot protocol doc and have the implementation details in an in progress document. Even if everyone agrees with this revision, I would like to hold this PR until I can get the implementation document done so that we can ensure they are aligned with each other before merging. |
This is an attempt to formalize the boot protocol while also proposing
a new name for this implementation of the Secure Loader for SKINIT.
Signed-off-by: Daniel P. Smith [email protected]