]> git.proxmox.com Git - mirror_edk2.git/history - IntelFrameworkModulePkg/Universal
Fix a bug about the iSCSI DHCP dependency issue.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal /
2013-10-15 czhang46Enable UEFI firmware to support FMP capsule format.
2013-10-14 Eric DongMove update legacy order logic from CHANGING to CHANGED.
2013-10-14 Ruiyu NiCorrect a typo: Change the type of the 4th parameter...
2013-09-16 Star ZengCreate PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_T...
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-17 lzeng14Fix ICC11(VS2005) build failure.
2013-01-15 ydong10Follow UEFI spec, clean the CRC32 field before calculat...
2012-11-30 jyao1ACPI4.0/5.0 have clear description:
2012-11-19 lzeng14Just reserve memory space for page table, but not creat...
2012-11-08 lzeng14Build the registered guid HOB and SystemTable to record...
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-28 rsun3Fix comparisons of enumerated types which may cause...
2012-08-22 niruiyuChange the EFI_BOOT_KEY_DATA definition to use macro...
2012-08-16 vanjeffAdd validation on ACPI_S3_CONTEXT.S3DebugBufferAddress...
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-27 lzeng14Close the corresponding GUIDed section extraction proto...
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 lzeng14Fix IA32 build fail.
2012-05-30 ydong10Add new interface GetVariable2 and GetEfiGlobalVariable...
2012-05-29 lzeng14Update DxeCore and FwVolDxe drivers to inherit authenti...
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-27 lzeng14Searching for files starts on an 8 byte aligned boundar...
2012-03-23 czhang46Add BootlogoOnly feature in BDS for BGRT
2012-03-14 ydong10Fix build fail.
2012-03-13 ydong10Enhance the error handling.
2011-12-22 ydong10Patch includes:
2011-12-15 jyao1InstallAcpiTable() - Do not update the checksum in...
2011-12-15 ydong10Update for IntelFrameworkModulePkg.
2011-12-01 vanjeffUpdate the check condition to allows 64-bit operation...
2011-11-25 lzeng141. According to PI errata 0000840 and PI 1.2c Vol 3...
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-11-04 lzeng14Correct the logic to check EFI_FV2_WRITE_STATUS.
2011-10-31 jljustenIntelFrameworkModulePkg: Remove variables that are...
2011-10-27 lzeng14Add core FFS3 support, FwVolDxe and SectionExtraction.
2011-09-29 ydong10Add pointer check for NULL before dereference it.
2011-09-21 jyao1Add PCD for 1G page table
2011-09-19 jyao1Correct 1G page table generation.
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-14 ydong10Remove useless pointer check.
2011-09-14 jyao1Fix build error.
2011-09-13 jyao1Use CPU_HOB to detect max address support from platform...
2011-09-06 ydong10Check the pointer before use it.
2011-09-02 li-elvinAdd error debug information for capsule processing...
2011-09-01 jljustenIntelFrameworkModulePkg: Add UpdateDriverDxe driver
2011-09-01 jljustenIntelFrameworkModulePkg: Add FwVolDxe driver
2011-09-01 ydong10Check the pointer before use it.
2011-08-31 jljustenIntelFrameworkModulePkg: Add AcpiS3SaveDxe driver
2011-08-29 jljustenIntelFrameworkModulePkg: Add AcpiSupportDxe driver
2011-07-05 niruiyuFix the comments to follow UEFI Spec regarding how...
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...
next