commit | c7308d6e2307c763f0006f4933da3bfbb875bed7 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jun 28 19:31:55 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 06 21:25:32 2019 +0200 |
tree | c3602363308e18f738573da9c5baf7108ed5dde2 | |
parent | ee8ebaaaaedc21e06bf3c11c8589c2f201afb88c [diff] |
efi_loader: bump UEFI specification number to 2.8 We are implementing UEFI variable RuntimeServicesSupported and set the unimplemented runtime functions return EFI_UNSUPPORTED as described in UEFI specification 2.8. So let's also advertise this specification version in our system table. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Alexander Graf <agraf@csgraf.de>