mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
conf/machine: add TEGRA_BOOT_FIRMWARE_FILES variable
to the per-SoC machine include files, in preparation for moving the separate lists out of the bootfiles recipe and the image_types_tegra class. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
committed by
Matt Madison
parent
35dab0f604
commit
f15840bef0
@@ -35,3 +35,25 @@ KERNEL_MODULE_PROBECONF += "tegra-udrm"
|
|||||||
module_conf_tegra-udrm = "options tegra-udrm modeset=1"
|
module_conf_tegra-udrm = "options tegra-udrm modeset=1"
|
||||||
|
|
||||||
PARTITION_LAYOUT_EXTERNAL ?= "flash_l4t_nvme.xml"
|
PARTITION_LAYOUT_EXTERNAL ?= "flash_l4t_nvme.xml"
|
||||||
|
|
||||||
|
TEGRA_BOOT_FIRMWARE_FILES = "\
|
||||||
|
adsp-fw.bin \
|
||||||
|
bpmp-2_t194.bin \
|
||||||
|
camera-rtcpu-t194-rce.img \
|
||||||
|
dram-ecc-t194.bin \
|
||||||
|
mb1_t194_prod.bin \
|
||||||
|
nvdisp-init.bin \
|
||||||
|
nvtboot_applet_t194.bin \
|
||||||
|
nvtboot_t194.bin \
|
||||||
|
preboot_c10_prod_cr.bin \
|
||||||
|
mce_c10_prod_cr.bin \
|
||||||
|
mts_c10_prod_cr.bin \
|
||||||
|
nvtboot_cpu_t194.bin \
|
||||||
|
nvtboot_recovery_t194.bin \
|
||||||
|
nvtboot_recovery_cpu_t194.bin \
|
||||||
|
spe_t194.bin \
|
||||||
|
xusb_sil_rel_fw \
|
||||||
|
warmboot_t194_prod.bin \
|
||||||
|
sce_t194.bin \
|
||||||
|
dram-ecc-t194.bin \
|
||||||
|
"
|
||||||
|
|||||||
@@ -31,3 +31,31 @@ NVFANCONTROL ?= "nvfancontrol_p3701_0000"
|
|||||||
MACHINE_EXTRA_RRECOMMENDS += "kernel-module-nvidia kernel-module-nvidia-drm kernel-module-nvidia-modeset kernel-module-userspace-alert"
|
MACHINE_EXTRA_RRECOMMENDS += "kernel-module-nvidia kernel-module-nvidia-drm kernel-module-nvidia-modeset kernel-module-userspace-alert"
|
||||||
|
|
||||||
PARTITION_LAYOUT_EXTERNAL ?= "flash_l4t_t234_nvme.xml"
|
PARTITION_LAYOUT_EXTERNAL ?= "flash_l4t_t234_nvme.xml"
|
||||||
|
|
||||||
|
TEGRA_BOOT_FIRMWARE_FILES = "\
|
||||||
|
adsp-fw.bin \
|
||||||
|
applet_t234.bin \
|
||||||
|
camera-rtcpu-t234-rce.img \
|
||||||
|
mb1_t234_prod.bin \
|
||||||
|
mb2_t234.bin \
|
||||||
|
mb2rf_t234.bin \
|
||||||
|
preboot_c10_prod_cr.bin \
|
||||||
|
mce_c10_prod_cr.bin \
|
||||||
|
mts_c10_prod_cr.bin \
|
||||||
|
nvtboot_cpurf_t234.bin \
|
||||||
|
spe_t234.bin \
|
||||||
|
psc_bl1_t234_prod.bin \
|
||||||
|
pscfw_t234_prod.bin \
|
||||||
|
mce_flash_o10_cr_prod.bin \
|
||||||
|
sc7_t234_prod.bin \
|
||||||
|
display-t234-dce.bin \
|
||||||
|
psc_rf_t234_prod.bin \
|
||||||
|
nvdec_t234_prod.fw \
|
||||||
|
xusb_t234_prod.bin \
|
||||||
|
tegrabl_carveout_id.h \
|
||||||
|
pinctrl-tegra.h \
|
||||||
|
tegra234-gpio.h \
|
||||||
|
readinfo_t234_min_prod.xml \
|
||||||
|
camera-rtcpu-sce.img \
|
||||||
|
fsi-fw-ecc.bin \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user