Skip to content

Commit 821a648

Browse files
DT readme updated for v3.1.1 release
1 parent 89ae9f8 commit 821a648

2 files changed

Lines changed: 47 additions & 16 deletions

File tree

SystemReady-devicetree-band/README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,32 @@ 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.0
30+
- Release version: v3.1.1
3131
- Quality: EAC
32-
- The latest pre-built release of SystemReady-devicetree band ACS is available for download here: [v25.10_3.1.0](prebuilt_images/v25.10_3.1.0)
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)
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.
35-
- SystemReady-devicetree-band Image Test Suite details
36-
- **Image Test Suite details**
35+
36+
> **SystemReady-devicetree-band Image details**
37+
38+
- Test Suite details
3739

3840
| Test Suite | Test Suite Tag/Commit | Specification Version |
3941
|----------------------------------------------------------------------------------------------|--------------------------------------------------------------|-----------------------|
40-
| [Base System Architecture (BSA)](https://github.com/ARM-software/sysarch-acs) | v25.10_BSA_1.1.2 | BSA v1.1 |
41-
| [Base Boot Requirements (BBR)](https://github.com/ARM-software/bbr-acs) | af2e92c7e92693bdd0a60c81e258936e8f1f02c6 | EBBR v2.2 |
42-
| [Base Boot Security Requirements (BBSR)](https://github.com/ARM-software/bbr-acs) | af2e92c7e92693bdd0a60c81e258936e8f1f02c6 | BBSR v1.3 |
43-
| [UEFI Self Certification Tests (UEFI-SCT)](https://github.com/tianocore/edk2-test) | 0e2ced3befa431bb1aebff005c4c4f1a9edfe6b4 | |
44-
| [Firmware Test Suite (FWTS)](http://kernel.ubuntu.com/git/hwe/fwts.git) | v25.01.00 | |
45-
| [Platform Fault Detection Interface (PFDI)](https://github.com/ARM-software/sysarch-acs) | v25.09_PFDI_0.8.0 | PFDI v1.0-BETA |
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) | v25.09.00 | |
47+
| [Platform Fault Detection Interface (PFDI)](https://github.com/ARM-software/sysarch-acs) | 13248b722e9ca63522a475771e085b0a8d6d1e9d | PFDI v1.0-BETA |
4648

47-
- **Image Component details**
49+
- Component details
4850

4951
| Component | Version |
5052
|-----------------------------------------------------------------------------|-------------------|
51-
| [Linux Kernel](https://git.yoctoproject.org/linux-yocto/) | v6.12 |
53+
| [Linux Kernel](https://git.yoctoproject.org/linux-yocto/) | v6.16 |
5254
| [EDK2](https://github.com/tianocore/edk2.git) | edk2-stable202508 |
55+
| [DT bindings source](https://cdn.kernel.org/pub/linux/kernel/v6.x/) | v6.18 |
5356

5457

5558
### Prebuilt images

SystemReady-devicetree-band/prebuilt_images/v25.12_3.1.1/README.md

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,42 @@
22

33
This README describes where to find the **main (GA) release** and **Release Candidates (RCx)**, and how to use the artifacts.
44

5+
## Table of Contents
6+
- [Main Release Image](#main-release-image)
7+
- [Unzip and Decompressing the Image for use](#unzip-and-decompressing-the-image-for-use)
8+
- [Release Candidate Images](#release-candidate-images)
9+
- [RC0 directory](#rc0-directory)
10+
- [RC-Final directory](#rc-final-directory)
11+
- [Using the Images](#using-the-images)
12+
- [Feedback & Issues](#feedback--issues)
513

6-
## **RC0 directory:** [`./RC0/`](./RC0/)
14+
15+
## Main Release Image
16+
The **DeviceTree Band v3.1.1** release pre-built image is available for download at:
17+
18+
🔗 [Download systemready-dt_acs_live_image.wic.xz](https://github.com/ARM-software/arm-systemready/releases/download/v25.12_DT_3.1.1/systemready-dt_acs_live_image.wic.xz)
19+
20+
21+
### Unzip and Decompressing the Image for use
22+
23+
Follow the steps below to decompress the pre-built image:
24+
25+
```bash
26+
xz -d systemready-dt_acs_live_image.wic.xz
27+
```
28+
After decompression, you will get the .wic file, which can be used directly with your target environment.
29+
30+
---
31+
32+
## Release Candidate Images
33+
34+
### **RC0 directory:** [`./RC0/`](./RC0/)
735
Contains image, changes and known issues.
836

9-
## **RC-Final directory:** [`./RC-Final/`](./RC-Final/)
37+
### **RC-Final directory:** [`./RC-Final/`](./RC-Final/)
1038
Contains image, changes and known issues.
1139

12-
## Using the Images
40+
#### Using the Images
1341

1442
If an image is split (e.g., `…wic.xzaa`, `…wic.xzab`, …), concatenate then decompress:
1543

@@ -24,7 +52,7 @@ xz -d systemready-dt_acs_live_image.wic.xz
2452

2553
---
2654

27-
## Feedback & Issues
55+
### Feedback & Issues
2856

2957
When reporting, please include:
3058
- The **version/RC** (e.g., *v3.1.1 RC0* or *GA*),

0 commit comments

Comments
 (0)