aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3/include/mach/j721e_spl.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-25 14:09:42 -0400
committerTom Rini <trini@konsulko.com>2020-05-25 14:09:42 -0400
commit60c7facfc965af6ff8ea14ee26c9d49cd2d0ec22 (patch)
tree7bc7f20aae283028bca5fde34205e3ab7fc618de /arch/arm/mach-k3/include/mach/j721e_spl.h
parent71f70cfcf4a79a58682596e6b7769fe6f8f0c4d1 (diff)
parentc02712a7484918648e5dd09c092035c7eeb7794a (diff)
downloadu-boot-60c7facfc965af6ff8ea14ee26c9d49cd2d0ec22.zip
u-boot-60c7facfc965af6ff8ea14ee26c9d49cd2d0ec22.tar.gz
u-boot-60c7facfc965af6ff8ea14ee26c9d49cd2d0ec22.tar.bz2
Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti
- Enable DM_ETH on omap3_logic board - Enable Caches in SPL for K3 platforms - Enable backup boot mode support for J721E - Update the DDR timings for AM654 EVM - Add automated tests for RX-51
Diffstat (limited to 'arch/arm/mach-k3/include/mach/j721e_spl.h')
-rw-r--r--arch/arm/mach-k3/include/mach/j721e_spl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/include/mach/j721e_spl.h b/arch/arm/mach-k3/include/mach/j721e_spl.h
index 959bdd4..3fa85ca 100644
--- a/arch/arm/mach-k3/include/mach/j721e_spl.h
+++ b/arch/arm/mach-k3/include/mach/j721e_spl.h
@@ -26,7 +26,19 @@
#define BOOT_DEVICE_MMC2_2 0x16
#define BOOT_DEVICE_RAM 0x17
+/* Backup boot modes with MCU Only = 0 */
+#define BACKUP_BOOT_DEVICE_RAM 0x0
+#define BACKUP_BOOT_DEVICE_USB 0x1
+#define BACKUP_BOOT_DEVICE_UART 0x3
+#define BACKUP_BOOT_DEVICE_ETHERNET 0x4
+#define BACKUP_BOOT_DEVICE_MMC2 0x5
+#define BACKUP_BOOT_DEVICE_SPI 0x6
+#define BACKUP_BOOT_DEVICE_I2C 0x7
+
#define BOOT_MODE_B_SHIFT 4
#define BOOT_MODE_B_MASK BIT(4)
+#define K3_PRIMARY_BOOTMODE 0x0
+#define K3_BACKUP_BOOTMODE 0x1
+
#endif