Skip to content

Commit 0e7f6b6

Browse files
committed
v2.0.1
This is a point update to EBBR spec. This update fixes some typos and relaxes the requirement for implementing ESRT. The ESRT relaxation is temporary due to released software not yet being able to meet the requirement. Mainline U-Boot has already fixed most of the issues so that ESRT can be reintroduced in the next minor or major release. This release also merges in requirements for RISC-V platforms which had been discussed on the mailing list for some time now. It is safe to merge in this point release as it doesn't affect requirements on other architectures. Signed-off-by: Grant Likely <[email protected]>
1 parent 4458f30 commit 0e7f6b6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
# General information about the project.
5151
project = 'Embedded Base Boot Requirements (EBBR) Specification'
52-
copyright = '2017-2019 Arm Limited and Contributors'
52+
copyright = '2017-2021 Arm Limited and Contributors'
5353
author = 'Arm Limited and Contributors'
5454

5555
# The version info for the project you're documenting, acts as replacement for

source/index.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Embedded Base Boot Requirements (EBBR) Specification
88
####################################################
99

10-
Copyright © 2017-2019 Arm Limited and Contributors.
10+
Copyright © 2017-2021 Arm Limited and Contributors.
1111

1212
Copyright © 2021 Western Digital Corporation or its affiliates, 2021
1313

@@ -69,6 +69,13 @@ Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
6969
- Updated firmware shared storage requirements
7070
- Refined RTC requirements
7171
- Fixed ResetSystem() to correctly describe failure condition
72+
* - 6 Aug 2021
73+
- 2.0.1
74+
- - Update UEFI version to 2.9
75+
- Update Devicetree spec version to v0.3
76+
- Add RISC-V platform text
77+
- Temporarily drop ESRT requirement
78+
- Fix typos
7279

7380
.. toctree::
7481
:numbered:

0 commit comments

Comments
 (0)