Skip to content
Snippets Groups Projects
Commit 9e6a40c1 authored by Martyn Welch's avatar Martyn Welch
Browse files

d/patches: am62x: Update patch statuses

parent 7114ac42
No related branches found
No related tags found
2 merge requests!110Update U-Boot in v2024 to v2024.1+dfsg-1+apertis2,!109d/patches: am62x: Update patch statuses
Pipeline #676031 canceled
Showing with 16 additions and 0 deletions
...@@ -5,6 +5,8 @@ Subject: usb: dwc3: Add dwc3 glue driver for am62 ...@@ -5,6 +5,8 @@ Subject: usb: dwc3: Add dwc3 glue driver for am62
Add glue code for TI AM62 to the dwc3 driver; Most code adopted from Add glue code for TI AM62 to the dwc3 driver; Most code adopted from
TI vendor u-boot code. TI vendor u-boot code.
Forwarded: https://lore.kernel.org/all/20240112085317.1866449-2-sjoerd@collabora.com/
Signed-off-by: Sjoerd Simons <sjoerd@collabora.com> Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
--- ---
drivers/usb/dwc3/Kconfig | 14 +++++ drivers/usb/dwc3/Kconfig | 14 +++++
......
...@@ -10,6 +10,8 @@ mode globally and go back to _OTG on stop again. ...@@ -10,6 +10,8 @@ mode globally and go back to _OTG on stop again.
For this the dwc3_set_mode is renamed to dwc3_core_set_mode to avoid a For this the dwc3_set_mode is renamed to dwc3_core_set_mode to avoid a
conflict with the same function exposed by xhci-dwc3 conflict with the same function exposed by xhci-dwc3
Forwarded: https://lore.kernel.org/all/20240112085317.1866449-3-sjoerd@collabora.com/
Signed-off-by: Sjoerd Simons <sjoerd@collabora.com> Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
--- ---
drivers/usb/dwc3/core.c | 10 +++++----- drivers/usb/dwc3/core.c | 10 +++++-----
......
...@@ -4,6 +4,8 @@ Subject: board: ti: am62x: am62x: include env for DFU ...@@ -4,6 +4,8 @@ Subject: board: ti: am62x: am62x: include env for DFU
Include standard TI K3 dfu environment Include standard TI K3 dfu environment
Forwarded: https://lore.kernel.org/all/20240112085317.1866449-4-sjoerd@collabora.com/
Signed-off-by: Sjoerd Simons <sjoerd@collabora.com> Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
--- ---
board/ti/am62x/am62x.env | 1 + board/ti/am62x/am62x.env | 1 +
......
...@@ -4,6 +4,8 @@ Subject: arm: dts: k3-am625-sk: Enable usb port in u-boot ...@@ -4,6 +4,8 @@ Subject: arm: dts: k3-am625-sk: Enable usb port in u-boot
Enable usb0 in all boot phases for use with DFU Enable usb0 in all boot phases for use with DFU
Forwarded: https://lore.kernel.org/all/20240112085317.1866449-5-sjoerd@collabora.com/
Signed-off-by: Sjoerd Simons <sjoerd@collabora.com> Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
--- ---
arch/arm/dts/k3-am625-sk-u-boot.dtsi | 8 ++++++++ arch/arm/dts/k3-am625-sk-u-boot.dtsi | 8 ++++++++
......
...@@ -7,6 +7,8 @@ r5 due to the smaller available size create a config fragment for DFU ...@@ -7,6 +7,8 @@ r5 due to the smaller available size create a config fragment for DFU
supports which disables support for persistent storage to free up space supports which disables support for persistent storage to free up space
for USB support for USB support
Forwarded: https://lore.kernel.org/all/20240112085317.1866449-6-sjoerd@collabora.com/
Signed-off-by: Sjoerd Simons <sjoerd@collabora.com> Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
--- ---
configs/am62x_evm_a53_defconfig | 30 ++++++++++++++++++++++++++++++ configs/am62x_evm_a53_defconfig | 30 ++++++++++++++++++++++++++++++
......
...@@ -2,6 +2,8 @@ From: Martyn Welch <martyn.welch@collabora.com> ...@@ -2,6 +2,8 @@ From: Martyn Welch <martyn.welch@collabora.com>
Date: Mon, 5 Feb 2024 12:36:21 +0000 Date: Mon, 5 Feb 2024 12:36:21 +0000
Subject: We don't want to try to build the final firmware images Subject: We don't want to try to build the final firmware images
Forwarded: https://salsa.debian.org/debian/u-boot/-/merge_requests/35
Signed-off-by: Martyn Welch <martyn.welch@collabora.com> Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
--- ---
arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi | 2 ++ arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi | 2 ++
......
...@@ -21,6 +21,8 @@ any firmware is, we are wary of having to upgrade the monitor firmware ...@@ -21,6 +21,8 @@ any firmware is, we are wary of having to upgrade the monitor firmware
and thus are reverting is change to enable srec files to be built as and thus are reverting is change to enable srec files to be built as
previously. previously.
Forwarded: not-needed: Correct solution is to upgrade firmware.
Signed-off-by: Martyn Welch <martyn.welch@collabora.com> Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
--- ---
configs/rcar3_ulcb_defconfig | 1 + configs/rcar3_ulcb_defconfig | 1 +
......
...@@ -5,6 +5,8 @@ Subject: arm: dts: k3-am625-sk: Enable first ethernet port ...@@ -5,6 +5,8 @@ Subject: arm: dts: k3-am625-sk: Enable first ethernet port
The K3 am625 sk EVM has two ethernet ports; Enable the first one for The K3 am625 sk EVM has two ethernet ports; Enable the first one for
usage in u-boot. usage in u-boot.
Origin: https://source.denx.de/u-boot/u-boot/-/commit/39248d326046989f646218388e84d68ce4c50c20
Signed-off-by: Sjoerd Simons <sjoerd@collabora.com> Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
--- ---
arch/arm/dts/k3-am625-sk-u-boot.dtsi | 22 ++++++++++++++++++++++ arch/arm/dts/k3-am625-sk-u-boot.dtsi | 22 ++++++++++++++++++++++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment