diff --git a/README.md b/README.md index e64e0cb9eaae0da95fc4046f0d1da079e7109bdd..40d0b6e5ad4db3fb9a8af7392543d62f04da309c 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ Should end at a Linux busybox shell prompt after running FWTS tests. Place an entire copy of the `acs_results` partitions, as follows: + /app_output /fwts - /linux + /linux_acs /linux_dump /sct_results /uefi @@ -47,21 +48,16 @@ Place any results from manually performed tests in this directory tree. Manual test results must include both a console log of the commands executed and the result files (if any) generated by the test. -#### `./manual-results/bsa-linux/console.log` -Run the following commands at Linux prompt to test BSA and attach the console -log: - - / # insmod /lib/modules/bsa_acs.ko - / # /bin/bsa - ### `./docs/` Place any firmware or device documentation, manuals, user guides, build instructions, etc.. ### `./fw/` +Place any firmware binaries directly there. See below for UEFI capsules details. #### `./fw/screenshots/` Place some screenshots showing the FW menus (such as UEFI Setup, BMC -web console, uboot shell) +web console, uboot shell) and any picture of the system under test with UART +connection. #### `./fw/u-boot-sniff.log` Run the following commands at U-Boot prompt and attach the logs: @@ -123,9 +119,12 @@ The U-Boot console log should now show a different version of firmware. Shell> fs2:\ FS2:\> EFI/BOOT/app/CapsuleApp.efi -P FS2:\> EFI/BOOT/app/CapsuleApp.efi -E -FS2:\> EFI/BOOT/app/CapsuleApp.efi capsule.bin +FS2:\> EFI/BOOT/app/CapsuleApp.efi capsule1.bin ``` +#### `./fw/capsule*.bin` +Place UEFI capsule binaries under `./fw/`, with a name matching `capsule*.bin`. + ### `./os-logs/` #### `./os-logs/linux-[distroname]-[distroversion]/` @@ -172,6 +171,9 @@ After collecting the results the directory tree should look like this: │   │   └── CapsuleApp_FMP_protocol_info.log │   ├── fwts/ │   │   └── FWTSResults.log +│   ├── linux_acs/ +│   │   └── bsa_acs_app +│   │   └── BSALinuxResults.log │   ├── linux_dump/ │   │   └── lspci.log │   ├── sct_results/ @@ -184,11 +186,9 @@ After collecting the results the directory tree should look like this: │   │   ├── EBBR_manual.seq │   │   └── EBBR.seq │   ├── uefi/ +│   │   ├── BsaDevTree.dtb │   │   └── BsaResults.log │   └── uefi_dump/ -│   ├── acpiview_l.log -│   ├── acpiview.log -│   ├── acpiview_r.log │   ├── bcfg.log │   ├── devices.log │   ├── dh.log @@ -202,10 +202,9 @@ After collecting the results the directory tree should look like this: │   ├── readme.txt │   ├── u-boot-sniff.log │   ├── uefi-sniff.log +│   ├── capsule1.bin │   └── capsule-update.log ├── manual-results/ -│   └── bsa-linux/ -│   └── console.log ├── os-logs/ │   ├── linux-distro1-version/ │   │   ├── console.log