From c036ab24b64dc0b2a682586926456950f6e6d213 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Wed, 21 Feb 2024 10:03:31 -0800 Subject: [PATCH] verify-kernel-boot-log: use dmidecode to print the BIOS version This will help with issues like https://github.com/thesofproject/linux/issues/4823 and many others. Signed-off-by: Marc Herbert --- test-case/verify-kernel-boot-log.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-case/verify-kernel-boot-log.sh b/test-case/verify-kernel-boot-log.sh index 8a2ec540..100034c0 100755 --- a/test-case/verify-kernel-boot-log.sh +++ b/test-case/verify-kernel-boot-log.sh @@ -28,6 +28,9 @@ main() print_module_params + # print the BIOS version + sudo dmidecode --type 0 + wait_is_system_running --system [ "$(id -un)" = root ] || wait_is_system_running --user