mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
This patch adds a new boot package to Buildroot for building boot firmware applications from the https://github.com/Xilinx/embeddedsw repo. If a user chooses to build a boot firmware application, it will not be installed by the xilinx-prebuilt package since it will come from the xilinx-embeddedsw package. In this way, users can mix and match applications to be built by the xilinx-embeddedsw package and applications to be copied from the xilinx-prebuilt package. This is necessary for the versal platform because the pdi file can only be built by AMD Vivado. Support for additional applications in the https://github.com/Xilinx/embeddedsw repo can always be added to this package as needed or requested. The xilinx-embeddedsw package replaces previous solutions including zynqmp-firmware, versal-firmware and xilinx-source. Signed-off-by: Neal Frager <neal.frager@amd.com> Tested-by: Luca Ceresoli <luca.ceresoli@bootlin.com> [Luca: Tested on Kria KV260 starter kit] Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>