-
Notifications
You must be signed in to change notification settings - Fork 2.9k
EmbeddedPkg: introduce GBL protocols #11145
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
base: master
Are you sure you want to change the base?
Conversation
1220e00 to
c890939
Compare
|
(Oops, wrong tab.) |
|
Hello @leiflindholm. Uploaded work-in-progress GBL protocols, along with a few open questions we currently have. We’d also appreciate any early feedback to help ensure the protocols are in good shape ahead of the first release planned for Oct 2025. Thank you! |
7c7a4f2 to
8eea4e5
Compare
8d1a5dc to
cbeea31
Compare
leiflindholm
left a comment
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.
Hi @dimorinny. Back from holiday - it looks to me like all my comments have been addressed. Are you ready for this to be merged?
|
We currently have a large number of changes still in progress, so I prefer to merge this closer to the release date, which is now planned for mid-November. |
1a74576 to
20486c4
Compare
Proposed by Google to boot Android using GBL: https://cs.android.com/android/kernel/superproject/+/common-android-mainline:bootable/libbootloader/gbl/README.md Co-authored-by: David Pursell <[email protected]> Co-authored-by: Dov Shlachter <[email protected]> Co-authored-by: Jakob Vukalović <[email protected]> Co-authored-by: Kelvin Zhang <[email protected]> Co-authored-by: Ram Muthiah <[email protected]> Co-authored-by: Sergii Parubochyi <[email protected]> Co-authored-by: Yecheng Zhao <[email protected]> Co-authored-by: Yi-Yo Chiang <[email protected]> Signed-off-by: Dmitrii Merkurev <[email protected]>
Work in progress PR with GBL-related protocols.
GBL upstream headers:
https://cs.android.com/android/kernel/superproject/+/common-android-mainline:bootable/libbootloader/gbl/libefi_types/defs/protocols/
GBL protocols documentation:
https://cs.android.com/android/kernel/superproject/+/common-android-mainline:bootable/libbootloader/gbl/docs/
How This Was Tested
WIP
Integration Instructions
WIP