diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2026-01-12 09:40:08 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-01-23 10:15:24 -0600 |
| commit | bd7a32b60368add06d1d8d9dc0028503a4a72bae (patch) | |
| tree | 4d4e2b5583a03673508273ab40e1bc2f732ab984 | |
| parent | 380d3e91b07dd123e3bc7f2a64245a8547ed162f (diff) | |
| download | meta-ti-bd7a32b60368add06d1d8d9dc0028503a4a72bae.tar.gz | |
conf: am62: Add usbdfu tie-test-builds configs
Using the new UBOOT_CONFIG flow, enable a mode where additional uboot
configurations can be built along side the main config. In this case,
turning on USBDFU for a board for testing purposes.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf | 8 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf | 9 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf | 8 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf | 8 |
4 files changed, 33 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf index 30c7ea7e..fb2fa7cf 100644 --- a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf | |||
| @@ -5,5 +5,13 @@ | |||
| 5 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
| 6 | 6 | ||
| 7 | UBOOT_MACHINE = "am62ax_evm_r5_defconfig" | 7 | UBOOT_MACHINE = "am62ax_evm_r5_defconfig" |
| 8 | UBOOT_MACHINE:tie-test-builds = "" | ||
| 9 | |||
| 10 | UBOOT_CONFIG = "" | ||
| 11 | UBOOT_CONFIG:tie-test-builds = "usbdfu main" | ||
| 12 | UBOOT_CONFIG[main] = "am62ax_evm_r5_defconfig" | ||
| 13 | UBOOT_CONFIG[usbdfu] = "am62ax_evm_r5_defconfig" | ||
| 14 | |||
| 15 | UBOOT_CONFIG_FRAGMENTS[usbdfu] = "am62x_r5_usbdfu.config" | ||
| 8 | 16 | ||
| 9 | UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config" | 17 | UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config" |
diff --git a/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf index 27cc7c40..bf82849a 100644 --- a/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf | |||
| @@ -5,5 +5,14 @@ | |||
| 5 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
| 6 | 6 | ||
| 7 | UBOOT_MACHINE = "am62px_evm_r5_defconfig" | 7 | UBOOT_MACHINE = "am62px_evm_r5_defconfig" |
| 8 | UBOOT_MACHINE:tie-test-builds = "" | ||
| 9 | |||
| 10 | UBOOT_CONFIG = "" | ||
| 11 | UBOOT_CONFIG:tie-test-builds = "usbdfu main" | ||
| 12 | |||
| 13 | UBOOT_CONFIG[main] = "am62px_evm_r5_defconfig" | ||
| 14 | UBOOT_CONFIG[usbdfu] = "am62px_evm_r5_defconfig" | ||
| 15 | |||
| 16 | UBOOT_CONFIG_FRAGMENTS[usbdfu] = "am62x_r5_usbdfu.config" | ||
| 8 | 17 | ||
| 9 | UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config" | 18 | UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config" |
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf index e8d7fd05..9c8147e8 100644 --- a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf | |||
| @@ -5,5 +5,13 @@ | |||
| 5 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
| 6 | 6 | ||
| 7 | UBOOT_MACHINE = "am62x_evm_r5_defconfig" | 7 | UBOOT_MACHINE = "am62x_evm_r5_defconfig" |
| 8 | UBOOT_MACHINE:tie-test-builds = "" | ||
| 9 | |||
| 10 | UBOOT_CONFIG = "" | ||
| 11 | UBOOT_CONFIG:tie-test-builds = "usbdfu main" | ||
| 12 | UBOOT_CONFIG[main] = "am62x_evm_r5_defconfig" | ||
| 13 | UBOOT_CONFIG[usbdfu] = "am62x_evm_r5_defconfig" | ||
| 14 | |||
| 15 | UBOOT_CONFIG_FRAGMENTS[usbdfu] = "am62x_r5_usbdfu.config" | ||
| 8 | 16 | ||
| 9 | UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config" | 17 | UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config" |
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf index 8ae4af36..c65c624c 100644 --- a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf | |||
| @@ -5,5 +5,13 @@ | |||
| 5 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
| 6 | 6 | ||
| 7 | UBOOT_MACHINE = "am62x_lpsk_r5_defconfig" | 7 | UBOOT_MACHINE = "am62x_lpsk_r5_defconfig" |
| 8 | UBOOT_MACHINE:tie-test-builds = "" | ||
| 9 | |||
| 10 | UBOOT_CONFIG = "" | ||
| 11 | UBOOT_CONFIG:tie-test-builds = "usbdfu main" | ||
| 12 | UBOOT_CONFIG[main] = "am62x_lpsk_r5_defconfig" | ||
| 13 | UBOOT_CONFIG[usbdfu] = "am62x_lpsk_r5_defconfig" | ||
| 14 | |||
| 15 | UBOOT_CONFIG_FRAGMENTS[usbdfu] = "am62x_r5_usbdfu.config" | ||
| 8 | 16 | ||
| 9 | UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config" | 17 | UBOOT_FRAGMENTS:ti-falcon = "k3_r5_falcon.config" |
