#51 add dmidecode as way of getting the BIOS version

Sapludināts
vimuser sapludināja 1 revīzijas no tempura.san/master uz libreboot/master 2 gadi atpakaļ
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. 7 0
      site/docs/hardware/index.md

+ 7 - 0
site/docs/hardware/index.md

@@ -135,3 +135,10 @@ Sample output:
 
 7WHT19WW is the version in different notation, use search engine to find
 out regular version - in this case it's a 1.06 for x200 tablet
+
+Alternatively, if `dmidecode` is available, run the following command (as `root`) to
+find the currently flashed BIOS version:
+
+	dmidecode -s bios-version
+
+On a T400 running the latest BIOS this would give `7UET94WW (3.24 )` as result.