You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* echo acs pdf path inside yocto flag
* SR Readme updates
* Update systemready-band-source.cfg with acs test tools 3.0.1 tags
* Update bbsr_startup.nsh : optimize the parser logic
Copy file name to clipboardExpand all lines: SystemReady-band/README.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,20 +28,21 @@ SystemReady band compliant platforms must implement a minimum set of hardware an
28
28
The SystemReady band compliance and testing requirements are specified in the [Arm SystemReady Requirements Specification (SRS)](https://developer.arm.com/documentation/den0109/latest)
29
29
30
30
## Latest Release details
31
-
- Release version: v3.0.0-BET0
32
-
-**The latest pre-built release of ACS is available for download here: [v24.11_3.0.0-BET0](prebuilt_images/v24.11_3.0.0-BET0)**
31
+
- Release version: v3.0.1
32
+
- Quality: EAC
33
+
-**The latest pre-built release of ACS is available for download here: [v25.04_3.0.1](prebuilt_images/v25.04_3.0.1)**
33
34
- The compliance suite is not a substitute for design verification.
34
35
- To review the ACS logs, Arm licensees can contact Arm directly through their partner managers.
35
36
- SystemReady-band Image Test Suite details
36
37
37
38
| Test Suite | Test Suite Tag | Specification Version |
|[Firmware Test Suite (FWTS)](http://kernel.ubuntu.com/git/hwe/fwts.git)|v24.09.00 ||
45
+
|[Firmware Test Suite (FWTS)](http://kernel.ubuntu.com/git/hwe/fwts.git)|v25.01.00 ||
45
46
46
47
## Prebuilt Images
47
48
- Prebuilt images for each release are available in the prebuilt_images folder.To access the prebuilt_images, click [prebuilt_images](prebuilt_images/).
@@ -98,7 +99,9 @@ This image comprise of single FAT file system partition recognized by UEFI: <br
98
99
│ ├── bbsr_startup.nsh
99
100
│ ├── bootaa64.efi
100
101
│ ├── grub.cfg
102
+
│ ├── startup_ee.nsh
101
103
│ └── startup.nsh
104
+
|
102
105
├── acs_tests
103
106
│ ├── app
104
107
│ │ └── CapsuleApp.efi
@@ -121,14 +124,18 @@ This image comprise of single FAT file system partition recognized by UEFI: <br
121
124
│ │ ├── Bsa.efi
122
125
│ │ ├── bsa.nsh
123
126
│ │ └── sbsa
127
+
│ | |── Sbsa.efi
128
+
│ │ └── sbsa.nsh
124
129
│ ├── config
125
130
│ │ ├── acs_config.txt
126
131
│ │ ├── acs_run_config.ini
127
132
│ │ └── system_config.txt
128
133
│ ├── debug
129
134
│ │ └── debug_dump.nsh
130
135
│ └── parser
131
-
│ └── Parser.efi
136
+
│ ├── parser.nsh
137
+
│ ├── Parser.py
138
+
│ └── Parser.efi
132
139
├── acs_results
133
140
├── Image
134
141
└── ramdisk-buildroot.img
@@ -139,6 +146,7 @@ This image comprise of single FAT file system partition recognized by UEFI: <br
0 commit comments