Skip to content

Commit

Permalink
Updated prebuilt images for SystemReady IR and the README
Browse files Browse the repository at this point in the history
Signed-off-by: edhay <[email protected]>
  • Loading branch information
edhay committed May 22, 2021
1 parent 85c927c commit a0d9abe
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 4 deletions.
4 changes: 3 additions & 1 deletion ES/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ SystemReady ES-certified platforms implement a minimum set of hardware and firmw
* SBBR recipe of the [Base Boot Requirements (BBR) specification](https://developer.arm.com/documentation/den0044/latest)
* The SystemReady ES certification and testing requirements are specified in the [Arm SystemReady Requirements Specification (SRS)](https://developer.arm.com/documentation/den0109/latest)

## ACS for SystemReady ES Certification
**Note: SystemReady ES ACS image is WIP. Please refer to the below sections for more details**

## Provisonary ACS for SystemReady ES Certification
Use the latest version of the pre-built ACS image in the [Arm Enterprise ACS](https://github.com/ARM-software/arm-enterprise-acs) repository for SystemReady ES Certifications.
Details of the latest version of image can be found in the [Release details section in the README](https://github.com/ARM-software/arm-enterprise-acs/blob/master/README.md#release-details)

Expand Down
2 changes: 1 addition & 1 deletion IR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This section contains the build scripts and the live-images for the SystemReady

## Release details
- Code Quality: v0.8 BETA-0
- **The latest pre-built release of ACS is available for download here: [v21.05_0.8_BETA-0](https://github.com/ARM-software/arm-systemready-acs/tree/release/IR/prebuilt_images/v21.05_0.8_BETA-0)**
- **The latest pre-built release of IR ACS is available for download here: [v21.05_0.8_BETA-0](prebuilt_images/v21.05_0.8_BETA-0)**
- The BSA tests are written for version 1.0 of the BSA specification.
- The BBR tests are written for version 1.0 of the BBR specification.
- The compliance suite is not a substitute for design verification.
Expand Down
11 changes: 11 additions & 0 deletions IR/prebuilt_images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Uncompression of the prebuilt_images
The prebuilt images are archived after compression to the .xz format.
The images must be uncompressed before they are used.

### Linux
On Linux, use the xz utility to uncompress the image
`xz -d ir_acs_live_image.img.xz`

### Windows
On Windows, use the 7zip or similar utility

Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ The Arm SystemReady program is a natural extension of the Arm ServerReady progra
For more informaton, please visit: [Arm SystemReady](https://developer.arm.com/architectures/system-architectures/arm-systemready)

This repository contains the infrastructure to build the Architecture Compliance Suite and the bootable prebuilt images to be used for the certifications of various bands of SystemReady.
Note: Currently SystemReady ES and IR bands are supported in this repository
Note: Currently SystemReady IR band is supported in this repository

For SystemReady SR, please refer to the [Arm Enterprise ACS repository](https://github.com/ARM-software/arm-enterprise-acs)

## System Ready bands:
Please navigate to the ES or IR band for further details on specific scripts and prebuilt images, through the directories below:
Please navigate to the ES or IR band for further details, through the directories below:
* [ES](./ES)
* [IR](./IR)

Expand Down
14 changes: 14 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v21.05_0.8_BETA-0
**SystemReady IR**
* BSA: BSA Tests for IR based on BSA specifications v1.0
* BSA: Modules: PE, Memory map, GIC, Timer, SMMU, Watchdog, Peripheral, PCIe, Power and wakeup
For the complete list of tests refer to the bsa-acs repository
* BBR: SCT with EBBR.seq sequence file based on BBR specifications v1.0
* BBR: FWTS customised to run for EBBR based on BBR specifications v1.0
* Build scripts to build the bootable image ir_acs_live_image.img
* Automation in the image to execute SCT, UEFI Dumps, BSA, Booting Linux, FWTS

**SystemReady ES**
* README.md with introduction and reference links for SystemReady ES

Note: SystemReady ES ACS bootable image is WIP

0 comments on commit a0d9abe

Please sign in to comment.