mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Merge tag 'xilinx-for-v2025.01-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze
AMD/Xilinx changes for v2025.01-rc1 v2 .mailmap: - Switch Padmarao's email to AMD one zynq_spi: - Make update_stripe static xilinx: - Update DT description for EMMCs zynqmp: - Update logic around RPUs and tcm handling - Update bootmenu selection for Kria - Add description for SC vm-p-b1369 - Fix comment about file location in zynqmp-p-a2197-00-revA.dts versal: - Fix logic around USB boot versal2: - Disable useless features for Mini configurations versal-net: - Get rid of current-speed DT property from mini configuration microblaze: - Fix scriptaddr location # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQQbPNTMvXmYlBPRwx7KSWXLKUoMIQUCZxuweAAKCRDKSWXLKUoM # IY1iAKCH/GKJHEXFfLvr0OGuO6c1SX9+ZQCfTjRAHrL186X6LUgjOpmtmsrVK1c= # =4gY0 # -----END PGP SIGNATURE----- # gpg: Signature made Fri 25 Oct 2024 08:51:36 AM CST # gpg: using DSA key 1B3CD4CCBD79989413D1C31ECA4965CB294A0C21 # gpg: Good signature from "Michal Simek <monstr@monstr.eu>" [full] # gpg: aka "Michal Simek (Xilinx) <michals@xilinx.com>" [full] # gpg: aka "Michal Simek (Xilinx) <michal.simek@xilinx.com>" [full] # gpg: aka "Michal Simek (AMD) <michal.simek@amd.com>" [unknown]
This commit is contained in:
@@ -48,6 +48,12 @@
|
||||
# define BOOT_TARGET_DEVICES_MMC(func)
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_USB_STORAGE)
|
||||
# define BOOT_TARGET_DEVICES_USB(func) func(USB, usb, 0)
|
||||
#else
|
||||
# define BOOT_TARGET_DEVICES_USB(func)
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_CMD_PXE) && defined(CONFIG_CMD_DHCP)
|
||||
# define BOOT_TARGET_DEVICES_PXE(func) func(PXE, pxe, na)
|
||||
#else
|
||||
@@ -85,7 +91,7 @@
|
||||
"jtag "
|
||||
|
||||
#define BOOT_TARGET_DEVICES_USB_DFU(func) \
|
||||
func(USB_DFU, usb_dfu, 0) func(USB_DFU, usb_dfu, 1)
|
||||
func(USB_DFU, usb_dfu, 0)
|
||||
|
||||
#define BOOTENV_DEV_USB_DFU(devtypeu, devtypel, instance) \
|
||||
"bootcmd_" #devtypel #instance "=setenv dfu_alt_info boot.scr ram " \
|
||||
@@ -99,7 +105,7 @@
|
||||
""
|
||||
|
||||
#define BOOT_TARGET_DEVICES_USB_THOR(func) \
|
||||
func(USB_THOR, usb_thor, 0) func(USB_THOR, usb_thor, 1)
|
||||
func(USB_THOR, usb_thor, 0)
|
||||
|
||||
#define BOOTENV_DEV_USB_THOR(devtypeu, devtypel, instance) \
|
||||
"bootcmd_" #devtypel #instance "=setenv dfu_alt_info boot.scr ram " \
|
||||
@@ -118,6 +124,7 @@
|
||||
BOOT_TARGET_DEVICES_XSPI(func) \
|
||||
BOOT_TARGET_DEVICES_USB_DFU(func) \
|
||||
BOOT_TARGET_DEVICES_USB_THOR(func) \
|
||||
BOOT_TARGET_DEVICES_USB(func) \
|
||||
BOOT_TARGET_DEVICES_PXE(func) \
|
||||
BOOT_TARGET_DEVICES_DHCP(func)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user