]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "Add DFU and usb boot for TI am62x SK and beagleplay"
authorTom Rini <trini@konsulko.com>
Wed, 15 May 2024 16:45:10 +0000 (10:45 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 15 May 2024 16:45:10 +0000 (10:45 -0600)
commit9c29afe0ccff5b6d8f6c57f4b0b41e3daf6ea94a
treecc3e1a1fdd13f88b9337705bc4395a3ce5e7da2c
parente7992828adcd5fad75bce9e6c41dfa9277ab93b0
parentdef64b49374889fc3e22072af7794f4d3c446cf6
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)