Skip to content
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

Prepare for v2.3.0 #135

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions source/chapter2-uefi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,14 @@ specification [#VersionsNote]_.
{ 0x9073eed4, 0xe50d, 0x11ee, \
{ 0xb8, 0xb0, 0x8b, 0x68, 0xda, 0x62, 0xfc, 0x80 }}

- Version 2.3.x:

.. code-block:: c

#define EFI_CONFORMANCE_PROFILE_EBBR_2_3_GUID \
{ 0x7721fc77, 0xa724, 0x11ef, \
{ 0x8e, 0xaa, 0xf7, 0xc9, 0xb1, 0x94, 0xba, 0x75 }}

Devicetree
----------

Expand Down
9 changes: 9 additions & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@ Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
- Links refresh and additions, typos and syntax fixes, cosmetic changes,
formatting conventions, notes movements, chapters changes, glossary
adjustments
* - TBD
- 2.3.0
- - Formalize the Boot Manager requirements
- Require authenticated FMP capsules for firmware update
- Deprecate spin tables for AArch64
- Add conformance profile GUID for version 2.3
- Remove ambiguities around the collation protocol
- Bump UEFI, PSCI, SMCCC, BBR and dt-schema references versions
- Move some footnotes around

.. toctree::
:numbered:
Expand Down