summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/SmbiosDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-095-32/+5
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-061-1/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-284-102/+102
* 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: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* Move Smbios table MAX length definition to Mde header filer.Yao, Jiewen2015-10-271-12/+0
* MdeModulePkg: SmbiosDxe: soften DEBUG messages about table reallocationLaszlo Ersek2015-10-161-2/+4
* MdeModulePkg: SmbiosDxe: ARM and AARCH64 are VALID_ARCHITECTURESLaszlo Ersek2015-07-261-1/+1
* 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-163-95/+410
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* 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