Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 7bc6629f400c03970614420366edddecbd0dabcb
      
https://github.com/tianocore/edk2/commit/7bc6629f400c03970614420366edddecbd0dabcb
  Author: VarshitPandya <[email protected]>
  Date:   2026-07-02 (Thu, 02 Jul 2026)

  Changed paths:
    M ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c

  Log Message:
  -----------
  ShellPkg: Fix smbiosview Type 26 location/status decode

The smbiosview Type 26 Voltage Probe decoder uses the low 5 bits of
LocationAndStatus as the probe location and the high 3 bits as the probe
status.

However, the Type 26 lookup tables were swapped: VPLocationTable contained
status strings and VPStatusTable contained location strings. This caused
valid records to be displayed as, for example:

  Voltage Probe - Location: OK
  Voltage Probe - Status: Processor

Swap the table contents so Type 26 output matches the SMBIOS
LocationAndStatus bit layout.

Signed-off-by: VarshitPandya <[email protected]>


  Commit: c362e91e5600ad3378bff1d75aeae90fdef1e154
      
https://github.com/tianocore/edk2/commit/c362e91e5600ad3378bff1d75aeae90fdef1e154
  Author: VarshitPandya <[email protected]>
  Date:   2026-07-02 (Thu, 02 Jul 2026)

  Changed paths:
    M ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c

  Log Message:
  -----------
  ShellPkg: Add missing smbiosview Type 28 locations

Add the missing SMBIOS Type 28 Temperature Probe location decode values
to smbiosview.

The Type 28 Location field defines values 0x0C through 0x0F for Front
Panel Board, Back Panel Board, Power System Board, and Drive Back Plane,
but smbiosview only decoded values up to 0x0B.

Signed-off-by: VarshitPandya <[email protected]>


Compare: https://github.com/tianocore/edk2/compare/8dab052c576d...c362e91e5600

To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to