diff options
author | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2022-07-22 17:16:13 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-07-26 09:34:21 +0200 |
commit | a3a1afb747d4d71c3dd5ba01b2796cebd65c65cd (patch) | |
tree | 10981e1b7fa28906e042b8bd9f64805d026d3bc7 /boot | |
parent | 5ab6a846349471be9b640da35d757d55dd8de487 (diff) | |
download | u-boot-a3a1afb747d4d71c3dd5ba01b2796cebd65c65cd.tar.gz u-boot-a3a1afb747d4d71c3dd5ba01b2796cebd65c65cd.tar.bz2 u-boot-a3a1afb747d4d71c3dd5ba01b2796cebd65c65cd.zip |
fpga: zynqmp: support loading authenticated images
Add supporting new compatible string "u-boot,zynqmp-fpga-ddrauth" to
handle loading authenticated images (DDR).
Based on solution by Jorge Ramirez-Ortiz <jorge@foundries.io>
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Tested-by: Ricardo Salveti <ricardo@foundries.io>
Link: https://lore.kernel.org/r/20220722141614.297383-13-oleksandr.suvorov@foundries.io
Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index 17438b566d..59d0c65c94 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -210,8 +210,8 @@ config SPL_LOAD_FIT 1. "loadables" images, other than FDTs, which do not have a "load" property will not be loaded. This limitation also applies to FPGA images with the correct "compatible" string. - 2. For FPGA images, only the "compatible" = "u-boot,fpga-legacy" - loading method is supported. + 2. For FPGA images, the supported "compatible" list is in the + doc/uImage.FIT/source_file_format.txt. 3. FDTs are only loaded for images with an "os" property of "u-boot". "linux" images are also supported with Falcon boot mode. |