diff options
author | Polak, Leszek <LPolak@arri.de> | 2023-10-08 14:34:42 +0000 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2023-10-09 13:03:23 +0200 |
commit | facfa5659b4dfbfffa91283a1234297a744bf28a (patch) | |
tree | 949b3e97f36fdbf0eeb31da8080eb62aa3ff828b /arch/arm/mach-versal | |
parent | 82bb62dfa9a20891ebe81ed0786c05c716b32326 (diff) | |
download | u-boot-facfa5659b4dfbfffa91283a1234297a744bf28a.zip u-boot-facfa5659b4dfbfffa91283a1234297a744bf28a.tar.gz u-boot-facfa5659b4dfbfffa91283a1234297a744bf28a.tar.bz2 |
arm64: versal: Add SelectMAP boot mode identification
The SelectMAP configuration interface provides an 8-bit,
16-bit or 32-bit bidirectional data bus interface to the Versal FPGA
configuration logic that can be used for both configuration and readback.
A connected microcontoller to the SelectMAP interface can load boot
image with bitstream, TF-A (ARM Trusted Firmware) and U-Boot.
This commit adds the missing identification of the SelectMAP mode.
Signed-off-by: Polak, Leszek <LPolak@arri.de>
Reviewed-by: Stefan Roese <sr@denx.de>
Cc: Michal Simek <michal.simek@amd.com>
Cc: Stefan Roese <sr@denx.de>
Link: https://lore.kernel.org/r/DU0PR07MB8419F7765892CDBCE7D559C5C8CFA@DU0PR07MB8419.eurprd07.prod.outlook.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'arch/arm/mach-versal')
-rw-r--r-- | arch/arm/mach-versal/include/mach/hardware.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-versal/include/mach/hardware.h b/arch/arm/mach-versal/include/mach/hardware.h index 000af97..9d1c2f0 100644 --- a/arch/arm/mach-versal/include/mach/hardware.h +++ b/arch/arm/mach-versal/include/mach/hardware.h @@ -82,6 +82,7 @@ struct crp_regs { #define EMMC_MODE 0x00000006 #define USB_MODE 0x00000007 #define OSPI_MODE 0x00000008 +#define SELECTMAP_MODE 0x0000000A #define SD1_LSHFT_MODE 0x0000000E /* SD1 Level shifter */ #define JTAG_MODE 0x00000000 #define BOOT_MODE_USE_ALT 0x100 |