[PATCH v2 2/2] configs: am62x_a53: introduce fragment for USB MSC boot

Siddharth Vadapalli s-vadapalli at ti.com
Sat Mar 1 09:00:49 CET 2025


Introduce the config fragment for enabling USB MSC boot. USB MSC boot
involves fetching the next stage of the bootloader from a USB Mass Storage
device such as a USB Flash Drive with the USB controller on the SoC acting
as the USB Host.

Signed-off-by: Siddharth Vadapalli <s-vadapalli at ti.com>
---

v1 of this patch is at:
https://patchwork.ozlabs.org/project/uboot/patch/20250226103504.1841697-3-s-vadapalli@ti.com/
No changes since v1.

Regards,
Siddharth.

 configs/am62x_a53_usbmsc.config | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 configs/am62x_a53_usbmsc.config

diff --git a/configs/am62x_a53_usbmsc.config b/configs/am62x_a53_usbmsc.config
new file mode 100644
index 00000000000..873a559986b
--- /dev/null
+++ b/configs/am62x_a53_usbmsc.config
@@ -0,0 +1,20 @@
+CONFIG_USB=y
+CONFIG_USB_HOST=y
+CONFIG_SPL_USB_HOST=y
+CONFIG_SYSCON=y
+CONFIG_SPL_SYSCON=y
+CONFIG_MISC=y
+CONFIG_SPL_MISC=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_GADGET=y
+CONFIG_SPL_USB_GADGET=y
+CONFIG_USB_DWC3=y
+CONFIG_USB_DWC3_GENERIC=y
+CONFIG_SPL_USB_DWC3_GENERIC=y
+CONFIG_USB_DWC3_AM62=y
+CONFIG_SPL_USB_DWC3_AM62=y
+CONFIG_USB_STORAGE=y
+CONFIG_SPL_USB_STORAGE=y
+# CONFIG_DM_USB_GADGET is not set
+# CONFIG_SPL_DM_USB_GADGET is not set
+# CONFIG_USB_GADGET_DOWNLOAD is not set
-- 
2.34.1



More information about the U-Boot mailing list