]> git.proxmox.com Git - mirror_edk2.git/history - IntelFrameworkModulePkg/Universal/BdsDxe
Correct a typo: Change the type of the 4th parameter of EFI_DRIVER_HEALTH_PROTOCOL...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe /
2013-10-14 Ruiyu NiCorrect a typo: Change the type of the 4th parameter...
2013-05-23 lzeng14Move the memory allocation and variable set to BdsEntry...
2013-05-17 niruiyuAdd EDKII_VARIABLE_LOCK_PROTOCOL and the implementation...
2013-04-23 lzeng14Remove the blank line between InitializeLangVariable...
2013-04-23 lzeng14Fix GCC build failure caused by R14307.
2013-04-22 lzeng14Enhance InitializeLanguage() to set PcdUefiVariableDefa...
2013-04-03 ydong10Get the language string before use it to avoid reuse...
2013-03-05 lzeng14Follow UEFI spec, set TimeOut and HwErrRecSupport varia...
2013-01-30 ydong10Get support languages from "PlatformLangCodes" instead...
2013-01-15 ydong10Follow UEFI spec, clean the CRC32 field before calculat...
2012-10-30 li-elvinAdd missing status code in several modules.
2012-10-23 niruiyuAdd assertion to make sure the pointer is not NULL.
2012-10-19 niruiyuFix a bug that causes GCC build failure.
2012-10-18 niruiyuFix a bug that incorrectly uses && instead of !! in...
2012-10-18 niruiyuRemove the KeyOrder variable dependency from BDS
2012-10-11 lzeng14Add missing braces around initializer.
2012-10-10 czhang46Fix some corner case for LazyConIn feature
2012-09-26 niruiyuRemove local function IsValidDevicePath and use new...
2012-09-14 sfu51. Fix a bug when comparing two timestamp in auth-varia...
2012-08-29 erictianShould pass in bytes of string buffer to UnicodeSPrint...
2012-08-22 niruiyuChange the EFI_BOOT_KEY_DATA definition to use macro...
2012-08-10 czhang46Fix 2 errors for new feature
2012-08-01 czhang46Move PcdConInConnectOnDemand initlization to PlatformBd...
2012-07-30 czhang46Add 2 new Bds features
2012-07-30 niruiyuChange the type of NotifyHandle from EFI_HANDLE to...
2012-07-02 czhang46In PcdBootlogoOnlyEnable case, Clear cursor & screen...
2012-06-06 niruiyuFix memory leak issues.
2012-06-01 niruiyuRefine BdsDxe driver and GenericBdsLib library so that...
2012-05-31 ydong10Fixed build failed.
2012-05-30 ydong10Add new interface GetVariable2 and GetEfiGlobalVariable...
2012-05-28 ydong10Refine the code to follow coding style.
2012-05-18 ydong10Add logic to validate console variables when enter...
2012-03-30 czhang46update code to follow coding style.
2012-03-23 czhang46Add BootlogoOnly feature in BDS for BGRT
2011-12-22 ydong10Patch includes:
2011-12-15 ydong10Update for IntelFrameworkModulePkg.
2011-11-24 li-elvinUpdate console mode setup to use PcdSetupConOutColumn...
2011-11-21 lzeng14According to PI errata 0000654 and 000811, we need...
2011-11-15 li-elvinFix incorrect pointer check.
2011-11-08 li-elvinIntroduce video resolution and text mode PCDs for BIOS...
2011-11-08 niruiyuCheck the return status of booting against EFI_SUCCESS...
2011-11-04 xdu2IntelFrameworkModulePkg: Update GenericBdsLib to use...
2011-10-31 jljustenIntelFrameworkModulePkg: Remove variables that are...
2011-09-29 ydong10Add pointer check for NULL before dereference it.
2011-09-18 lgao4Clean up the private GUID definition in module Level.
2011-09-16 ydong10Update the BDS UI to keep the old behaviors after add...
2011-09-02 li-elvinAdd error debug information for capsule processing...
2011-06-23 ydong10Refine code to follow coding style.
2011-05-20 ydong10Refine all R9 call back function to return EFI_UNSUPPOR...
2011-04-20 niruiyuThe hotkey callback in BDS module should defer loading...
2011-04-07 niruiyuAdd assertion check for TmpString against NULL.
2011-04-01 niruiyu> When GetHealthStatus() returns NULL FormHiiHandle...
2011-03-30 ydong10Update inf file to follow spec.
2011-03-14 ydong10Enhance inf to follow spec.
2011-02-23 ydong101.Refine all the goto and action opcode. When the menu...
2011-02-16 ydong10Enhance BMM to support changing FlowControl setting...
2011-02-01 lgao4Add the missing up/down arrow in UNI string.
2011-01-31 niruiyuAdd assertion after memory allocation.
2011-01-28 niruiyuAdd back the BdsDeleteBootOption to pass build.
2011-01-28 niruiyuBDS enhancement: enumerate & show all legacy boot optio...
2011-01-10 niruiyuEnhance BDS to support Boot/Driver option whose option...
2011-01-07 niruiyuFix ICC9 compiler failure
2011-01-06 niruiyuFix the bug that duplicate HDD is shown in the BMM.
2010-12-15 ydong10Update inappropriate comments.
2010-12-10 ydong10fix potential memory access violation
2010-12-10 ydong10fix build error on ICC compile.
2010-12-09 ydong10[BDS] Device Manager was requested to add more sub...
2010-12-01 niruiyuFix the bug that <continue> may not boot the first...
2010-11-08 niruiyuRemove unnecessary mBdsImageHandle.
2010-10-11 niruiyuFix the corner case when there is only "\0\0" appended...
2010-08-26 niruiyuFix a bug in GetOptionalStringByIndex() that doesn...
2010-07-22 xdu2Fix bug that cursor position will change when enter...
2010-07-01 lgao4Use ASSERT to check the expression.
2010-06-03 xli24Fix the issue that ASSERT() at line 1391 incorrectly...
2010-06-02 lgao4Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function...
2010-05-21 xli24For BdsDxe module,
2010-04-23 hhtianUpdate the copyright notice format
2010-04-09 niruiyu1. IsaSerialIo driver was changed to produce the flow...
2010-03-22 lgao4Don't create a dummy string with new language.
2010-03-04 lgao4Update HiiConfigAccess.ExtractConfig interface to suppo...
2010-02-25 klu2Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...
2010-02-24 lgao41. Correct File header to ## @file
2010-02-23 li-elvinDriver health entry in device manager page is not total...
2010-02-04 qhuang8Fix ICC build break
2010-02-04 lgao4Fix the bug that the wrong classguid is compared.
2010-02-02 lgao4Add support to original EFI_IFR_FORM_SET in initial...
2010-01-27 gikidyUpdate BDS boot option description string to use UNI...
2010-01-14 eric_tianadd france language support on DeviceManager of BDS.
2010-01-14 gikidyFix Boot Option appear twice while add a new boot optio...
2010-01-13 xli24Minor code enhancement.
2010-01-08 xli24Minor code enhancement.
2010-01-07 lgao4Correct copyright year to 2010
2010-01-07 xli24Minor code enhancement.
2010-01-04 lgao4Correct help information for Delete Boot option and...
2009-12-16 jljustenAdd missing EFIAPI instances on several functions.
2009-12-11 klu2there is no 0 between a SMBIOS buffer and the first...
2009-12-11 klu2The consumer for smbios recorder should *not* make...
2009-12-09 lgao4Add the missing HiiVendor DevicePath for new added...
2009-12-07 gikidyRefine code make callback logic same with frontPage.
2009-12-07 xli24Remove unnecessary reference to CPU I/O Protocol.
next