Skip to content

Commit 9990b67

Browse files
committed
v2.1.0-pre1
- Update the EFI Conformance Profile GUID to advertise compatibility with versions 2.1.x of this specification instead of 2.0.x. - Add release notes. Signed-off-by: Vincent Stehlé <[email protected]>
1 parent c8b25ef commit 9990b67

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

source/chapter2-uefi.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,16 +300,21 @@ EFI Conformance Profile Table
300300
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
301301

302302
The following GUID in the EFI Conformance Profile Table is used to indicate
303-
compliance to version 2.0.1 of the EBBR specification:
303+
compliance to version 2.1.x of the EBBR specification:
304304

305305
.. code-block:: c
306306
307-
#define EFI_CONFORMANCE_PROFILE_EBBR_2_0_GUID
307+
#define EFI_CONFORMANCE_PROFILE_EBBR_2_1_GUID
308308
{ 0xcce33c35, 0x74ac, 0x4087, \
309309
{ 0xbc, 0xe7, 0x8b, 0x29, 0xb0, 0x2e, 0xeb, 0x27 }}
310310
311311
If the platform advertises an EBBR profile in the EFI Conformance Profile Table,
312-
then it must be compliant with the corresponding version of this specification.
312+
then it must be compliant with the corresponding version(s) of this
313+
specification [#VersionsNote].
314+
315+
.. [#VersionsNote] This specification follows semantic versioning. As such,
316+
versions of this specification differing only by their last digit (or "patch
317+
number") are expected to be compatible.
313318
314319
Devicetree
315320
^^^^^^^^^^

source/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,16 @@ Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
7676
- Add RISC-V platform text
7777
- Temporarily drop ESRT requirement
7878
- Fix typos
79+
* - 21 Nov 2022
80+
- 2.1.0-pre1
81+
- - Restore ESRT requirement when capsule update is implemented
82+
- Update UEFI version to 2.10
83+
- Add an EFI Conformance Profile for EBBR v2.1.x
84+
- Drop requirement on now-ignored RISC-V boot-hartid
85+
- Update ACPI version to 6.4
86+
- Update PSCI version to issue D.b (v1.1)
87+
- Update BBR version to issue G (v2.0)
88+
- Fix typos and spelling
7989

8090
.. toctree::
8191
:numbered:

0 commit comments

Comments
 (0)