[PATCH 00/10] SBBR Test Cases

Sakar Arora Sakar.Arora at arm.com
Tue Jul 25 06:10:47 UTC 2017


The 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

This specification is closely aligned with ACPI 6.0 Specification. However, there are slight variations in some of the test cases.

To handle these variations, command line switch "--sbbr" has been introduced and that patch has already been acknowledged.
The below patchset will add the additional test cases or modifications to existing test cases to ensure SBBR compliance.

Mahesh Bireddy (4):
  acpi: fadt: add SBBR compliance tests
  acpi: madt: add SBBR compliance tests
  acpi: spcr: add SBBR compliance tests
  acpi: xsdt: add SBBR compliance tests

Rajat Goyal (3):
  acpi: dbg2: add SBBR compliance tests
  acpi: gtdt: add SBBR compliance tests
  acpi: acpitables: add SBBR compliance tests

Sakar Arora (3):
  dmi: dmicheck: add SBBR compliance tests
  acpi: method: add SBBR compliance tests
  acpi: rsdp: add SBBR compliance tests

 src/Makefile.am                  |   3 +
 src/acpi/acpitables/acpitables.c |   2 +-
 src/acpi/dbg2/dbg2.c             |  43 +++-
 src/acpi/gtdt/gtdt.c             |  11 +-
 src/acpi/madt/madt.c             |  79 +++++---
 src/acpi/method/method.c         | 117 ++++++++---
 src/acpi/spcr/spcr.c             |  45 ++++-
 src/acpi/xsdt/xsdt.c             |  35 +++-
 src/dmi/dmicheck/dmicheck.c      | 125 +++++++++++-
 src/sbbr/acpitables/acpitables.c | 264 +++++++++++++++++++++++++
 src/sbbr/fadt/fadt.c             | 417 +++++++++++++++++++++++++++++++++++++++
 src/sbbr/rsdp/rsdp.c             | 134 +++++++++++++
 12 files changed, 1195 insertions(+), 80 deletions(-)
 create mode 100644 src/sbbr/acpitables/acpitables.c
 create mode 100644 src/sbbr/fadt/fadt.c
 create mode 100644 src/sbbr/rsdp/rsdp.c

-- 
2.7.4



More information about the fwts-devel mailing list