Skip to content

Commit

Permalink
chapter2: provision conformance profile 2.3 guid
Browse files Browse the repository at this point in the history
Add an EFI Conformance Profile Table GUID to indicate compliance with
the future versions 2.3.x of this specification.

Signed-off-by: Vincent Stehlé <[email protected]>
  • Loading branch information
vstehle committed Dec 4, 2024
1 parent 5627837 commit 857255f
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 857255f

Please sign in to comment.