aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-15 10:45:10 -0600
committerTom Rini <trini@konsulko.com>2024-05-15 10:45:10 -0600
commit9c29afe0ccff5b6d8f6c57f4b0b41e3daf6ea94a (patch)
treecc3e1a1fdd13f88b9337705bc4395a3ce5e7da2c /board
parente7992828adcd5fad75bce9e6c41dfa9277ab93b0 (diff)
parentdef64b49374889fc3e22072af7794f4d3c446cf6 (diff)
downloadu-boot-9c29afe0ccff5b6d8f6c57f4b0b41e3daf6ea94a.zip
u-boot-9c29afe0ccff5b6d8f6c57f4b0b41e3daf6ea94a.tar.gz
u-boot-9c29afe0ccff5b6d8f6c57f4b0b41e3daf6ea94a.tar.bz2
Merge patch series "Add DFU and usb boot for TI am62x SK and beagleplay"
Martyn Welch <martyn.welch@collabora.com> says: This series adds DFU support for TI AM62 SK and beagleplay boards. I have picked this series up from Sjoerd due to time constraints. Since the last revision: * Removed dwc3 mode setting in favour of reinstating forced peripheral mode for usb0 * Use of config fragments for both r5 and a53 DFU configuration to reduce duplication * Typographical improvements to documentation We plan to also submit the dts changes to linux so that those can be dropped again in the near future (hopefully)
Diffstat (limited to 'board')
-rw-r--r--board/beagle/beagleplay/beagleplay.env1
-rw-r--r--board/ti/am62x/am62x.env1
2 files changed, 2 insertions, 0 deletions
diff --git a/board/beagle/beagleplay/beagleplay.env b/board/beagle/beagleplay/beagleplay.env
index bbf6b92..8dbfc2f 100644
--- a/board/beagle/beagleplay/beagleplay.env
+++ b/board/beagle/beagleplay/beagleplay.env
@@ -1,5 +1,6 @@
#include <env/ti/ti_common.env>
#include <env/ti/mmc.env>
+#include <env/ti/k3_dfu.env>
name_kern=Image
console=ttyS2,115200n8
diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env
index 9cb186c..09b9b16 100644
--- a/board/ti/am62x/am62x.env
+++ b/board/ti/am62x/am62x.env
@@ -1,5 +1,6 @@
#include <env/ti/ti_common.env>
#include <env/ti/mmc.env>
+#include <env/ti/k3_dfu.env>
name_kern=Image
console=ttyS2,115200n8