Skip to content

Commit

Permalink
verify-kernel-boot-log: use dmidecode to print the BIOS version
Browse files Browse the repository at this point in the history
This will help with issues like
thesofproject/linux#4823 and many others.

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb committed Feb 23, 2024
1 parent 5d5546d commit c44b9f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-case/verify-kernel-boot-log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c44b9f7

Please sign in to comment.