summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/SmbiosDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-6/+8
* MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star2014-08-142-9/+11
* 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-082-29/+65
* 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-012-113/+191
* 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-243-6/+6
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-251-2/+0
* 1. Correct File header to ## @filelgao42010-02-241-3/+3
* Remove micro definition for smbios version, instead we use a PCD value to let...li-elvin2010-02-013-13/+15
* 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-203-0/+1206