From 2b564a8ccf8016d4c3c285702b37192abe0852e4 Mon Sep 17 00:00:00 2001 From: Neal Frager Date: Mon, 17 Oct 2022 03:44:29 -0600 Subject: [PATCH] configs/zynqmp_kria_kv260_defconfig: fix pmufw sw reset This patch will solve the problem of the pmufw built by the zynqmp-pmufw-builder where soft resets crash for the kv260. Details of the issue can be found here: https://lore.kernel.org/buildroot/87ilqccu3k.fsf@dell.be.48ers.dk/ Please note that this is a temporary solution as the kv260 pmufw is not yet available on the Xilinx github. This is expected in the coming months. The nealfrager github uses the same licensing terms as the Xilinx github regarding the distribution of zynqmp pmufw binary files. https://github.com/Xilinx/ubuntu-firmware/blob/v2022.1_22.04_1/LICENSE https://github.com/nealfrager/buildroot-firmware/blob/v2022.1/LICENSE Signed-off-by: Neal Frager Signed-off-by: Peter Korsgaard --- configs/zynqmp_kria_kv260_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/zynqmp_kria_kv260_defconfig b/configs/zynqmp_kria_kv260_defconfig index 4700e651dc..25bab4cbb4 100644 --- a/configs/zynqmp_kria_kv260_defconfig +++ b/configs/zynqmp_kria_kv260_defconfig @@ -30,7 +30,7 @@ BR2_TARGET_UBOOT_NEEDS_OPENSSL=y BR2_TARGET_UBOOT_SPL=y BR2_TARGET_UBOOT_SPL_NAME="spl/boot.bin" BR2_TARGET_UBOOT_ZYNQMP=y -BR2_TARGET_UBOOT_ZYNQMP_PMUFW="https://github.com/lucaceresoli/zynqmp-pmufw-binaries/raw/v2022.1/bin/pmufw-v2022.1.bin" +BR2_TARGET_UBOOT_ZYNQMP_PMUFW="https://github.com/nealfrager/buildroot-firmware/raw/v2022.1/kv260/kv260_pmufw.bin" BR2_TARGET_UBOOT_ZYNQMP_PM_CFG="board/zynqmp/kria/kv260/pm_cfg_obj.c" BR2_TARGET_UBOOT_FORMAT_ITB=y BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y