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
/
HiiDatabaseDxe
/
ConfigRouting.c
Age
Commit message (
Expand
)
Author
2011-09-13
MdeModulePkg/HiiDatabaseDxe: Removed unused variables
oliviermartin
2011-09-01
Update HiiBlockToConfig function to follow spec.
ydong10
2011-07-13
Fixed build fail with GCC/ICC tools
ydong10
2011-07-12
Change the HiiDataBase and browser codes to support new efi varstore data str...
ydong10
2011-06-10
Add the missing logic in HiiConfigRouting ExtractConfig() to retrieves FALSE ...
lgao4
2011-04-19
Update ALTCFG reference from default name token to default ID.
ydong10
2011-04-13
Do not assert in HiiBlockToConfig function when an invalid format of ConfigRe...
ydong10
2011-04-01
Use the minimum value for Numeric and the first option value for OneOf as the...
lgao4
2010-12-09
EFI_INVALID_PARAMETER should return when the input Block is NULL for ConfigRo...
lgao4
2010-11-23
Fix the bug that HiiConfigToBlock doesn't update BlockSize when Block is not...
lgao4
2010-09-15
Refine soma code to make code run safely.
ydong10
2010-04-24
Update the copyright notice format
hhtian
2010-02-27
Add the missing check for NULL pointer before use it.
lgao4
2010-02-25
Enhance SetupBrowser to support new UEFI HiiFormMap feature
lgao4
2010-01-15
Fix some coding style issues in MdeModulePkg.
rsun3
2009-10-27
Correctly get the width of orderedlist question.
lgao4
2009-10-02
Fix warnings generated by GCC.
jljusten
2009-05-26
Correct the check to the valid device path. The device path can't be less tha...
lgao4
2009-05-20
Update HiiDataBase to fix the SCT hang issues by the invalid device path.
lgao4
2009-05-19
Fix K8 and Sct failure.
lgao4
2009-05-18
Fix K8 issues in HiiDataBase
lgao4
2009-05-18
Correct DriverSample to produce the ConfigAccess protocol
lgao4
2009-05-18
Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, wh...
lgao4
2009-05-14
Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no...
lgao4
2009-05-14
1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod...
lgao4
2009-05-11
ConfigRouting should get driver handle by device path in all drivers database...
vanjeff
2009-04-09
Fix error when replace HexStringToBuf
lgao4
2009-04-08
Replace BufToHexString by UnicodeValueToString
lgao4
2009-03-16
Remove Feature PCD PcdSupportFullConfigRoutingProtocol as EDK II sample imple...
qwang12
2009-02-12
Enhanced status return check.
vanjeff
2009-02-02
Add in ASSERT to check out-of-bound and possible dereference of NULL pointers.
qwang12
2009-01-19
Source level security checked
jji4
2008-12-11
1) Update file header.
qwang12
2008-11-22
Update to use ReallocatePool() from BaseMemoryLib
mdkinney
2008-11-21
1) Remove the variable initalization in declaration.
qwang12
2008-11-19
Fixed a ECC error.
qwang12
2008-11-04
Sync in bug fix from EDK I:
qwang12
2008-10-30
Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...
qwang12
2008-09-26
1) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h.
qwang12
2008-09-02
Merged in the bug fixes from EDK I.
qwang12
2008-07-16
Use two PCDs to replace _DISABLE_UNUSED_HII_PROTOCOLS_ macro.
qwang12
2008-07-15
Clean up HiiDatabase for Doxygen comments requirement.
qwang12
2008-06-23
Merged in the following trackers from EDK:
qwang12
2008-05-23
1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.
qwang12
2008-01-21
UEFI HII: Merge UEFI HII support changes from branch.
qwang12