[PATCH] lib: framework: remvoe ARM specific for ebbr

Ivan Hu ivan.hu at canonical.com
Mon May 29 03:56:35 UTC 2023


BugLink: https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/2019757
The EBBR specification is not ARM specific. It applies to RISC-V too.
Hence remove the ARM specific for --ebbr description on help options.

Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
---
 src/lib/src/fwts_framework.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/src/fwts_framework.c b/src/lib/src/fwts_framework.c
index 4cf2d663..3aab605e 100644
--- a/src/lib/src/fwts_framework.c
+++ b/src/lib/src/fwts_framework.c
@@ -139,7 +139,7 @@ static fwts_option fwts_framework_options[] = {
 	{ "sbbr",		"",   0, "Run ARM SBBR tests." },
 	{ "ifv",		"",   0, "Run tests in firmware-vendor modes." },
 	{ "clog",		"",   1, "Specify a coreboot logfile dump" },
-	{ "ebbr",		"",   0, "Run ARM EBBR tests." },
+	{ "ebbr",		"",   0, "Run EBBR tests." },
 	{ NULL, NULL, 0, NULL }
 };
 
-- 
2.34.1




More information about the fwts-devel mailing list