From 6fe164635df0622434ab56ff94a0a57e67198fbc Mon Sep 17 00:00:00 2001 From: Rebecca Pack Date: Tue, 30 Nov 2021 08:44:59 -0600 Subject: [PATCH] Added uefi-sniff.log and capsule-update.log to required logs For SystemReady IR certification, uefi-sniff and capsule-update logs are required to be provided in the fw folder, so these were specified in the IR results template. Signed-off-by: Rebecca Pack --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d6c8b3..e918f37 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,9 @@ After collecting the results the directory tree should look like this: ├── docs/ ├── fw/ │   ├── readme.txt -│   └── u-boot-sniff.log +│   ├── u-boot-sniff.log +│   ├── uefi-sniff.log +│   └── capsule-update.log ├── manual-results/ ├── os-logs/ │   ├── linux-distro1-version/ -- GitLab