mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
This patch add a new boot package for downloading prebuilt firmware for Xilinx versal and zynqmp evaluation boards. It solves the problem of being able to verify the hash when downloading a prebuilt zynqmp pmufw.elf binary. Signed-off-by: Neal Frager <neal.frager@amd.com> Reviewed-by: Brandon Maier <brandon.maier@collins.com> [yann.morin.1998@free.fr: - move the hash file to the package dir, not the board dir - move board name after familly choice - add default board name for each family - qstrip the Kconfig strings before use - introduce XILINX_PREBUILT_BOARD_DIR to simplify paths - explain the *.pdi glob - simplify non-versal install ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>