Skip to content

Commit

Permalink
UBUNTU: [Config] EFI: set CAPSULE_LOADER=y
Browse files Browse the repository at this point in the history
BugLink: https://nvbugspro.nvidia.com/bug/4601764

Nvidia provide a way to flash the UEFI via capsule loader.
CAPSULE_LOADER is also built-in in L4T kernel
so for the easy use, need to make CAPSULE_LOADER as built-in.

Signed-off-by: kobak <[email protected]>
  • Loading branch information
KobaKoNvidia committed May 9, 2024
1 parent edeeb65 commit 713c1f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion debian.master/config/annotations
Original file line number Diff line number Diff line change
Expand Up @@ -4586,7 +4586,6 @@ CONFIG_EEPROM_MAX6875 policy<{'amd64': 'm', 'arm64': '
CONFIG_EFI policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'riscv64': 'y'}>
CONFIG_EFI_ARMSTUB_DTB_LOADER policy<{'arm64': 'n', 'armhf': 'n'}>
CONFIG_EFI_BOOTLOADER_CONTROL policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'riscv64': 'm'}>
CONFIG_EFI_CAPSULE_LOADER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'riscv64': 'm'}>
CONFIG_EFI_COCO_SECRET policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'riscv64': 'y'}>
CONFIG_EFI_CUSTOM_SSDT_OVERLAYS policy<{'amd64': 'y', 'arm64': 'y', 'riscv64': 'y'}>
CONFIG_EFI_DEV_PATH_PARSER policy<{'amd64': 'y'}>
Expand Down
1 change: 1 addition & 0 deletions debian.nvidia-6.5/config/annotations
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ CONFIG_CORESIGHT_TPDA policy<{'arm64': 'n'}>
CONFIG_CORESIGHT_TPDM policy<{'arm64': 'n'}>
CONFIG_CORESIGHT_TRBE policy<{'arm64': 'm'}>
CONFIG_DEBUG_INFO_COMPRESSED_ZSTD policy<{'amd64': '-', 'arm64': '-'}>
CONFIG_EFI_CAPSULE_LOADER policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'riscv64': 'y'}>
CONFIG_ETM4X_IMPDEF_FEATURE policy<{'arm64': 'n'}>
CONFIG_GCC_VERSION policy<{'amd64': '110400', 'arm64': '110400'}>
CONFIG_GPIO_AAEON policy<{'amd64': '-'}>
Expand Down
1 change: 1 addition & 0 deletions drivers/firmware/efi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ config EFI_BOOTLOADER_CONTROL
config EFI_CAPSULE_LOADER
tristate "EFI capsule loader"
depends on EFI && !IA64
default y
help
This option exposes a loader interface "/dev/efi_capsule_loader" for
users to load EFI capsules. This driver requires working runtime
Expand Down

0 comments on commit 713c1f8

Please sign in to comment.