Searched hist:"4 e9a0f73f030e19a9259b69a7079021048e1f904" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/ia64/kernel/ |
H A D | efi.c | diff 4e9a0f73f030e19a9259b69a7079021048e1f904 Thu Mar 26 03:24:14 CDT 2020 Ard Biesheuvel <ardb@kernel.org> efi: Clean up config table description arrays
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: Ard Biesheuvel <ardb@kernel.org>
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | efi.c | diff 4e9a0f73f030e19a9259b69a7079021048e1f904 Thu Mar 26 03:24:14 CDT 2020 Ard Biesheuvel <ardb@kernel.org> efi: Clean up config table description arrays
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: Ard Biesheuvel <ardb@kernel.org>
|
/openbmc/linux/arch/x86/platform/efi/ |
H A D | efi.c | diff 4e9a0f73f030e19a9259b69a7079021048e1f904 Thu Mar 26 03:24:14 CDT 2020 Ard Biesheuvel <ardb@kernel.org> efi: Clean up config table description arrays
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: Ard Biesheuvel <ardb@kernel.org>
|
/openbmc/linux/include/linux/ |
H A D | efi.h | diff 4e9a0f73f030e19a9259b69a7079021048e1f904 Thu Mar 26 03:24:14 CDT 2020 Ard Biesheuvel <ardb@kernel.org> efi: Clean up config table description arrays
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: Ard Biesheuvel <ardb@kernel.org>
|