- 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
- bff8c6f Update copyright format by hhtian · 13 years ago
- 8c08a56 Add code to check boot option variable before use it by ydong10 · 13 years ago
- ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
- a46c365 Add more check for the bmp file to avoid access violation. by ydong10 · 13 years ago
- c1e2752 When transfer from Unicode to hex number, current code only consider the 0-9 case, not include the A-F case, now update code to consider all. by ydong10 · 13 years ago
- 47bd1c9 update code to follow coding style. by czhang46 · 13 years ago
- f95f107 Searching for files starts on an 8 byte aligned boundary after the end of the Extended Header if it exists. by lzeng14 · 13 years ago
- 2df686c Add BootlogoOnly feature in BDS for BGRT by czhang46 · 13 years ago
- 0dac421 Fix VS X64 Compiler Failure Signed-off-by: Liming Gao <liming.gao@intel.com> by lgao4 · 13 years ago
- 5aab2d5 Add LzmaArchCustomDecompressLib library instance, which supports for X86 (IA32/X64) optimized decompression. It can provide the improved compression for IA32 and X64 architecture code. by lgao4 · 13 years ago
- bf0f6c8 Fix build fail. by ydong10 · 13 years ago
- 94020bb Improve robustness when scanning PCI Option ROM. by rsun3 · 13 years ago
- 8a44cd7 Enhance the error handling. Signed-off-by: ydong10 Reviewed-by: lzeng14 by ydong10 · 13 years ago
- 81c0d6e When CSM uses EFI_SEGMENT and EFI_OFFSET to call CSM16 function, some CSM16 use es:[offset + 0xabcd] to get data passed from CSM32, offset + 0xabcd could exceed 0xFFFF which is invalid in real mode. So added NORMALIZE_EFI_SEGMENT and NORMALIZE_EFI_OFFSET to keep offset as small as possible to avoid this issue during CSM16 function call. by li-elvin · 13 years ago
- 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
- 5f595f1 Update copyright. Signed-off-by: ydong10 by ydong10 · 13 years ago