sysfs-firmware-lefi-boardinfo 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. What: /sys/firmware/lefi/boardinfo
  2. Date: October 2020
  3. Contact: Tiezhu Yang <[email protected]>
  4. Description:
  5. Get mainboard and BIOS info easily on the Loongson platform,
  6. this is useful to point out the current used mainboard type
  7. and BIOS version when there exists problems related with
  8. hardware or firmware.
  9. The related structures are already defined in the interface
  10. specification about firmware and kernel which are common
  11. requirement and specific for Loongson64, so only add a new
  12. boardinfo.c file in arch/mips/loongson64.
  13. For example:
  14. [loongson@linux ~]$ cat /sys/firmware/lefi/boardinfo
  15. Board Info
  16. Manufacturer : LEMOTE
  17. Board Name : LEMOTE-LS3A4000-7A1000-1w-V01-pc
  18. Family : LOONGSON3
  19. BIOS Info
  20. Vendor : Kunlun
  21. Version : Kunlun-A1901-V4.1.3-20200414093938
  22. ROM Size : 4 KB
  23. Release Date : 2020-04-14
  24. By the way, using dmidecode command can get the similar info if there
  25. exists SMBIOS in firmware, but the fact is that there is no SMBIOS on
  26. some machines, we can see nothing when execute dmidecode, like this:
  27. [root@linux loongson]# dmidecode
  28. # dmidecode 2.12
  29. # No SMBIOS nor DMI entry point found, sorry.