0781f44c0a
Migrate versal-firmware package from nealfrager github to Xilinx github. The images are identical, so this patch has zero impact on functionality. Signed-off-by: Neal Frager <neal.frager@amd.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
25 lines
572 B
Plaintext
25 lines
572 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/nealfrager/buildroot-firmware
|
|
|
|
if BR2_PACKAGE_VERSAL_FIRMWARE
|
|
|
|
config BR2_PACKAGE_VERSAL_FIRMWARE_VERSION
|
|
string "firmware version"
|
|
default "2022.2_br_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
|