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
/
Library
/
UefiHiiLib
Age
Commit message (
Expand
)
Author
2009-05-18
Fix K8 issues in HiiDataBase
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-04
Fix a bug in UefiHiiLib. The size for allocating a buffer is StrSize instead ...
rsun3
2009-04-30
HiiLib exports HiiCreateRawOpCode API
lgao4
2009-04-30
update to pass GCC build as we replace VA_START with __builtin_va_start
eric_tian
2009-04-27
Update HiiGetBrowserData API
lgao4
2009-04-20
Enhance HiiGetBrowserData API to support the case that storage element is 0.
lgao4
2009-04-17
Update HiiLib to copy all IfrOpcode, not Opcode by Opcode.
lgao4
2009-04-17
Retire HiiLibGetNextLanguage() API from HII Library class.
rsun3
2009-04-17
Fix Insert opcode error.
lgao4
2009-04-16
Retire language conversion APIs from HII library class.
rsun3
2009-04-14
HII Library Class interface refine.
rsun3
2009-04-13
Fix Bug to convert low Hex string to handle L'A' - L'F'
lgao4
2009-04-13
Fix ICC compiler error.
lgao4
2009-04-13
Merge new defined HII library APIs into HiiLib
lgao4
2009-04-13
Update UefiHiiLib to support new defined IFR related HII APIs.
lgao4
2009-03-27
Fix a minor issue to ensure the converted RFC 3066 language is NULL-terminated.
qhuang8
2009-03-27
Apply GetBestLanguage() API in UEFI to display HII string.
qhuang8
2009-03-17
ISO_639_2_ENTRY_SIZE has been made local.
jji4
2009-02-03
1) Clean up the INF and add in comment to describe the surface area of modules
qwang12
2009-01-21
K8:
qwang12
2009-01-20
K8:
qwang12
2008-12-17
Fix some typo.
gikidy
2008-12-12
INF head modified
jji4
2008-12-05
Add in an ASSERT to check the return of HiiLibGetSupportedLanguages. This fun...
qwang12
2008-12-03
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...
gikidy
2008-11-27
Add GetCurrentLanguage() to HiiLib in MdeModulePkg
qhuang8
2008-11-13
Add UefiHiiLib & UefiIfrSupportLib. They are from MdePkg.
qhuang8