Skip to content

Commit

Permalink
NVIDIA: [Config] EFI: set CAPSULE_LOADER=y for arm64
Browse files Browse the repository at this point in the history
BugLink: https://bugs.launchpad.net/bugs/2067111

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

Nvidia-BugLink: https://nvbugspro.nvidia.com/bug/4601764

Signed-off-by: Brad Figg <[email protected]>
Acked-by: Jacob Martin <[email protected]>
Acked-by: Noah Wager <[email protected]>
  • Loading branch information
nvidia-bfigg committed Aug 7, 2024
1 parent 110f52a commit 29686e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian.nvidia/config/annotations
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,4 @@ CONFIG_RUST_DEBUG_ASSERTIONS policy<{'amd64': '-'}>
CONFIG_RUST_OVERFLOW_CHECKS policy<{'amd64': '-'}>
CONFIG_RUST_PHYLIB_ABSTRACTIONS policy<{'amd64': '-'}>
CONFIG_SAMPLES_RUST policy<{'amd64': '-'}>
CONFIG_EFI_CAPSULE_LOADER policy<{'amd64': 'm', 'arm64': 'y'}>

0 comments on commit 29686e1

Please sign in to comment.