mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
tegra-common: add TEGRA_UEFI_MINIMAL support
- Default to off - Add the needed boot control overlay when enabled Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
committed by
Matt Madison
parent
70f85df34b
commit
2b18e164e9
@@ -14,7 +14,9 @@ UBOOT_EXTLINUX_INITRD ?= "${@'/boot/initrd' if d.getVar('INITRAMFS_IMAGE') != ''
|
||||
|
||||
NVIDIA_BOARD ?= "generic"
|
||||
|
||||
TEGRA_BOOTCONTROL_OVERLAYS ?= "L4TConfiguration.dtbo"
|
||||
TEGRA_UEFI_MINIMAL ?= "0"
|
||||
TEGRA_BOOTCONTROL_MINIMAL_UEFI ?= "${@'BootOrderEmmc.dtbo' if bb.utils.to_boolean(d.getVar('TEGRA_UEFI_MINIMAL')) else ''}"
|
||||
TEGRA_BOOTCONTROL_OVERLAYS ?= "L4TConfiguration.dtbo ${TEGRA_BOOTCONTROL_MINIMAL_UEFI}"
|
||||
TEGRA_BOOTCONTROL_OVERLAYS += "${@'L4TConfiguration-RootfsRedundancyLevelABEnable.dtbo' if bb.utils.to_boolean(d.getVar('USE_REDUNDANT_FLASH_LAYOUT')) else ''}"
|
||||
TEGRA_PLUGIN_MANAGER_OVERLAYS ??= ""
|
||||
TEGRA_DCE_OVERLAYS ??= ""
|
||||
|
||||
Reference in New Issue
Block a user