diff options
author | Tom Rini <trini@konsulko.com> | 2025-07-26 09:21:09 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-07-26 09:21:09 -0600 |
commit | 4c3b5fcd810081bd7f3c51859fe1b5f0c159803c (patch) | |
tree | 33e98ade70c760a0c90c63149d66a61b6ff95f20 /drivers | |
parent | 1d782a3f229c269d01e5b7a94744bcd7f53e3f47 (diff) | |
parent | afd5426043b3ef6aa57f2a731f94125ae983395c (diff) |
Pull request efi-2025-10-rc1
CI: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/27176
Documentation:
* update FIT signature testing instructions
* describe defconfigs for AM69-SK
UEFI:
* provide unit test for system table pointer
* efi_realloc() must check efi_alloc() return value
* correct EFI_DEBUG_TABLE_ENTRY_SIZE
* avoid NULL dereference in ESRT creation tests
* add missing check in FMP.GetImageInfo()
* rename lib/efi to lib/efi_client
* rename CONFIG_EFI to CONFIG_EFI_CLIENT
* create a new CONFIG_EFI
* update maintainers for EFI_CLIENT
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/block/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 750b0bd2082..c6c148ebd17 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -96,7 +96,7 @@ config TPL_BLOCK_CACHE config EFI_MEDIA bool "Support EFI media drivers" - default y if EFI || SANDBOX + default y if EFI_CLIENT || SANDBOX select BLK help Enable this to support media devices on top of UEFI. This enables |