Files
buildroot/package/bootgen/Config.in.host
Neal Frager 4412e6e1af package/bootgen: bump to xilinx_v2026.1
Bump bootgen to xilinx_v2026.1 release.

The following patches are now included and can be removed:
0001-lms-hash-sigs-hss_param.c-add-stdio.h-include.patch
0002-flexlexer-use-embedded-win_include-flexlexer.h.patch

bootgen xilinx_v2026.1 now requires C++ version 14, so the build command has
been updated to reflect this.

Add dependency on BR2_HOST_GCC_AT_LEAST_5 as gcc v5 is needed for C++
version 14 support.

Signed-off-by: Neal Frager <neal.frager@amd.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-07-12 16:18:57 +02:00

12 lines
348 B
Plaintext

config BR2_PACKAGE_HOST_BOOTGEN
bool "host bootgen"
depends on BR2_HOST_GCC_AT_LEAST_5 # C++14
help
bootgen is a tool to generate a boot.bin firmware
for Xilinx versal, zynqmp and zynq product families.
Additional secure boot features are supported beyond
what is included with u-boot mkimage.
https://github.com/Xilinx/bootgen