configs: Enable VAB flow for Agilex5 SoCFPGA boards
authorNaresh Kumar Ravulapalli <nareshkumar.ravulapalli@altera.com>
Tue, 4 Mar 2025 05:06:44 +0000 (21:06 -0800)
committerTien Fong Chee <tien.fong.chee@intel.com>
Tue, 22 Apr 2025 03:47:40 +0000 (11:47 +0800)
Vendor Authorized Boot flow configurations are enabled for boards
based on Agilex5 SoCFPGA. Also, required changes are made to the
SoCFPGA make file for building and linking relevant secure source
code files.

Signed-off-by: Naresh Kumar Ravulapalli <nareshkumar.ravulapalli@altera.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
MAINTAINERS
arch/arm/mach-socfpga/Makefile
configs/socfpga_agilex5_vab_defconfig [new file with mode: 0644]

index a0b06e9..9d5af7e 100644 (file)
@@ -157,6 +157,7 @@ S:  Maintained
 T:     git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git
 F:     drivers/ddr/altera/
 F:     arch/arm/mach-socfpga/
+F:     configs/socfpga_agilex5_vab_defconfig
 F:     drivers/sysreset/sysreset_socfpga*
 
 ARM AMLOGIC SOC SUPPORT
index 22d48df..c43fdee 100644 (file)
@@ -68,6 +68,8 @@ obj-y += altera-sysmgr.o
 obj-y  += ccu_ncore3.o
 obj-y  += system_manager_soc64.o
 obj-y  += timer_s10.o
+obj-$(CONFIG_SOCFPGA_SECURE_VAB_AUTH)  += secure_vab.o
+obj-$(CONFIG_SOCFPGA_SECURE_VAB_AUTH)  += vab.o
 endif
 
 ifdef CONFIG_TARGET_SOCFPGA_N5X
diff --git a/configs/socfpga_agilex5_vab_defconfig b/configs/socfpga_agilex5_vab_defconfig
new file mode 100644 (file)
index 0000000..a5f4b33
--- /dev/null
@@ -0,0 +1,3 @@
+#include <configs/socfpga_agilex5_defconfig>
+
+CONFIG_SOCFPGA_SECURE_VAB_AUTH=y