5582d4b5eb
This patch bumps the versal_vck190_defconfig to xilinx-v2023.1 which includes the following updates: - Linux v6.1.5 - U-Boot v2023.01 - TF-A v2.8 (including mainline patches) - PLM xilinx_v2023.1 - PSMFW xilinx_v2023.1 - versal-firmware uses new github.com/Xilinx/soc-prebuilt-firmware repo Signed-off-by: Neal Frager <neal.frager@amd.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
25 lines
574 B
Plaintext
25 lines
574 B
Plaintext
config BR2_PACKAGE_VERSAL_FIRMWARE
|
|
bool "versal-firmware"
|
|
depends on BR2_aarch64
|
|
help
|
|
Pre-built firmware files for Xilinx Versal boards.
|
|
|
|
https://github.com/Xilinx/soc-prebuilt-firmware
|
|
|
|
if BR2_PACKAGE_VERSAL_FIRMWARE
|
|
|
|
config BR2_PACKAGE_VERSAL_FIRMWARE_VERSION
|
|
string "firmware version"
|
|
default "xilinx_v2023.1"
|
|
help
|
|
Release version of Versal firmware.
|
|
|
|
config BR2_PACKAGE_VERSAL_FIRMWARE_BOARD
|
|
string "board name"
|
|
default "vck190"
|
|
help
|
|
Name of Versal target board.
|
|
Used for installing the appropriate firmware.
|
|
|
|
endif # BR2_PACKAGE_VERSAL_FIRMWARE
|