]> git.proxmox.com Git - mirror_edk2.git/history - IntelFrameworkModulePkg
Fix the BdsExpandPartitionPartialDevicePathToFull() hang issue by duplicates BlockIoD...
[mirror_edk2.git] / IntelFrameworkModulePkg /
2013-09-26 Ruiyu NiFix the BdsExpandPartitionPartialDevicePathToFull(...
2013-09-16 Star ZengCreate PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_T...
2013-07-26 Ruiyu NiUpdate all the code to consume the ConvertDevicePathToT...
2013-05-23 lzeng14Move the memory allocation and variable set to BdsEntry...
2013-05-17 niruiyuAdd EDKII_VARIABLE_LOCK_PROTOCOL and the implementation...
2013-05-13 lgao4Update Code to pass EBC compiler.
2013-05-09 li-elvinCheck if video device exists before trying to install...
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-12 li-elvinAdd OpROM code type check to ensure OpROM is PCAT legac...
2013-04-03 ydong10Get the language string before use it to avoid reuse...
2013-03-29 li-elvinWhen EDID comes from hardware INT10 and does not includ...
2013-03-19 niruiyuRemove BdsLibConnectConsoleVariableWithoutDispatch...
2013-03-15 li-elvinCall LegacyBiosInstallVgaRom to shadow Legacy VBIOS...
2013-03-05 lzeng14Follow UEFI spec, set TimeOut and HwErrRecSupport varia...
2013-02-21 ydong10Refine the code to avoid error report.
2013-02-21 ydong10BMP file may has padding data between the bmp header...
2013-01-30 ydong10Get support languages from "PlatformLangCodes" instead...
2013-01-22 li-elvinTake the highest horizontal resolution as highest video...
2013-01-22 li-elvinParse full EDID data to get all video resolutions suppo...
2013-01-17 lzeng14Fix ICC11(VS2005) build failure.
2013-01-15 ydong10Follow UEFI spec, clean the CRC32 field before calculat...
2012-12-12 li-elvinUpdate PCD description.
2012-12-12 li-elvinRemove hard code value and create new PCDs for OpROM...
2012-11-30 jyao1ACPI4.0/5.0 have clear description:
2012-11-26 li-elvinFix IA32 build failure to add UINTN type cast.
2012-11-23 li-elvinUpdate FrameBufferSize aligned with UEFI spec.
2012-11-21 li-elvinFix GCC44 build failure.
2012-11-20 li-elvinIf IDE controller is not in IDE mode, we should not...
2012-11-19 lzeng14Just reserve memory space for page table, but not creat...
2012-11-15 li-elvinRemove 0xc8000 check when searching PNP header. Remove...
2012-11-12 li-elvinBiosVideo allocate wrong size of buffer for EDID overri...
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-24 li-elvinUse ReadUnaligned16 function to access the buffer which...
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-17 li-elvinFix ECC issue.
2012-10-16 ydong10Fix a typo in comments.
2012-10-11 li-elvinAdd PcdFastPS2Detection to improve PS2 keyboard driver...
2012-10-11 lzeng14Add missing braces around initializer.
2012-10-10 czhang46Fix some corner case for LazyConIn feature
2012-09-27 niruiyuReset system only when the pre-allocated memory is...
2012-09-26 niruiyuRemove local function IsValidDevicePath and use new...
2012-09-24 niruiyuHandle the case when OpROM wants to completely remove...
2012-09-14 sfu51. Fix a bug when comparing two timestamp in auth-varia...
2012-09-04 li-elvinSet mode 0 (80x25) when Consplitter does not exist.
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-27 li-elvinAdd comments to explain the reason return status is...
2012-08-22 niruiyuChange the EFI_BOOT_KEY_DATA definition to use macro...
2012-08-20 erictianIntelFrameworkModulePkg/IdeBusDxe: Add error check...
2012-08-17 czhang46Fix the issue that consplitter should not touch ConIn...
2012-08-16 vanjeffAdd validation on ACPI_S3_CONTEXT.S3DebugBufferAddress...
2012-08-13 li-elvinCheck if active video mode is changed after OpROM start...
2012-08-10 czhang46Fix 2 errors for new feature
2012-08-09 ydong10Fix memory leak
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-18 li-elvinTo follow UEFI spec, update the code to make correct...
2012-07-17 li-elvinAdded secure boot in CSM module entrypoint, if UEFI...
2012-07-06 ydong10Refine the message for Reset request.
2012-07-06 ydong10Update the logic to force user to reset when change...
2012-07-02 czhang46In PcdBootlogoOnlyEnable case, Clear cursor & screen...
2012-06-19 lzeng14Align the perf data between FPDT and DP.
2012-06-12 lgao4Update PeiDxeDebugDebugLibReportStatusCode to use CopyM...
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-28 ydong10Fix build failed
2012-05-25 ydong10Refine logic about validate boot option.
2012-05-24 niruiyuRemove the check of signature because the code which...
2012-05-23 li-elvinUpdate the way to allocate high PMM, firstly try to...
2012-05-21 lgao4Update PeiDxeDebugLibReportStatusCode library instance...
2012-05-18 ydong10Clean ParentHandle field when image is loaded directly...
2012-05-18 ydong10Add logic to validate console variables when enter...
2012-05-07 ydong10Fix memory leak issues.
2012-05-04 li-elvinCurrently restoring PCI attributes are put in child...
2012-04-24 hhtianUpdate copyright format
2012-04-19 ydong10Add code to check boot option variable before use it
2012-04-11 jljustenEDK II Packages: Add Contributions.txt and License...
2012-04-11 ydong10Add more check for the bmp file to avoid access violation.
2012-04-01 ydong10When transfer from Unicode to hex number, current code...
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-20 lgao4Fix VS X64 Compiler Failure
2012-03-19 lgao4Add LzmaArchCustomDecompressLib library instance, which...
2012-03-14 ydong10Fix build fail.
2012-03-14 rsun3Improve robustness when scanning PCI Option ROM.
2012-03-13 ydong10Enhance the error handling.
next