Skip to content

Commit

Permalink
Update UEFI version to 2.11
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
vstehle committed Dec 18, 2024
1 parent 162bb8d commit 5c1d028
Show file tree
Hide file tree
Showing 4 changed files with 2,056 additions and 2,054 deletions.
2 changes: 1 addition & 1 deletion scripts/update_uefi_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import logging
import requests

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

Expand Down
2 changes: 1 addition & 1 deletion source/chapter2-uefi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ platforms.
UEFI Version
============

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

UEFI Compliance
===============
Expand Down
Loading

0 comments on commit 5c1d028

Please sign in to comment.