- 7254d13 Move Smbios table MAX length definition to Mde header filer. by Yao, Jiewen · 9 years ago
- 5efb287 MdeModulePkg: SmbiosDxe: soften DEBUG messages about table reallocation by Laszlo Ersek · 9 years ago
- 3413cf5 MdeModulePkg: SmbiosDxe: ARM and AARCH64 are VALID_ARCHITECTURES by Laszlo Ersek · 9 years ago
- 5e4b8bf MdeModulePkg/Universal/SmbiosDxe: Use safe string functions to refine code. by Qiu Shumin · 10 years ago
- e63f330 MdeModulePkg: Add SMBIOS 64-bit support for SMBIOS 3.0. by Elvin Li · 10 years ago
- 35c77da MdeModulePkg: Convert non DOS format files to DOS format and remove unused module UNI files. by Gao, Liming · 10 years ago
- fea55a1 MdeModulePkg: INF/DEC file updates to EDK II packages by Zeng, Star · 10 years ago
- 6036e94 MdeModulePkg: INF/DEC file updates to EDK II packages by Zeng, Star · 10 years ago
- fe78194 MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerialDxe to use PcdGetxx() instead of FixedPcdGetxx(). by Zeng, Star · 10 years ago
- 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
- f49146e Fill SMBIOS BCD revision field. by li-elvin · 12 years ago
- 4233bf7 Enhance SmbiosDxe driver: by lzeng14 · 13 years ago
- 2d97e71 Change StrLen from UINT8 to UINTN to fix the potential infinite loop issue. by lzeng14 · 13 years ago
- 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
- 47f8d0f Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointStructureChecksum before checksum calculation. by jyao1 · 13 years ago
- f63085f Add NULl check for pointer. by li-elvin · 13 years ago
- c7ce516 Fix issue with SMBIOS driver assumming memory exists below 4GB. by andrewfish · 13 years ago
- f93161b Fix 32-bit bios build error. by li-elvin · 13 years ago
- 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
- afe3969 Add core SMBIOS 2.7.0 and 2.7.1 support. by lzeng14 · 14 years ago
- c932570 Refine soma code to make code run safely. by ydong10 · 14 years ago
- e5eed7d Update the copyright notice format by hhtian · 15 years ago
- 8976547 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
- 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
- f8ee20c Smbios driver wrong compute the offset when updating string for given handle. by klu2 · 15 years ago
- 0d34b1c Use AllocateZeroPool instead of using AllocatePool + ZeroMem by klu2 · 15 years ago
- 310b04e 1. PI SMBIOS Checkin. Major change include: by davidhuang · 15 years ago