From f15840bef07ff5674b1c76988a95627e20fb3de7 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Sat, 30 Sep 2023 07:44:49 -0700 Subject: [PATCH] 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 --- conf/machine/include/tegra194.inc | 22 ++++++++++++++++++++++ conf/machine/include/tegra234.inc | 28 ++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/conf/machine/include/tegra194.inc b/conf/machine/include/tegra194.inc index 86240db0..e6ff3efd 100644 --- a/conf/machine/include/tegra194.inc +++ b/conf/machine/include/tegra194.inc @@ -35,3 +35,25 @@ KERNEL_MODULE_PROBECONF += "tegra-udrm" module_conf_tegra-udrm = "options tegra-udrm modeset=1" 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 \ +" diff --git a/conf/machine/include/tegra234.inc b/conf/machine/include/tegra234.inc index 55d39e7e..b6c88c0e 100644 --- a/conf/machine/include/tegra234.inc +++ b/conf/machine/include/tegra234.inc @@ -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" 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 \ +"