1. 20 May, 2020 5 commits
  2. 19 May, 2020 16 commits
  3. 06 May, 2020 1 commit
  4. 05 May, 2020 3 commits
  5. 01 May, 2020 11 commits
  6. 25 Apr, 2020 2 commits
  7. 24 Apr, 2020 2 commits
    • Ard Biesheuvel's avatar
      efi: Move arch_tables check to caller · 4eb8320b
      Ard Biesheuvel authored
      Instead of making match_config_table() test its table_types pointer for
      NULL-ness, omit the call entirely if no arch_tables pointer was provided
      to efi_config_parse_tables().
      Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
      4eb8320b
    • Ard Biesheuvel's avatar
      efi: Clean up config table description arrays · 4e9a0f73
      Ard Biesheuvel authored
      Increase legibility by adding whitespace to the efi_config_table_type_t
      arrays that describe which EFI config tables we look for when going over
      the firmware provided list. While at it, replace the 'name' char pointer
      with a char array, which is more space efficient on relocatable 64-bit
      kernels, as it avoids a 8 byte pointer and the associated relocation
      data (24 bytes when using RELA format)
      Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
      4e9a0f73