[PATCH v3 1/7] configs: zynqmp_kria: Enable CMD_FUSE and ZYNQMP_EFUSE

Michal Simek michal.simek at amd.com
Thu Jun 6 15:59:46 CEST 2024



On 6/4/24 16:27, lukas.funke-oss at weidmueller.com wrote:
> From: Lukas Funke <lukas.funke at weidmueller.com>
> 
> Enable CMD_FUSE and ZYNQMP_EFUSE in order to be able to write
> ZyqnMP eFuses from within the bootloader for Kria SoM.
> 
> Signed-off-by: Lukas Funke <lukas.funke at weidmueller.com>
> ---
> 
> (no changes since v1)
> 
>   configs/xilinx_zynqmp_virt_defconfig | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
> index ee87beb19c6..1edd4ac77b1 100644
> --- a/configs/xilinx_zynqmp_virt_defconfig
> +++ b/configs/xilinx_zynqmp_virt_defconfig
> @@ -65,6 +65,7 @@ CONFIG_CMD_DFU=y
>   CONFIG_CMD_FPGA_LOADBP=y
>   CONFIG_CMD_FPGA_LOADP=y
>   CONFIG_CMD_FPGA_LOAD_SECURE=y
> +CONFIG_CMD_FUSE=y
>   CONFIG_CMD_GPIO=y
>   CONFIG_CMD_PWM=y
>   CONFIG_CMD_GPT=y
> @@ -147,6 +148,7 @@ CONFIG_I2C_MUX_PCA954x=y
>   CONFIG_LED=y
>   CONFIG_LED_GPIO=y
>   CONFIG_MISC=y
> +CONFIG_ZYNQMP_EFUSE=y
>   CONFIG_I2C_EEPROM=y
>   CONFIG_SUPPORT_EMMC_BOOT=y
>   CONFIG_MMC_IO_VOLTAGE=y


The patch itself is fine but it should be after symbol is defined.
It means Kconfig change first and then enable it.

M


More information about the U-Boot mailing list