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
Copy file name to clipboardExpand all lines: SystemReady-devicetree-band/README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,9 @@ This image comprises of 2 FAT file system partition recognized by UEFI: <br />
104
104
contains an 'acs_results_template' directory which stores logs of the automated execution of ACS.
105
105
106
106
## Image Directory Structure
107
+
108
+
> **The directory structure corresponds to latest release image**
109
+
107
110
```
108
111
├── EFI
109
112
│ └── BOOT
@@ -116,6 +119,8 @@ This image comprises of 2 FAT file system partition recognized by UEFI: <br />
116
119
│ ├── app
117
120
│ │ ├── capsule_update.nsh
118
121
│ │ ├── CapsuleApp.efi
122
+
│ │ ├── https_boot.nsh
123
+
│ │ ├── ledge.efi
119
124
│ │ └── UpdateVars.efi
120
125
│ ├── bbr
121
126
│ │ ├── SCT
@@ -140,7 +145,7 @@ This image comprises of 2 FAT file system partition recognized by UEFI: <br />
140
145
│ │ ├── pfdi.efi
141
146
│ │ ├── pfdi.nsh
142
147
│ ├── config
143
-
│ │ ├── acs_config_dt.txt
148
+
│ │ ├── acs_config.txt
144
149
│ │ └── system_config.txt
145
150
│ └── debug
146
151
│ ├── debug_dump.nsh
@@ -206,14 +211,16 @@ This image comprises of 2 FAT file system partition recognized by UEFI: <br />
206
211
-**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).
207
212
208
213
### 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.
210
215
211
216
-**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.
212
217
- FW source code: Unknown
213
218
- Flashing instructions: Unknown
214
219
- product website: Unknown
215
220
- Tested operated Systems: Unknown
216
221
- 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.
217
224
218
225
### Log Parser scripts
219
226
- 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
0 commit comments