25 lines
568 B
Plaintext
25 lines
568 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 "v2022.2"
|
||
|
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
|