Searched hist:85974825 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/firmware/efi/ |
H A D | vars.c | 85974825 Mon Jun 20 06:21:26 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: pstore: Omit efivars caching EFI varstore access layer
Avoid the efivars layer and simply call the newly introduced EFI varstore helpers instead. This simplifies the code substantially, and also allows us to remove some hacks in the shared efivars layer that were added for efi-pstore specifically.
In order to be able to delete the EFI variable associated with a record, store the UTF-16 name of the variable in the pstore record's priv field. That way, we don't have to make guesses regarding which variable the record may have been loaded from.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
H A D | efi-pstore.c | 85974825 Mon Jun 20 06:21:26 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: pstore: Omit efivars caching EFI varstore access layer
Avoid the efivars layer and simply call the newly introduced EFI varstore helpers instead. This simplifies the code substantially, and also allows us to remove some hacks in the shared efivars layer that were added for efi-pstore specifically.
In order to be able to delete the EFI variable associated with a record, store the UTF-16 name of the variable in the pstore record's priv field. That way, we don't have to make guesses regarding which variable the record may have been loaded from.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
H A D | Kconfig | 85974825 Mon Jun 20 06:21:26 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: pstore: Omit efivars caching EFI varstore access layer
Avoid the efivars layer and simply call the newly introduced EFI varstore helpers instead. This simplifies the code substantially, and also allows us to remove some hacks in the shared efivars layer that were added for efi-pstore specifically.
In order to be able to delete the EFI variable associated with a record, store the UTF-16 name of the variable in the pstore record's priv field. That way, we don't have to make guesses regarding which variable the record may have been loaded from.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
/openbmc/linux/include/linux/ |
H A D | efi.h | 85974825 Mon Jun 20 06:21:26 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: pstore: Omit efivars caching EFI varstore access layer
Avoid the efivars layer and simply call the newly introduced EFI varstore helpers instead. This simplifies the code substantially, and also allows us to remove some hacks in the shared efivars layer that were added for efi-pstore specifically.
In order to be able to delete the EFI variable associated with a record, store the UTF-16 name of the variable in the pstore record's priv field. That way, we don't have to make guesses regarding which variable the record may have been loaded from.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|