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
/
IntelFrameworkModulePkg
/
Universal
/
BdsDxe
Age
Commit message (
Expand
)
Author
2009-06-25
Use UNI file string to display Boot Option for language localization.
gikidy
2009-06-24
Fix the potential issue that using integrate as BOOLEAN value in judgment.
klu2
2009-06-24
Explicit to judge whether Index is out of boundary.
klu2
2009-06-23
Fix a syntax error. There was an extra closing parenthesis: ')'
jljusten
2009-06-23
Fix some potential buffer overflow issue.
klu2
2009-06-23
Fix potential buffer overflow issue.
klu2
2009-06-19
1) Make naming of enumeration type follows coding style
klu2
2009-06-08
Remove the duplicate NULL string.
lgao4
2009-06-07
Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module
mdkinney
2009-06-04
Remove #define for MAX_BBS_ENTRIES
mdkinney
2009-05-21
Clean up GenericBdsLib.h to remove unnecessary include header files.
lgao4
2009-05-20
Fix the issue that BootOrder can't be set
lgao4
2009-05-19
Correct the dummy ConfigAccess Extract and RouteConfig behavior according to ...
lgao4
2009-05-08
Update SetupBrowserDxe and BdsDxe to use an internal string for prompting str...
rsun3
2009-04-30
Replace references to RFC 3066 with RFC 4646.
gikidy
2009-04-28
Remove unused ConvertRfc3066LanguageToIso639Language() in BdsDxe after the la...
rsun3
2009-04-28
update to pass ICC build
eric_tian
2009-04-27
improve platformlangcodes/langcodes and platformlang/lang autoupdate mechanism.
eric_tian
2009-04-27
Update HiiGetBrowserData API
lgao4
2009-04-24
Adjust the code so that global variable placed at beginning of file.
gikidy
2009-04-22
Fix that the variable can't be stored. Next, I will update GetBrowserData API.
lgao4
2009-04-21
Add FormSet Guid for the front page.
lgao4
2009-04-20
Enhance HiiGetBrowserData API to support the case that storage element is 0.
lgao4
2009-04-17
Use GetNextLanguage replace the original HiiLibGetNextLanguage API.
lgao4
2009-04-17
Update BdsDxe to use new designed HiiLib, remove the referrence to the origin...
lgao4
2009-04-17
Retire HiiLibGetNextLanguage() API from HII Library class.
rsun3
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 some inconsistencies in EFIAPI usage.
jljusten
2009-04-09
EFI_KEY_OPTION definition verified with UEFI spec.
gikidy
2009-04-08
Fix the bug that Boot Mainteinance Manager in the front page can not be enter...
rsun3
2009-04-07
correct the input parameter FormId of IfrLibUpdateForm()
jji4
2009-04-02
Retire Extended HII library class.
rsun3
2009-03-27
Apply GetBestLanguage() API in UEFI
qhuang8
2009-03-25
remove unused display option.
lgao4
2009-03-20
clean console control protocol in bds module.
vanjeff
2009-03-17
ISO_639_2_ENTRY_SIZE has been made local.
jji4
2009-03-10
1. retried PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and Primar...
vanjeff
2009-03-04
retire gEfiBootStateGuid and replace it with dynamic hii pcd. so the differen...
eric_tian
2009-02-26
1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification s...
klu2
2009-02-26
1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no...
klu2
2009-02-26
Add some comments in BdsDxe INF file.
lgao4
2009-02-24
Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg
klu2
2009-02-24
Fix build break: MdeModuleHii.h has been moved to MdeModulePkg/Include/Guid d...
qhuang8
2009-02-23
1. Update Generic BDS part to use dynamic PCD to set console output mode inst...
qhuang8
2009-02-04
Fix a bug: fail to change Boot Order in Boot Maintenance Manager.
qhuang8
2009-02-03
Cleanup meta data for BdsDxe INF file.
klu2
2009-01-24
Fix ICC build warning.
qhuang8
2009-01-23
Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...
klu2