Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
glikely committed Aug 6, 2021
1 parent 4458f30 commit 0e7f6b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

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

# The version info for the project you're documenting, acts as replacement for
Expand Down
9 changes: 8 additions & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Embedded Base Boot Requirements (EBBR) Specification
####################################################

Copyright © 2017-2019 Arm Limited and Contributors.
Copyright © 2017-2021 Arm Limited and Contributors.

Copyright © 2021 Western Digital Corporation or its affiliates, 2021

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

.. toctree::
:numbered:
Expand Down

0 comments on commit 0e7f6b6

Please sign in to comment.