Age | Commit message (Expand) | Author |
2014-01-22 | Fix CRLF format | Tian, Hot |
2014-01-10 | Update IntelFrameworkModulePkg version: 0.92->0.93 | Jeff Fan |
2014-01-09 | Return to BMM page if parse the file info failed. | Eric Dong |
2014-01-08 | Rollback the patch 15054. | Eric Dong |
2014-01-07 | Not update the status until parse the file info success. | Eric Dong |
2013-12-18 | Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the c... | Ruiyu Ni |
2013-12-11 | Add additional check mRuntimeSmbiosEntryPoint == NULL to avoid K9 error. | Elvin Li |
2013-12-05 | Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SM... | Elvin Li |
2013-11-07 | Fix wrong parameter usage in GenericBdsLibConstructor | czhang46 |
2013-10-16 | Fix DxeCapsuleLib build failure | czhang46 |
2013-10-15 | Enable UEFI firmware to support FMP capsule format. | czhang46 |
2013-10-14 | Move update legacy order logic from CHANGING to CHANGED. | Eric Dong |
2013-10-14 | Correct a typo: Change the type of the 4th parameter of EFI_DRIVER_HEALTH_PRO... | Ruiyu Ni |
2013-09-26 | Fix the BdsExpandPartitionPartialDevicePathToFull() hang issue by duplicates ... | Ruiyu Ni |
2013-09-16 | Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C... | Star Zeng |
2013-07-26 | Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath... | Ruiyu Ni |
2013-05-23 | Move the memory allocation and variable set to BdsEntry, use VariableLock pro... | lzeng14 |
2013-05-17 | Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia... | niruiyu |
2013-05-13 | Update Code to pass EBC compiler. | lgao4 |
2013-05-09 | Check if video device exists before trying to install Video OpROM. | li-elvin |
2013-04-23 | Remove the blank line between InitializeLangVariable() and it's function header. | lzeng14 |
2013-04-23 | Fix GCC build failure caused by R14307. | lzeng14 |
2013-04-22 | Enhance InitializeLanguage() to set PcdUefiVariableDefaultPlatformLang to Pla... | lzeng14 |
2013-04-12 | Add OpROM code type check to ensure OpROM is PCAT legacy OpROM when an OpROM ... | li-elvin |
2013-04-03 | Get the language string before use it to avoid reuse freed buffer. | ydong10 |
2013-03-29 | When EDID comes from hardware INT10 and does not include 800x600, 640x480 and... | li-elvin |
2013-03-19 | Remove BdsLibConnectConsoleVariableWithoutDispatch() and enhance BdsLibConnec... | niruiyu |
2013-03-15 | Call LegacyBiosInstallVgaRom to shadow Legacy VBIOS instead of LegacyBiosInst... | li-elvin |
2013-03-05 | Follow UEFI spec, set TimeOut and HwErrRecSupport variable by EFI variable se... | lzeng14 |
2013-02-21 | Refine the code to avoid error report. | ydong10 |
2013-02-21 | BMP file may has padding data between the bmp header section and the bmp data... | ydong10 |
2013-01-30 | Get support languages from "PlatformLangCodes" instead of front page string p... | ydong10 |
2013-01-22 | Take the highest horizontal resolution as highest video resolution. | li-elvin |
2013-01-22 | Parse full EDID data to get all video resolutions supported by monitors. | li-elvin |
2013-01-17 | Fix ICC11(VS2005) build failure. | lzeng14 |
2013-01-15 | Follow UEFI spec, clean the CRC32 field before calculate CRC for system table. | ydong10 |
2012-12-12 | Update PCD description. | li-elvin |
2012-12-12 | Remove hard code value and create new PCDs for OpROM reserved range in CSM mo... | li-elvin |
2012-11-30 | ACPI4.0/5.0 have clear description: | jyao1 |
2012-11-26 | Fix IA32 build failure to add UINTN type cast. | li-elvin |
2012-11-23 | Update FrameBufferSize aligned with UEFI spec. | li-elvin |
2012-11-21 | Fix GCC44 build failure. | li-elvin |
2012-11-20 | If IDE controller is not in IDE mode, we should not clear IO bar. | li-elvin |
2012-11-19 | Just reserve memory space for page table, but not create it, and allocate the... | lzeng14 |
2012-11-15 | Remove 0xc8000 check when searching PNP header. Remove the check about the si... | li-elvin |
2012-11-12 | BiosVideo allocate wrong size of buffer for EDID override data. Fix this issu... | li-elvin |
2012-11-08 | Build the registered guid HOB and SystemTable to record the GUID itself in Pe... | lzeng14 |
2012-10-30 | Add missing status code in several modules. | li-elvin |
2012-10-24 | Use ReadUnaligned16 function to access the buffer which is pointed by a possi... | li-elvin |
2012-10-23 | Add assertion to make sure the pointer is not NULL. | niruiyu |