]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: do not use 2.0.5 as UEFI revision number
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 5 Feb 2018 17:04:21 +0000 (18:04 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 9 Feb 2018 23:24:00 +0000 (00:24 +0100)
commitf19a95a40b9f6fd2845fce1c6442042b662bce28
tree3953d45d387df8a0a2f898cbbcdb2a395d0c2c09
parent9f0930e5d9c71a97b14f8993b3d3150a79b6a2ef
efi_loader: do not use 2.0.5 as UEFI revision number

Currently the UEFI revision number in the system table header is set to
2.0.5. This version number does not refer to any existing version of the
UEFI standard.

Set the revision number to 2.7.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c