- 4c8f604 Fix CRLF format by Tian, Hot · 11 years ago
- da69cde Update IntelFrameworkModulePkg version: 0.92->0.93 by Jeff Fan · 11 years ago
- c93bcb7 Return to BMM page if parse the file info failed. by Eric Dong · 11 years ago
- 0b716fd Rollback the patch 15054. by Eric Dong · 11 years ago
- eff0779 Not update the status until parse the file info success. by Eric Dong · 11 years ago
- d4468cd Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the clarification that bitfields are ordered such that bit 0 is the least significant bit. by Ruiyu Ni · 11 years ago
- ad79317 Add additional check mRuntimeSmbiosEntryPoint == NULL to avoid K9 error. by Elvin Li · 11 years ago
- b682373 Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SMBIOS table. Update LegacyBiosDxe to move SMBIOS table to reserved memory for backward compatibility. by Elvin Li · 11 years ago
- 09363ec Fix wrong parameter usage in GenericBdsLibConstructor by czhang46 · 11 years ago
- 5f72732 Fix DxeCapsuleLib build failure by czhang46 · 11 years ago
- 566771b Enable UEFI firmware to support FMP capsule format. by czhang46 · 11 years ago
- dc84077 Move update legacy order logic from CHANGING to CHANGED. by Eric Dong · 11 years ago
- 59ec2b0 Correct a typo: Change the type of the 4th parameter of EFI_DRIVER_HEALTH_PROTOCOL::Repair() from EFI_DRIVER_HEALTH_REPAIR_PROGRESS_NOTIFY to EFI_DRIVER_HEALTH_REPAIR_NOTIFY to follow the UEFI spec. by Ruiyu Ni · 11 years ago
- e5a9b63 Fix the BdsExpandPartitionPartialDevicePathToFull() hang issue by duplicates BlockIoDevicePath when the CachedDevicePath returned from BdsLibDelPartMatchInstance() is NULL. by Ruiyu Ni · 11 years ago
- e84f07b Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/CREATOR_ID/CREATOR_REVISION customization. by Star Zeng · 11 years ago
- 863986b Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToText, ConvertTextToDevicePath and ConvertTextToDeviceNode APIs in DevicePathLib. by Ruiyu Ni · 11 years ago
- f6c0731 Move the memory allocation and variable set to BdsEntry, use VariableLock protocol to lock the L”PerfDataMemAddr” variable and prevent malware to update it. by lzeng14 · 12 years ago
- ff84384 Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg variable drivers. by niruiyu · 12 years ago
- cbcccd2 Update Code to pass EBC compiler. by lgao4 · 12 years ago
- ee65c50 Check if video device exists before trying to install Video OpROM. by li-elvin · 12 years ago
- 7aa54c1 Remove the blank line between InitializeLangVariable() and it's function header. by lzeng14 · 12 years ago
- e9521b0 Fix GCC build failure caused by R14307. by lzeng14 · 12 years ago
- 0c9dc21 Enhance InitializeLanguage() to set PcdUefiVariableDefaultPlatformLang to PlatformLang variable if the value of PlatformLang variable has been set an unsupported value(not one of PlatformLangCodes variable), and assert when default (Platform)Lang PCD value is not set to one of (Platform)LangCodes PCD value. by lzeng14 · 12 years ago
- 007f932 Add OpROM code type check to ensure OpROM is PCAT legacy OpROM when an OpROM is passed to InstallPciRom. by li-elvin · 12 years ago
- de12ae8 Get the language string before use it to avoid reuse freed buffer. by ydong10 · 12 years ago
- 1687559 When EDID comes from hardware INT10 and does not include 800x600, 640x480 and 1024x768, but INT10 supports these modes, add them into GOP mode. by li-elvin · 12 years ago
- 37406c3 Remove BdsLibConnectConsoleVariableWithoutDispatch() and enhance BdsLibConnectDevicePath() to only call gDS->Dispatch() when the current TPL is TPL_APPLICATION by niruiyu · 12 years ago
- 0934a60 Call LegacyBiosInstallVgaRom to shadow Legacy VBIOS instead of LegacyBiosInstallPciRom during legacy boot. by li-elvin · 12 years ago
- e1e91b7 Follow UEFI spec, set TimeOut and HwErrRecSupport variable by EFI variable service instead of PcdSet(). by lzeng14 · 12 years ago
- 9bdcf58 Refine the code to avoid error report. by ydong10 · 12 years ago
- b5ded3c BMP file may has padding data between the bmp header section and the bmp data section, but current code logic not consider this case, so the check is not valid for some bmp file. Refine the logic for this case. by ydong10 · 12 years ago
- a412ad8 Get support languages from "PlatformLangCodes" instead of front page string package. by ydong10 · 12 years ago
- 7f7dba5 Take the highest horizontal resolution as highest video resolution. by li-elvin · 12 years ago
- 2e0910a Parse full EDID data to get all video resolutions supported by monitors. by li-elvin · 12 years ago
- 73f0127 Fix ICC11(VS2005) build failure. by lzeng14 · 12 years ago
- d2b9b33 Follow UEFI spec, clean the CRC32 field before calculate CRC for system table. by ydong10 · 12 years ago
- d0ad204 Update PCD description. by li-elvin · 12 years ago
- 3e5eb44 Remove hard code value and create new PCDs for OpROM reserved range in CSM module. by li-elvin · 12 years ago
- c93776c ACPI4.0/5.0 have clear description: by jyao1 · 12 years ago
- 6c2f76e Fix IA32 build failure to add UINTN type cast. by li-elvin · 12 years ago
- 554e88d Update FrameBufferSize aligned with UEFI spec. by li-elvin · 12 years ago
- d316f1d Fix GCC44 build failure. by li-elvin · 12 years ago
- 6d55565 If IDE controller is not in IDE mode, we should not clear IO bar. by li-elvin · 12 years ago
- 091249f Just reserve memory space for page table, but not create it, and allocate the memory with ReservedMemory instead of ACPIMemoryNVS. by lzeng14 · 12 years ago
- 22921b0 Remove 0xc8000 check when searching PNP header. Remove the check about the size of Init code when validating if PCI 3.0 OPROM is successfully started. by li-elvin · 12 years ago
- 60bee0c BiosVideo allocate wrong size of buffer for EDID override data. Fix this issue to allocate correct buffer size. by li-elvin · 12 years ago
- 8472f1f Build the registered guid HOB and SystemTable to record the GUID itself in PeiExtractGuidedSectionLib and DxeExtractGuidedSectionLib, and also state the restriction in BaseExtractGuidedSectionLib. by lzeng14 · 12 years ago
- cb38c32 Add missing status code in several modules. by li-elvin · 12 years ago
- e6fa789 Use ReadUnaligned16 function to access the buffer which is pointed by a possible unaligned pointer. by li-elvin · 12 years ago
- 5077d4e Add assertion to make sure the pointer is not NULL. by niruiyu · 12 years ago
- f52be04 Fix a bug that causes GCC build failure. by niruiyu · 12 years ago
- 39b3654 Fix a bug that incorrectly uses && instead of !! in IsKeyOptionVariable(). by niruiyu · 12 years ago
- ad481b0 Remove the KeyOrder variable dependency from BDS by niruiyu · 12 years ago
- 616ac6f Fix ECC issue. by li-elvin · 12 years ago
- fe8a16e Fix a typo in comments. by ydong10 · 12 years ago
- 4ccfd30 Add PcdFastPS2Detection to improve PS2 keyboard driver start performance. by li-elvin · 12 years ago
- ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
- 5676ccc Fix some corner case for LazyConIn feature by czhang46 · 12 years ago
- 3999f1f Reset system only when the pre-allocated memory is more than 1.5 of needed memory and boot mode is BOOT_WITH_DEFAULT_SETTING, or less than the needed memory. by niruiyu · 12 years ago
- 98b241d Remove local function IsValidDevicePath and use new interface provided by UefiDevicePathlib. by niruiyu · 12 years ago
- 7f446eb Handle the case when OpROM wants to completely remove itself. by niruiyu · 12 years ago
- 42ed760 1. Fix a bug when comparing two timestamp in auth-variable driver. by sfu5 · 12 years ago
- 641b4a4 Set mode 0 (80x25) when Consplitter does not exist. by li-elvin · 12 years ago
- dbcecd5 Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode string length. by erictian · 12 years ago
- 3d78c02 Fix comparisons of enumerated types which may cause warnings for some compilers. by rsun3 · 12 years ago
- 5df0877 Add comments to explain the reason return status is not checked. The return status of KeyboardRead is not used. by li-elvin · 12 years ago
- 53cdd43 Change the EFI_BOOT_KEY_DATA definition to use macro instead of bit fields. by niruiyu · 12 years ago
- ca89ab9 IntelFrameworkModulePkg/IdeBusDxe: Add error check on the return status of invoking AtaSoftReset(). by erictian · 12 years ago
- bc79c73 Fix the issue that consplitter should not touch ConIn variable & do ConIn connection by czhang46 · 12 years ago
- f4a25e8 Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug tip could override IDT entry for INT3. by vanjeff · 12 years ago
- edf4af6 Check if active video mode is changed after OpROM starts, if active video mode is not changed, skip INT10 calls to improve performance. by li-elvin · 12 years ago
- e27ad65 Fix 2 errors for new feature by czhang46 · 12 years ago
- aaee3a9 Fix memory leak by ydong10 · 12 years ago
- 0a57b95 Move PcdConInConnectOnDemand initlization to PlatformBds constructor so that hotkey service can act accordingly by czhang46 · 12 years ago
- 18cf395 Add 2 new Bds features by czhang46 · 12 years ago
- 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
- 805c2dd Close the corresponding GUIDed section extraction protocol notify event in CloseSectionStream. by lzeng14 · 12 years ago
- c31b316 To follow UEFI spec, update the code to make correct check to support multiple _ADR fields. by li-elvin · 13 years ago
- 0f8b029 Added secure boot in CSM module entrypoint, if UEFI secure boot is enabled, CSM module cannot be started. by li-elvin · 13 years ago
- 6e7ba5e Refine the message for Reset request. by ydong10 · 13 years ago
- 63588e6 Update the logic to force user to reset when change configuration which need to reset. by ydong10 · 13 years ago
- f9b843e In PcdBootlogoOnlyEnable case, Clear cursor & screen when key rather than Hotkey or by czhang46 · 13 years ago
- 26c0ba7 Align the perf data between FPDT and DP. by lzeng14 · 13 years ago
- 856d643 Update PeiDxeDebugDebugLibReportStatusCode to use CopyMem() in place of AsciiStrnCpy() to copy ASCII string to save size. by lgao4 · 13 years ago
- 2d1f3dd Fix memory leak issues. by niruiyu · 13 years ago
- 16e5944 Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib doesn't depend on the BdsDxe implementation. by niruiyu · 13 years ago
- f01b91a Fixed build failed. by ydong10 · 13 years ago
- 25fbcc0 Fix IA32 build fail. by lzeng14 · 13 years ago
- bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
- 0c3a1db Update DxeCore and FwVolDxe drivers to inherit authentication status for the FV image, if the image came from an FV image file and section in another firmware volume. by lzeng14 · 13 years ago
- 8b4d274 Refine the code to follow coding style. by ydong10 · 13 years ago
- 97627ad Fix build failed by ydong10 · 13 years ago
- 3e86707 Refine logic about validate boot option. by ydong10 · 13 years ago
- a974619 Remove the check of signature because the code which looks for the input NotifyHandle in the internal linked list is enough. by niruiyu · 13 years ago
- 74dee93 Update the way to allocate high PMM, firstly try to allocate high PMM below 16MB, if it fails, allocate high PMM below 4GB. by li-elvin · 13 years ago
- ea1b39e Update PeiDxeDebugLibReportStatusCode library instance to print partial ASSERT message if ASSERT message is too big. by lgao4 · 13 years ago
- bf0712a Clean ParentHandle field when image is loaded directly from the firmware's boot manager. by ydong10 · 13 years ago
- 7ea2285 Add logic to validate console variables when enter BDS. by ydong10 · 13 years ago
- 7c9fbd7 Fix memory leak issues. by ydong10 · 13 years ago
- eca7d27 Currently restoring PCI attributes are put in child uninstall logic, if one child is uninstalled, PCI attributes are restored, it will bring problem for stopping the next child. we do not restore the PCI attributes until all child handles are uninstalled. by li-elvin · 13 years ago