mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-10-27 07:23:40 +00:00
Change how some SMBIOS TYpe 17 field values are printed: - TotalWidth, DataWidth, ConfiguredMemoryClockSpeed: Print as hex values instead of decimal, since there are some special meanings for certain values (e.g. 0xFFFF) - VolatileSize, NonVolatileSize, CacheSize, and LogicalSize: Print as "0x%lx" instead of "0x%x" to prevent truncating output when printing these QWORD fields. Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Cc: Sami Mujawar <Sami.Mujawar@arm.com> Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@arm.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com> |
||
|---|---|---|
| .. | ||
| EventLogInfo.c | ||
| EventLogInfo.h | ||
| LibSmbiosView.c | ||
| LibSmbiosView.h | ||
| PrintInfo.c | ||
| PrintInfo.h | ||
| QueryTable.c | ||
| QueryTable.h | ||
| SmbiosView.c | ||
| SmbiosView.h | ||
| SmbiosViewStrings.uni | ||