| Commit message (Expand) | Author | Age | Files | Lines |
* | MdeModulePkg/SmbiosDxe: Fix BcdRevision is not match with SMBIOS version | HoraceX Lien | 2023-09-26 | 1 | -8/+12 |
* | MdeModulePkg: Update code to be more C11 compliant by using __func__ | Rebecca Cran | 2023-04-10 | 1 | -2/+2 |
* | MdeModulePkg/SmbiosDxe: Fix pointer and buffer overflow CodeQL alerts | Erich McMillan | 2023-04-03 | 1 | -6/+2 |
* | MdeModulePkg: Update the SMBIOS version by UPL | KasimX Liu | 2022-08-15 | 2 | -8/+34 |
* | MdeModulePkg: Apply uncrustify changes | Michael Kubacki | 2021-12-07 | 2 | -343/+369 |
* | MdeModulePkg: Change OPTIONAL keyword usage style | Michael D Kinney | 2021-12-07 | 1 | -2/+2 |
* | MdeModulePkg: Change use of EFI_D_* to DEBUG_* | Michael D Kinney | 2021-12-07 | 1 | -18/+18 |
* | MdeModulePkg/Universal/SmbiosDxe: Scan for existing tables | Zhiguang Liu | 2021-06-16 | 3 | -3/+360 |
* | MdeModulePkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 5 | -32/+5 |
* | MdeModulePkg: Removing ipf which is no longer supported from edk2. | Chen A Chen | 2018-09-06 | 1 | -1/+1 |
* | MdeModulePkg: Clean up source files | Liming Gao | 2018-06-28 | 4 | -102/+102 |
* | MdeModulePkg: Refine casting expression result to bigger size | Hao Wu | 2017-03-06 | 1 | -3/+3 |
* | MdeModulePkg SmbiosDxe: Use definition in IndustryStandard/Smbios.h | Star Zeng | 2016-07-29 | 1 | -3/+3 |
* | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 2 | -0/+0 |
* | Move Smbios table MAX length definition to Mde header filer. | Yao, Jiewen | 2015-10-27 | 1 | -12/+0 |
* | MdeModulePkg: SmbiosDxe: soften DEBUG messages about table reallocation | Laszlo Ersek | 2015-10-16 | 1 | -2/+4 |
* | MdeModulePkg: SmbiosDxe: ARM and AARCH64 are VALID_ARCHITECTURES | Laszlo Ersek | 2015-07-26 | 1 | -1/+1 |
* | MdeModulePkg/Universal/SmbiosDxe: Use safe string functions to refine code. | Qiu Shumin | 2015-07-01 | 1 | -1/+1 |
* | MdeModulePkg: Add SMBIOS 64-bit support for SMBIOS 3.0. | Elvin Li | 2015-03-16 | 3 | -95/+410 |
* | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming | 2014-09-03 | 1 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 2 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 1 | -6/+8 |
* | MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial... | Zeng, Star | 2014-08-14 | 2 | -9/+11 |
* | Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SM... | Elvin Li | 2013-12-05 | 1 | -4/+4 |
* | Fill SMBIOS BCD revision field. | li-elvin | 2013-04-02 | 1 | -4/+5 |
* | Enhance SmbiosDxe driver: | lzeng14 | 2012-05-08 | 2 | -29/+65 |
* | Change StrLen from UINT8 to UINTN to fix the potential infinite loop issue. | lzeng14 | 2012-02-03 | 1 | -2/+2 |
* | According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0... | lzeng14 | 2011-11-21 | 1 | -12/+12 |
* | Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointS... | jyao1 | 2011-10-11 | 1 | -0/+3 |
* | Add NULl check for pointer. | li-elvin | 2011-09-13 | 1 | -0/+1 |
* | Fix issue with SMBIOS driver assumming memory exists below 4GB. | andrewfish | 2011-08-29 | 1 | -10/+27 |
* | Fix 32-bit bios build error. | li-elvin | 2011-08-02 | 1 | -1/+1 |
* | Create smbios table when user adds/removes/Updatestring for a SMBIOS entry. I... | li-elvin | 2011-08-01 | 2 | -113/+191 |
* | Add core SMBIOS 2.7.0 and 2.7.1 support. | lzeng14 | 2011-05-23 | 1 | -40/+46 |
* | Refine soma code to make code run safely. | ydong10 | 2010-09-15 | 1 | -3/+3 |
* | Update the copyright notice format | hhtian | 2010-04-24 | 3 | -6/+6 |
* | Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. | klu2 | 2010-02-25 | 1 | -2/+0 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-24 | 1 | -3/+3 |
* | Remove micro definition for smbios version, instead we use a PCD value to let... | li-elvin | 2010-02-01 | 3 | -13/+15 |
* | Smbios driver wrong compute the offset when updating string for given handle. | klu2 | 2009-12-11 | 1 | -8/+11 |
* | Use AllocateZeroPool instead of using AllocatePool + ZeroMem | klu2 | 2009-11-27 | 1 | -10/+7 |
* | 1. PI SMBIOS Checkin. Major change include: | davidhuang | 2009-11-20 | 3 | -0/+1206 |