index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Universal
/
SmbiosDxe
Age
Commit message (
Expand
)
Author
2013-04-02
Fill SMBIOS BCD revision field.
li-elvin
2012-05-08
Enhance SmbiosDxe driver:
lzeng14
2012-02-03
Change StrLen from UINT8 to UINTN to fix the potential infinite loop issue.
lzeng14
2011-11-21
According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...
lzeng14
2011-10-11
Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointS...
jyao1
2011-09-13
Add NULl check for pointer.
li-elvin
2011-08-29
Fix issue with SMBIOS driver assumming memory exists below 4GB.
andrewfish
2011-08-02
Fix 32-bit bios build error.
li-elvin
2011-08-01
Create smbios table when user adds/removes/Updatestring for a SMBIOS entry. I...
li-elvin
2011-05-23
Add core SMBIOS 2.7.0 and 2.7.1 support.
lzeng14
2010-09-15
Refine soma code to make code run safely.
ydong10
2010-04-24
Update the copyright notice format
hhtian
2010-02-25
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
klu2
2010-02-24
1. Correct File header to ## @file
lgao4
2010-02-01
Remove micro definition for smbios version, instead we use a PCD value to let...
li-elvin
2009-12-11
Smbios driver wrong compute the offset when updating string for given handle.
klu2
2009-11-27
Use AllocateZeroPool instead of using AllocatePool + ZeroMem
klu2
2009-11-20
1. PI SMBIOS Checkin. Major change include:
davidhuang