mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 06:21:31 +00:00
EFI: warn only for pre-1.00 system tables
We used to warn unless the EFI system table major revision was exactly 1. But EFI 2.00 firmware is starting to appear, and the 2.00 changes don't affect anything in Linux. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Cc: Andi Kleen <ak@suse.de> Cc: "Luck, Tony" <tony.luck@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
f038f9a361
commit
873ec74615
4 changed files with 11 additions and 14 deletions
|
@ -213,7 +213,6 @@ typedef struct {
|
|||
} efi_config_table_t;
|
||||
|
||||
#define EFI_SYSTEM_TABLE_SIGNATURE ((u64)0x5453595320494249ULL)
|
||||
#define EFI_SYSTEM_TABLE_REVISION ((1 << 16) | 00)
|
||||
|
||||
typedef struct {
|
||||
efi_table_hdr_t hdr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue