summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-86/+86
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-3/+3
* MdeModulePkg SmbiosDxe: Use definition in IndustryStandard/Smbios.hStar Zeng2016-07-291-3/+3
* MdeModulePkg: SmbiosDxe: soften DEBUG messages about table reallocationLaszlo Ersek2015-10-161-2/+4
* MdeModulePkg/Universal/SmbiosDxe: Use safe string functions to refine code.Qiu Shumin2015-07-011-1/+1
* MdeModulePkg: Add SMBIOS 64-bit support for SMBIOS 3.0.Elvin Li2015-03-161-91/+388
* MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star2014-08-141-7/+9
* Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SM...Elvin Li2013-12-051-4/+4
* Fill SMBIOS BCD revision field.li-elvin2013-04-021-4/+5
* Enhance SmbiosDxe driver:lzeng142012-05-081-28/+57
* Change StrLen from UINT8 to UINTN to fix the potential infinite loop issue.lzeng142012-02-031-2/+2
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-211-12/+12
* Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointS...jyao12011-10-111-0/+3
* Add NULl check for pointer.li-elvin2011-09-131-0/+1
* Fix issue with SMBIOS driver assumming memory exists below 4GB. andrewfish2011-08-291-10/+27
* Fix 32-bit bios build error.li-elvin2011-08-021-1/+1
* Create smbios table when user adds/removes/Updatestring for a SMBIOS entry. I...li-elvin2011-08-011-112/+181
* Add core SMBIOS 2.7.0 and 2.7.1 support.lzeng142011-05-231-40/+46
* Refine soma code to make code run safely.ydong102010-09-151-3/+3
* Update the copyright notice formathhtian2010-04-241-2/+2
* Remove micro definition for smbios version, instead we use a PCD value to let...li-elvin2010-02-011-7/+7
* Smbios driver wrong compute the offset when updating string for given handle.klu22009-12-111-8/+11
* Use AllocateZeroPool instead of using AllocatePool + ZeroMemklu22009-11-271-10/+7
* 1. PI SMBIOS Checkin. Major change include:davidhuang2009-11-201-0/+1034