diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-18 08:10:09 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-18 08:10:09 -0500 |
commit | 255cebbfa330ec82cd2632f7ede3501d60bf1aa7 (patch) | |
tree | 861f5b592b929e26d1392f3a1385adcbac5c637d /doc/develop/uefi | |
parent | 55e374f508da021cccc2fa90594ad147a1ba6c9d (diff) | |
parent | 5b5f6e0d61efe55df5eab82d231f2a483d3f49e7 (diff) |
Merge tag 'efi-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2023-01-rc4
Documentation:
* Fix htmldoc build dependency
UEFI:
* Adjust EBBR version for compatibility table
Diffstat (limited to 'doc/develop/uefi')
-rw-r--r-- | doc/develop/uefi/uefi.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst index e0835beba4..a944c0fb80 100644 --- a/doc/develop/uefi/uefi.rst +++ b/doc/develop/uefi/uefi.rst @@ -14,7 +14,7 @@ Development target ------------------ The implementation of UEFI in U-Boot strives to reach the requirements described -in the "Embedded Base Boot Requirements (EBBR) Specification - Release v1.0" +in the "Embedded Base Boot Requirements (EBBR) Specification - Release v2.1.0" [2]. The "Server Base Boot Requirements System Software on ARM Platforms" [3] describes a superset of the EBBR specification and may be used as further reference. @@ -799,8 +799,8 @@ Links ----- * [1] http://uefi.org/specifications - UEFI specifications -* [2] https://github.com/ARM-software/ebbr/releases/download/v1.0/ebbr-v1.0.pdf - - Embedded Base Boot Requirements (EBBR) Specification - Release v1.0 +* [2] https://github.com/ARM-software/ebbr/releases/download/v2.1.0/ebbr-v2.1.0.pdf - + Embedded Base Boot Requirements (EBBR) Specification - Release v2.1.0 * [3] https://developer.arm.com/docs/den0044/latest/server-base-boot-requirements-system-software-on-arm-platforms-version-11 - Server Base Boot Requirements System Software on ARM Platforms - Version 1.1 * [4] :doc:`iscsi` |