[PATCH 01/12] sbbr: Add "FWTS_HAS_SBBR" define for AArch64.
Supreeth Venkatesh
supreeth.venkatesh at arm.com
Thu Mar 2 22:26:25 UTC 2017
Server Base Boot Requirements (SBBR) specification is intended for SBSA-
compliant 64-bit ARMv8 servers.
It defines the base firmware requirements for out-of-box support of any
ARM SBSA-compatible Operating System or hypervisor.
The requirements in this specification are expected to be minimal yet
complete for booting a multi-core ARMv8 server platform, while leaving
plenty of room for OEM or ODM innovations and design details.
For more information, download the SBBR specification here:
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.den0044b/index.html
This change introduces "FWTS_HAS_SBBR" flag to the framework to enable
separation of sbbr tests.
Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh at arm.com>
---
src/lib/include/fwts.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/lib/include/fwts.h b/src/lib/include/fwts.h
index a56ce24..37a6529 100644
--- a/src/lib/include/fwts.h
+++ b/src/lib/include/fwts.h
@@ -33,6 +33,7 @@
#define FWTS_ARCH_AARCH64 1
#define FWTS_HAS_ACPI 1
#define FWTS_HAS_UEFI 1
+#define FWTS_HAS_SBBR 1
#endif
#if defined(__s390x__)
--
2.7.4
More information about the fwts-devel
mailing list