Skip to content

Commit 052dfe4

Browse files
Minor updated to DT readme
1 parent 73bc22d commit 052dfe4

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

SystemReady-devicetree-band/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ This image comprises of 2 FAT file system partition recognized by UEFI: <br />
104104
contains an 'acs_results_template' directory which stores logs of the automated execution of ACS.
105105

106106
## Image Directory Structure
107+
108+
> **The directory structure corresponds to latest release image**
109+
107110
```
108111
├── EFI
109112
│   └── BOOT
@@ -116,6 +119,8 @@ This image comprises of 2 FAT file system partition recognized by UEFI: <br />
116119
│   ├── app
117120
│   │   ├── capsule_update.nsh
118121
│   │   ├── CapsuleApp.efi
122+
│   │   ├── https_boot.nsh
123+
│   │   ├── ledge.efi
119124
│   │   └── UpdateVars.efi
120125
│   ├── bbr
121126
│   │   ├── SCT
@@ -140,7 +145,7 @@ This image comprises of 2 FAT file system partition recognized by UEFI: <br />
140145
│   │   ├── pfdi.efi
141146
│   │   ├── pfdi.nsh
142147
│   ├── config
143-
│   │   ├── acs_config_dt.txt
148+
│   │   ├── acs_config.txt
144149
│   │   └── system_config.txt
145150
│   └── debug
146151
│   ├── debug_dump.nsh
@@ -206,14 +211,16 @@ This image comprises of 2 FAT file system partition recognized by UEFI: <br />
206211
- **BBSR Compliance (Automation)** : This option will run the SCT and FWTS tests required for BBSR compliance, perform a Linux secure boot, and, if a TPM is present, evaluate the measured boot log. For the verification steps of BBSR ACS, refer to the [BBSR ACS Verification](../docs/BBSR_ACS_Verification.md).
207212

208213
### ACS configs file
209-
- **acs_config_dt.txt**: The file specifies the ARM specification version that the ACS tool suite complies with, and this information is included in the **System_Information** table of the **ACS_Summary.html** report.
214+
- **acs_config.txt**: The file specifies the ARM specification version that the ACS tool suite complies with, and this information is included in the **System_Information** table of the **ACS_Summary.html** report.
210215

211216
- **system_config.txt**: The file is used to collect below system information which is required for **ACS_Summary.html** report, this needs to be manually filled by user.
212217
- FW source code: Unknown
213218
- Flashing instructions: Unknown
214219
- product website: Unknown
215220
- Tested operated Systems: Unknown
216221
- Testlab assistance: Unknown
222+
- Total_number_of_network_controllers # Using this flag partner can control how many N/W controller complaince needs to be checked, default all detected interfaces needs to be compliant.
223+
- HTTPS_BOOT_IMAGE_URL # This flag needs be uncommented and filled with correct URL where the network boot image is hosted for complete verification of https network boot flow.
217224

218225
### Log Parser scripts
219226
- The scripts will parse the results generated by various test suite tools and consolidate them into JSON files. These JSON files will adhere to a standard format, maintaining a consistent structure for all test suites

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ This README describes where to find the **main (GA) release** and **Release Cand
1111

1212

1313
## Main Release Image
14-
The **DeviceTree Band v3.1.1** release pre-built image is available for download at: **WIP**
14+
The **DeviceTree Band v3.1.1** release pre-built image is available for download at:
1515

16+
🔗 [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)
1617

1718

1819
### Unzip and Decompressing the Image for use

0 commit comments

Comments
 (0)