[Buildroot] [PATCH v7 1/5] boot: add BR2_TARGET_XILINX_FIRMWARE_ARCH_SUPPORTS
Julien Olivain
ju.o at free.fr
Fri Sep 26 17:24:56 UTC 2025
On 01/09/2025 10:02, Neal Frager via buildroot wrote:
> Currently, the xilinx-embeddedsw and xilinx-prebuilt packages are
> appearing
> for any aarch64 processor. As all Xilinx processors that need these
> packages
> are ARM Cortex-A53 or ARM Cortex-A72, this means that these packages
> are
> often appearing as options for non-Xilinx platforms.
>
> To reduce this occurrence, this patch creates a new symbol
> BR2_TARGET_XILINX_FIRMWARE_ARCH_SUPPORTS to limit the appearance of the
> xilinx-embeddedsw and xilinx-prebuilt boot packages to only platforms
> based
> on the BR2_cortex_a53 or BR2_cortex_a72 CPU and aarch64 architecture.
>
> Signed-off-by: Neal Frager <neal.frager at amd.com>
Series applied to master, thanks.
More information about the buildroot
mailing list