1. 7254d13 Move Smbios table MAX length definition to Mde header filer. by Yao, Jiewen · 9 years ago
  2. 5efb287 MdeModulePkg: SmbiosDxe: soften DEBUG messages about table reallocation by Laszlo Ersek · 9 years ago
  3. 3413cf5 MdeModulePkg: SmbiosDxe: ARM and AARCH64 are VALID_ARCHITECTURES by Laszlo Ersek · 9 years ago
  4. 5e4b8bf MdeModulePkg/Universal/SmbiosDxe: Use safe string functions to refine code. by Qiu Shumin · 10 years ago
  5. e63f330 MdeModulePkg: Add SMBIOS 64-bit support for SMBIOS 3.0. by Elvin Li · 10 years ago
  6. 35c77da MdeModulePkg: Convert non DOS format files to DOS format and remove unused module UNI files. by Gao, Liming · 10 years ago
  7. fea55a1 MdeModulePkg: INF/DEC file updates to EDK II packages by Zeng, Star · 10 years ago
  8. 6036e94 MdeModulePkg: INF/DEC file updates to EDK II packages by Zeng, Star · 10 years ago
  9. fe78194 MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerialDxe to use PcdGetxx() instead of FixedPcdGetxx(). by Zeng, Star · 10 years ago
  10. b682373 Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SMBIOS table. Update LegacyBiosDxe to move SMBIOS table to reserved memory for backward compatibility. by Elvin Li · 11 years ago
  11. f49146e Fill SMBIOS BCD revision field. by li-elvin · 12 years ago
  12. 4233bf7 Enhance SmbiosDxe driver: by lzeng14 · 13 years ago
  13. 2d97e71 Change StrLen from UINT8 to UINTN to fix the potential infinite loop issue. by lzeng14 · 13 years ago
  14. 4659816 According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  15. 47f8d0f Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointStructureChecksum before checksum calculation. by jyao1 · 13 years ago
  16. f63085f Add NULl check for pointer. by li-elvin · 13 years ago
  17. c7ce516 Fix issue with SMBIOS driver assumming memory exists below 4GB. by andrewfish · 13 years ago
  18. f93161b Fix 32-bit bios build error. by li-elvin · 13 years ago
  19. 0ddd855 Create smbios table when user adds/removes/Updatestring for a SMBIOS entry. It is for UEFI driver to access SMBIOS table in configuration table before boot. by li-elvin · 13 years ago
  20. afe3969 Add core SMBIOS 2.7.0 and 2.7.1 support. by lzeng14 · 14 years ago
  21. c932570 Refine soma code to make code run safely. by ydong10 · 14 years ago
  22. e5eed7d Update the copyright notice format by hhtian · 15 years ago
  23. 8976547 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  24. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  25. 9f7d5b4 Remove micro definition for smbios version, instead we use a PCD value to let user customize smbios version better. by li-elvin · 15 years ago
  26. f8ee20c Smbios driver wrong compute the offset when updating string for given handle. by klu2 · 15 years ago
  27. 0d34b1c Use AllocateZeroPool instead of using AllocatePool + ZeroMem by klu2 · 15 years ago
  28. 310b04e 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago