diff --git a/README.md b/README.md index e918f37ac924f5ccd311d1800865c73069d1afb2..0ade0c471a7c8b6493a57d08e835d9e63cdf1de8 100644 --- a/README.md +++ b/README.md @@ -44,27 +44,9 @@ 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/` - -Place any BSA results collected manually from Linux. - -### `./manual-results/bsa-uefi/` - -Place any BSA results collected manually from UEFI Shell - -### `./manual-results/fwts/` -Place any additional FWTS results collected manually by running: - - fwts -r stdout -q –sbbr - -### `./manual-results/sct/` -Place any additional SCT results collected manually - - FS2:\SCT>SCT.efi -a –v - -If there are issues with specific cases, can skip them by running the UI with sct -u -and selecting/unselecting specific test cases +#### `./manual-results/bsa-linux/console.log` +Place the console log captured when running BSA manually on Linux. ### `./docs/` Place any firmware or device documentation, manuals, user guides, build instructions, etc.. @@ -96,6 +78,7 @@ Run the following commands at U-Boot prompt and attach the logs: u-boot=> efidebug memmap u-boot=> efidebug tables u-boot=> efidebug boot dump + u-boot=> efidebug capsule esrt u-boot=> bootefi hello ${fdtcontroladdr} u-boot=> bootefi selftest ${fdtcontroladdr} @@ -153,17 +136,20 @@ must include: - Output of following commands from Linux shell: ``` -dmesg -lspci -vvv -lscpu -lsblk -dmidecode -uname -a -efibootmgr -tar cfz sys-firmware.tar.gz /sys/firmware +# dmesg +# lspci -vvv +# lscpu +# lsblk +# dmidecode +# uname -a +# efibootmgr +# cp -r /sys/firmware ~/ +# tar czf ~/sys-firmware.tar.gz ~/firmware ``` -Copy the resulting `sys-firmware.tar.gz` into the results directory. +Make sure to use the intermediate copy step to capture the `/sys/firmware` +folder contents properly, then copy the resulting `sys-firmware.tar.gz` into the +results directory. ## SystemReady IR results example @@ -211,6 +197,8 @@ After collecting the results the directory tree should look like this: │   ├── uefi-sniff.log │   └── capsule-update.log ├── manual-results/ +│   └── bsa-linux/ +│   └── console.log ├── os-logs/ │   ├── linux-distro1-version/ │   │   ├── console.log @@ -221,6 +209,4 @@ After collecting the results the directory tree should look like this: │   └── screenshots/ ├── README.md └── report.txt - -17 directories, 28 files ``` diff --git a/manual-results/.keep b/manual-results/bsa-linux/.keep similarity index 100% rename from manual-results/.keep rename to manual-results/bsa-linux/.keep