diff options
author | Siddharth Vadapalli <s-vadapalli@ti.com> | 2024-07-09 14:03:02 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-07-11 08:55:12 -0500 |
commit | fa94effc26a8678a5400291a3ca0ef1000eea7b1 (patch) | |
tree | 90e65c890dbd7172dea196365089df40fb0f2c6f /meta-ti-bsp | |
parent | 8690d09b8f2d01b545dfeb6cbc4237ba6fe69333 (diff) | |
download | meta-ti-fa94effc26a8678a5400291a3ca0ef1000eea7b1.tar.gz |
conf: machine: am62*-evm-k3r5.conf: apply fragment for enabling USB DFU
The config fragment "am62x_r5_usbdfu.config" is applicable to AM62x,
AM62x-SIP, AM62x-LP-EVM, AM62Ax and AM62Px devices and enables USB DFU boot
support at the R5 stage of boot.
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Acked-by: Chirag Shilwant <c-shilwant@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r-- | meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf | 2 |
5 files changed, 9 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf index 2af3317e..370ae2f9 100644 --- a/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62axx-evm-k3r5.conf | |||
@@ -9,3 +9,5 @@ SYSFW_CONFIG = "evm" | |||
9 | SYSFW_SUFFIX = "hs-fs" | 9 | SYSFW_SUFFIX = "hs-fs" |
10 | 10 | ||
11 | UBOOT_MACHINE = "am62ax_evm_r5_defconfig" | 11 | UBOOT_MACHINE = "am62ax_evm_r5_defconfig" |
12 | UBOOT_CONFIG_FRAGMENTS = "am62x_r5_usbdfu.config" | ||
13 | UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "" | ||
diff --git a/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf index 36915381..2da09f5c 100644 --- a/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62pxx-evm-k3r5.conf | |||
@@ -10,3 +10,5 @@ SYSFW_CONFIG = "evm" | |||
10 | SYSFW_SUFFIX = "hs-fs" | 10 | SYSFW_SUFFIX = "hs-fs" |
11 | 11 | ||
12 | UBOOT_MACHINE = "am62px_evm_r5_defconfig" | 12 | UBOOT_MACHINE = "am62px_evm_r5_defconfig" |
13 | UBOOT_CONFIG_FRAGMENTS = "am62x_r5_usbdfu.config" | ||
14 | UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "" | ||
diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf index 548369ca..483de2e4 100644 --- a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf | |||
@@ -10,3 +10,5 @@ SYSFW_CONFIG = "evm" | |||
10 | SYSFW_SUFFIX = "hs-fs" | 10 | SYSFW_SUFFIX = "hs-fs" |
11 | 11 | ||
12 | UBOOT_MACHINE = "am62x_evm_r5_defconfig" | 12 | UBOOT_MACHINE = "am62x_evm_r5_defconfig" |
13 | UBOOT_CONFIG_FRAGMENTS = "am62x_r5_usbdfu.config" | ||
14 | UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "" | ||
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 52b69a72..1c3c5213 100644 --- a/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm-k3r5.conf | |||
@@ -10,3 +10,5 @@ SYSFW_CONFIG = "evm" | |||
10 | SYSFW_SUFFIX = "hs-fs" | 10 | SYSFW_SUFFIX = "hs-fs" |
11 | 11 | ||
12 | UBOOT_MACHINE = "am62x_lpsk_r5_defconfig" | 12 | UBOOT_MACHINE = "am62x_lpsk_r5_defconfig" |
13 | UBOOT_CONFIG_FRAGMENTS = "am62x_r5_usbdfu.config" | ||
14 | UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "" | ||
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf index 55bc530b..57ccbc15 100644 --- a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf | |||
@@ -11,5 +11,5 @@ SYSFW_SUFFIX = "hs-fs" | |||
11 | UBOOT_MACHINE = "am62xsip_evm_r5_defconfig" | 11 | UBOOT_MACHINE = "am62xsip_evm_r5_defconfig" |
12 | 12 | ||
13 | UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_r5_defconfig" | 13 | UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_r5_defconfig" |
14 | 14 | UBOOT_CONFIG_FRAGMENTS = "am62x_r5_usbdfu.config" | |
15 | UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am62xsip_sk_r5.config" | 15 | UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am62xsip_sk_r5.config" |