summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/SmbiosDxe
AgeCommit message (Expand)AuthorFilesLines
2023-09-26MdeModulePkg/SmbiosDxe: Fix BcdRevision is not match with SMBIOS versionHoraceX Lien1-8/+12
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-2/+2
2023-04-03MdeModulePkg/SmbiosDxe: Fix pointer and buffer overflow CodeQL alertsErich McMillan1-6/+2
2022-08-15MdeModulePkg: Update the SMBIOS version by UPLKasimX Liu2-8/+34
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki2-343/+369
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-2/+2
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-18/+18
2021-06-16MdeModulePkg/Universal/SmbiosDxe: Scan for existing tablesZhiguang Liu3-3/+360
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney5-32/+5
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao4-102/+102
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-3/+3
2016-07-29MdeModulePkg SmbiosDxe: Use definition in IndustryStandard/Smbios.hStar Zeng1-3/+3
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-10-27Move Smbios table MAX length definition to Mde header filer.Yao, Jiewen1-12/+0
2015-10-16MdeModulePkg: SmbiosDxe: soften DEBUG messages about table reallocationLaszlo Ersek1-2/+4
2015-07-26MdeModulePkg: SmbiosDxe: ARM and AARCH64 are VALID_ARCHITECTURESLaszlo Ersek1-1/+1
2015-07-01MdeModulePkg/Universal/SmbiosDxe: Use safe string functions to refine code.Qiu Shumin1-1/+1
2015-03-16MdeModulePkg: Add SMBIOS 64-bit support for SMBIOS 3.0.Elvin Li3-95/+410
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-6/+8
2014-08-14MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star2-9/+11
2013-12-05Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SM...Elvin Li1-4/+4
2013-04-02Fill SMBIOS BCD revision field.li-elvin1-4/+5
2012-05-08Enhance SmbiosDxe driver:lzeng142-29/+65
2012-02-03Change StrLen from UINT8 to UINTN to fix the potential infinite loop issue.lzeng141-2/+2
2011-11-21According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng141-12/+12
2011-10-11Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointS...jyao11-0/+3
2011-09-13Add NULl check for pointer.li-elvin1-0/+1
2011-08-29Fix issue with SMBIOS driver assumming memory exists below 4GB. andrewfish1-10/+27
2011-08-02Fix 32-bit bios build error.li-elvin1-1/+1
2011-08-01Create smbios table when user adds/removes/Updatestring for a SMBIOS entry. I...li-elvin2-113/+191
2011-05-23Add core SMBIOS 2.7.0 and 2.7.1 support.lzeng141-40/+46
2010-09-15Refine soma code to make code run safely.ydong101-3/+3
2010-04-24Update the copyright notice formathhtian3-6/+6
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-2/+0
2010-02-241. Correct File header to ## @filelgao41-3/+3
2010-02-01Remove micro definition for smbios version, instead we use a PCD value to let...li-elvin3-13/+15
2009-12-11Smbios driver wrong compute the offset when updating string for given handle.klu21-8/+11
2009-11-27Use AllocateZeroPool instead of using AllocatePool + ZeroMemklu21-10/+7
2009-11-201. PI SMBIOS Checkin. Major change include:davidhuang3-0/+1206