288207cd5b
This patch adds support for downloading versal microblaze firmware binaries. These are necessary for booting Xilinx versal devices. The location of these binaries is temporary, and will soon be added to the Xilinx firmware repository. The temporary location is using the same free distribution license as the Xilinx firmware repository. Once these files are available on the Xilinx repository, this package will be updated to the new location. Signed-off-by: Neal Frager <neal.frager@amd.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
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
|