Skip to content

Commit f34a55e

Browse files
sathishas89chetan-rathore
authored andcommitted
SystemReady DT band: update to v3.1.2 release and align component tags
- Update release version from v3.1.1 to v3.1.2 - Update prebuilt image reference to v26.03_3.1.2 - Align ACS components to latest tags/commits: - BSA ACS and Linux ACS commits updated - BBR updated to v26.03_EBBR_2.2.3 - BBSR updated to specific commit - PFDI updated to v26.03_PFDI_0.9.0 - SCMI ACS commit added - UEFI-SCT commit updated - Update EDK2 to edk2-stable202511 - Update DT bindings to v6.19 - Populate systemready-dt-band-source.cfg with required ACS tags Signed-off-by: Sathisha S <sathisha.shivaramappa@arm.com> Change-Id: Iec1998d91bf93020c9c24c97e627cf10e07de7de
1 parent 4cecc87 commit f34a55e

2 files changed

Lines changed: 18 additions & 17 deletions

File tree

SystemReady-devicetree-band/README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ SystemReady-devicetree band compliant platforms implement a minimum set of hardw
2727
The SystemReady-devicetree band compliance and testing requirements are specified in the [Arm SystemReady Requirements Specification (SRS)](https://developer.arm.com/documentation/den0109/latest)
2828

2929
## Latest Release details
30-
- Release version: v3.1.1
30+
- Release version: v3.1.2
3131
- Quality: EAC
32-
- The latest pre-built release of SystemReady-devicetree band ACS is available for download here: [v25.12_3.1.1](prebuilt_images/v25.12_3.1.1)
32+
- The latest pre-built release of SystemReady-devicetree band ACS is available for download here: [v26.03_3.1.2](prebuilt_images/v26.03_3.1.2)
3333
- The compliance suite is not a substitute for design verification.
3434
- To review the ACS logs, Arm licensees can contact Arm directly through their partner managers.
3535

@@ -39,20 +39,21 @@ The SystemReady-devicetree band compliance and testing requirements are specifie
3939

4040
| Test Suite | Test Suite Tag/Commit | Specification Version |
4141
|----------------------------------------------------------------------------------------------|--------------------------------------------------------------|-----------------------|
42-
| [Base System Architecture (BSA)](https://github.com/ARM-software/sysarch-acs) | 13248b722e9ca63522a475771e085b0a8d6d1e9d | BSA v1.2 |
43-
| [Base Boot Requirements (BBR)](https://github.com/ARM-software/bbr-acs) | v25.12_EBBR_2.2.2 | EBBR v2.2, BBR v2.1 |
44-
| [Base Boot Security Requirements (BBSR)](https://github.com/ARM-software/bbr-acs) | v25.12_BBSR_1.3.1 | BBSR v1.3 |
45-
| [UEFI Self Certification Tests (UEFI-SCT)](https://github.com/tianocore/edk2-test) | edk2-test-stable202509 | |
46-
| [Firmware Test Suite (FWTS)](http://kernel.ubuntu.com/git/hwe/fwts.git) | v26.01.00 | |
47-
| [Platform Fault Detection Interface (PFDI)](https://github.com/ARM-software/sysarch-acs) | 13248b722e9ca63522a475771e085b0a8d6d1e9d | PFDI v1.0-BETA |
42+
| [Base System Architecture (BSA)](https://github.com/ARM-software/sysarch-acs) | 307dc5fcfc06476450051724fbed8713a77d6755 | BSA v1.2 |
43+
| [Base Boot Requirements (BBR)](https://github.com/ARM-software/bbr-acs) | v26.03_EBBR_2.2.3 | EBBR v2.2, BBR v2.1 |
44+
| [Base Boot Security Requirements (BBSR)](https://github.com/ARM-software/bbr-acs) | 29a6f10467c01b5c1146adb754d3f3db8d886779 | BBSR v1.3 |
45+
| [UEFI Self Certification Tests (UEFI-SCT)](https://github.com/tianocore/edk2-test) | 346be4f87d085646abdde22b3e50505b5929c43c | |
46+
| [Firmware Test Suite (FWTS)](http://kernel.ubuntu.com/git/hwe/fwts.git) | v26.01.00 | |
47+
| [Platform Fault Detection Interface (PFDI)](https://github.com/ARM-software/sysarch-acs) | v26.03_PFDI_0.9.0 | PFDI v1.0-BETA |
48+
| [System Control and Management Interface (SCMI)](https://gitlab.arm.com/tests/scmi-tests) | dd65898c866d47f5c46bcf3c619835428bd44af6 | SCMI v3.2 |
4849

4950
- Component details
5051

5152
| Component | Version |
5253
|-----------------------------------------------------------------------------|-------------------|
5354
| [Linux Kernel](https://git.yoctoproject.org/linux-yocto/) | v6.18 |
54-
| [EDK2](https://github.com/tianocore/edk2.git) | edk2-stable202508 |
55-
| [DT bindings source](https://cdn.kernel.org/pub/linux/kernel/v6.x/) | v6.18 |
55+
| [EDK2](https://github.com/tianocore/edk2.git) | edk2-stable202511 |
56+
| [DT bindings source](https://cdn.kernel.org/pub/linux/kernel/v6.x/) | v6.19 |
5657

5758

5859
### Prebuilt images

common/config/systemready-dt-band-source.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,28 +54,28 @@ FWTS_VERSION=26.01.00
5454
# Arm BSA ACS build tag/commit
5555
# UEFI SRC: https://github.com/ARM-software/sysarch-acs
5656
# Linux SRC: https://gitlab.arm.com/linux-arm/linux-acs
57-
BSA_ACS_TAG=""
58-
BSA_LINUX_ACS_TAG=""
57+
BSA_ACS_TAG="307dc5fcfc06476450051724fbed8713a77d6755"
58+
BSA_LINUX_ACS_TAG="29e047131f2bb12a1f5303e009bf9ed2684663ee"
5959

6060
# Arm PFDI ACS build tag/commit
6161
# UEFI SRC: https://github.com/ARM-software/sysarch-acs
62-
PFDI_ACS_TAG=""
62+
PFDI_ACS_TAG="v26.03_PFDI_0.9.0"
6363

6464
#Arm SCMI ACS build tag/commit
6565
#SCMI ACS SRC:https://gitlab.arm.com/tests/scmi-tests
66-
SCMI_ACS_TAG=""
66+
SCMI_ACS_TAG="dd65898c866d47f5c46bcf3c619835428bd44af6"
6767

6868
# Arm BBR ACS build tag/commit
6969
# SRC: https://github.com/ARM-software/bbr-acs
70-
ARM_BBR_TAG=""
70+
ARM_BBR_TAG="v26.03_EBBR_2.2.3"
7171

7272
# edk2-test-parser version
7373
# SRC: https://gitlab.arm.com/systemready/edk2-test-parser
74-
EDK2_TEST_PARSER_TAG=""
74+
EDK2_TEST_PARSER_TAG="e0c9331eeb077f1092bc0027c17de008fea73b88"
7575

7676
# systemready-scripts tag/commit
7777
# SRC: https://gitlab.arm.com/systemready/systemready-scripts
78-
SYSTEMREADY_SCRIPTS_TAG=""
78+
SYSTEMREADY_SCRIPTS_TAG="8a37532d9bbd06f186c462a6f8f35dd0fe0adb92"
7979

8080
# Latest commit where ledge efi http label enhancement is merged upstream
8181
LEDGE_EFI_TAG="d3062dd3b47282ea10f0e6e08858ca0c21596169"

0 commit comments

Comments
 (0)