summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SmbiosDxe
AgeCommit message (Expand)Author
2015-07-01MdeModulePkg/Universal/SmbiosDxe: Use safe string functions to refine code.Qiu Shumin
2015-03-16MdeModulePkg: Add SMBIOS 64-bit support for SMBIOS 3.0.Elvin Li
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2014-08-14MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star
2013-12-05Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SM...Elvin Li
2013-04-02Fill SMBIOS BCD revision field.li-elvin
2012-05-08Enhance SmbiosDxe driver:lzeng14
2012-02-03Change StrLen from UINT8 to UINTN to fix the potential infinite loop issue.lzeng14
2011-11-21According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng14
2011-10-11Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointS...jyao1
2011-09-13Add NULl check for pointer.li-elvin
2011-08-29Fix issue with SMBIOS driver assumming memory exists below 4GB. andrewfish
2011-08-02Fix 32-bit bios build error.li-elvin
2011-08-01Create smbios table when user adds/removes/Updatestring for a SMBIOS entry. I...li-elvin
2011-05-23Add core SMBIOS 2.7.0 and 2.7.1 support.lzeng14
2010-09-15Refine soma code to make code run safely.ydong10
2010-04-24Update the copyright notice formathhtian
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu2
2010-02-241. Correct File header to ## @filelgao4
2010-02-01Remove micro definition for smbios version, instead we use a PCD value to let...li-elvin
2009-12-11Smbios driver wrong compute the offset when updating string for given handle.klu2
2009-11-27Use AllocateZeroPool instead of using AllocatePool + ZeroMemklu2
2009-11-201. PI SMBIOS Checkin. Major change include:davidhuang