* [Buildroot] [PATCH 1/1] package/fwts: enable on RISC-V 64-bit
@ 2024-09-29 14:29 Julien Olivain
2024-10-02 20:51 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain @ 2024-09-29 14:29 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
fwts RISC-V 64bit support was introduced in version 20.07.00, see [1].
This commit adds this architecture in _ARCH_SUPPORTS.
[1] https://wiki.ubuntu.com/FirmwareTestSuite/ReleaseNotes/20.07.00
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
Patch runtime tested with commands:
make qemu_riscv64_virt_efi_defconfig
utils/config -e BR2_PACKAGE_FWTS -e BR2_PACKAGE_FWTS_EFI_RUNTIME_MODULE
make olddefconfig
make
output/images/start-qemu.sh
# login as root, then run:
fwts --uefitests
---
package/fwts/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/fwts/Config.in b/package/fwts/Config.in
index 08608d1dd7..2eebd111b0 100644
--- a/package/fwts/Config.in
+++ b/package/fwts/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_FWTS_ARCH_SUPPORTS
default y if BR2_aarch64
default y if BR2_arm
default y if BR2_i386
+ default y if BR2_RISCV_64
default y if BR2_x86_64
config BR2_PACKAGE_FWTS
--
2.46.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/fwts: enable on RISC-V 64-bit
2024-09-29 14:29 [Buildroot] [PATCH 1/1] package/fwts: enable on RISC-V 64-bit Julien Olivain
@ 2024-10-02 20:51 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-02 20:51 UTC (permalink / raw)
To: Julien Olivain; +Cc: buildroot
On Sun, 29 Sep 2024 16:29:00 +0200
Julien Olivain <ju.o@free.fr> wrote:
> fwts RISC-V 64bit support was introduced in version 20.07.00, see [1].
>
> This commit adds this architecture in _ARCH_SUPPORTS.
>
> [1] https://wiki.ubuntu.com/FirmwareTestSuite/ReleaseNotes/20.07.00
>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
> Patch runtime tested with commands:
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-02 20:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-29 14:29 [Buildroot] [PATCH 1/1] package/fwts: enable on RISC-V 64-bit Julien Olivain
2024-10-02 20:51 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.