summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/files/u-boot-riscv-isa_zbb.cfg
Commit message (Collapse)AuthorAgeFilesLines
* u-boot: Dynamic RISC-V ISA configurationMark Hatle2025-07-071-0/+1
Allow the risc-v TUNE_FEATURES to select specific ISA (kconfig) selections via config fragments. This allows the following items to be selected dynamically: CONFIG_RISCV_ISA_C CONFIG_RISCV_ISA_F CONFIG_RISCV_ISA_D CONFIG_RISCV_ISA_ZBB CONFIG_RISCV_ISA_A CONFIG_RISCV_ISA_ZICBOM (From OE-Core rev: de890297b392fcf7f5bd2d25d3c173373b93dd36) Signed-off-by: Mark Hatle <mark.hatle@amd.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>