Skip to content

Commit 5c1d028

Browse files
committed
Update UEFI version to 2.11
Update the UEFI specification version we reference to 2.11. - Update the version referenced in chapter 2. - Update the link to the UEFI specification in the references. - Update the URL in the index update script and update the index. Suggested-by: Heinrich Schuchardt <[email protected]> Signed-off-by: Vincent Stehlé <[email protected]>
1 parent 162bb8d commit 5c1d028

File tree

4 files changed

+2056
-2054
lines changed

4 files changed

+2056
-2054
lines changed

scripts/update_uefi_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import logging
1010
import requests
1111

12-
UEFI_INDEX_URL = 'https://uefi.org/specs/UEFI/2.10_A/index.html'
12+
UEFI_INDEX_URL = 'https://uefi.org/specs/UEFI/2.11/index.html'
1313
uefi_csv = os.path.dirname(__file__) + '/../source/extensions/uefi_index.csv'
1414
logger = logging.getLogger(__name__)
1515

source/chapter2-uefi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ platforms.
1010
UEFI Version
1111
============
1212

13-
This document uses version 2.10 Errata A of the UEFI specification [UEFI]_.
13+
This document uses version 2.11 of the UEFI specification [UEFI]_.
1414

1515
UEFI Compliance
1616
===============

0 commit comments

Comments
 (0)