1. e1e91b7 Follow UEFI spec, set TimeOut and HwErrRecSupport variable by EFI variable service instead of PcdSet(). by lzeng14 · 12 years ago
  2. 9bdcf58 Refine the code to avoid error report. by ydong10 · 12 years ago
  3. 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
  4. a412ad8 Get support languages from "PlatformLangCodes" instead of front page string package. by ydong10 · 12 years ago
  5. 7f7dba5 Take the highest horizontal resolution as highest video resolution. by li-elvin · 12 years ago
  6. 2e0910a Parse full EDID data to get all video resolutions supported by monitors. by li-elvin · 12 years ago
  7. 73f0127 Fix ICC11(VS2005) build failure. by lzeng14 · 12 years ago
  8. d2b9b33 Follow UEFI spec, clean the CRC32 field before calculate CRC for system table. by ydong10 · 12 years ago
  9. d0ad204 Update PCD description. by li-elvin · 12 years ago
  10. 3e5eb44 Remove hard code value and create new PCDs for OpROM reserved range in CSM module. by li-elvin · 12 years ago
  11. c93776c ACPI4.0/5.0 have clear description: by jyao1 · 12 years ago
  12. 6c2f76e Fix IA32 build failure to add UINTN type cast. by li-elvin · 12 years ago
  13. 554e88d Update FrameBufferSize aligned with UEFI spec. by li-elvin · 12 years ago
  14. d316f1d Fix GCC44 build failure. by li-elvin · 12 years ago
  15. 6d55565 If IDE controller is not in IDE mode, we should not clear IO bar. by li-elvin · 12 years ago
  16. 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
  17. 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
  18. 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
  19. 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
  20. cb38c32 Add missing status code in several modules. by li-elvin · 12 years ago
  21. e6fa789 Use ReadUnaligned16 function to access the buffer which is pointed by a possible unaligned pointer. by li-elvin · 12 years ago
  22. 5077d4e Add assertion to make sure the pointer is not NULL. by niruiyu · 12 years ago
  23. f52be04 Fix a bug that causes GCC build failure. by niruiyu · 12 years ago
  24. 39b3654 Fix a bug that incorrectly uses && instead of !! in IsKeyOptionVariable(). by niruiyu · 12 years ago
  25. ad481b0 Remove the KeyOrder variable dependency from BDS by niruiyu · 12 years ago
  26. 616ac6f Fix ECC issue. by li-elvin · 12 years ago
  27. fe8a16e Fix a typo in comments. by ydong10 · 12 years ago
  28. 4ccfd30 Add PcdFastPS2Detection to improve PS2 keyboard driver start performance. by li-elvin · 12 years ago
  29. ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
  30. 5676ccc Fix some corner case for LazyConIn feature by czhang46 · 12 years ago
  31. 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
  32. 98b241d Remove local function IsValidDevicePath and use new interface provided by UefiDevicePathlib. by niruiyu · 12 years ago
  33. 7f446eb Handle the case when OpROM wants to completely remove itself. by niruiyu · 12 years ago
  34. 42ed760 1. Fix a bug when comparing two timestamp in auth-variable driver. by sfu5 · 12 years ago
  35. 641b4a4 Set mode 0 (80x25) when Consplitter does not exist. by li-elvin · 12 years ago
  36. dbcecd5 Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode string length. by erictian · 12 years ago
  37. 3d78c02 Fix comparisons of enumerated types which may cause warnings for some compilers. by rsun3 · 12 years ago
  38. 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
  39. 53cdd43 Change the EFI_BOOT_KEY_DATA definition to use macro instead of bit fields. by niruiyu · 12 years ago
  40. ca89ab9 IntelFrameworkModulePkg/IdeBusDxe: Add error check on the return status of invoking AtaSoftReset(). by erictian · 12 years ago
  41. bc79c73 Fix the issue that consplitter should not touch ConIn variable & do ConIn connection by czhang46 · 12 years ago
  42. f4a25e8 Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug tip could override IDT entry for INT3. by vanjeff · 12 years ago
  43. 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
  44. e27ad65 Fix 2 errors for new feature by czhang46 · 12 years ago
  45. aaee3a9 Fix memory leak by ydong10 · 12 years ago
  46. 0a57b95 Move PcdConInConnectOnDemand initlization to PlatformBds constructor so that hotkey service can act accordingly by czhang46 · 12 years ago
  47. 18cf395 Add 2 new Bds features by czhang46 · 12 years ago
  48. 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
  49. 805c2dd Close the corresponding GUIDed section extraction protocol notify event in CloseSectionStream. by lzeng14 · 12 years ago
  50. c31b316 To follow UEFI spec, update the code to make correct check to support multiple _ADR fields. by li-elvin · 13 years ago
  51. 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
  52. 6e7ba5e Refine the message for Reset request. by ydong10 · 13 years ago
  53. 63588e6 Update the logic to force user to reset when change configuration which need to reset. by ydong10 · 13 years ago
  54. f9b843e In PcdBootlogoOnlyEnable case, Clear cursor & screen when key rather than Hotkey or by czhang46 · 13 years ago
  55. 26c0ba7 Align the perf data between FPDT and DP. by lzeng14 · 13 years ago
  56. 856d643 Update PeiDxeDebugDebugLibReportStatusCode to use CopyMem() in place of AsciiStrnCpy() to copy ASCII string to save size. by lgao4 · 13 years ago
  57. 2d1f3dd Fix memory leak issues. by niruiyu · 13 years ago
  58. 16e5944 Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib doesn't depend on the BdsDxe implementation. by niruiyu · 13 years ago
  59. f01b91a Fixed build failed. by ydong10 · 13 years ago
  60. 25fbcc0 Fix IA32 build fail. by lzeng14 · 13 years ago
  61. bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
  62. 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
  63. 8b4d274 Refine the code to follow coding style. by ydong10 · 13 years ago
  64. 97627ad Fix build failed by ydong10 · 13 years ago
  65. 3e86707 Refine logic about validate boot option. by ydong10 · 13 years ago
  66. 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
  67. 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
  68. ea1b39e Update PeiDxeDebugLibReportStatusCode library instance to print partial ASSERT message if ASSERT message is too big. by lgao4 · 13 years ago
  69. bf0712a Clean ParentHandle field when image is loaded directly from the firmware's boot manager. by ydong10 · 13 years ago
  70. 7ea2285 Add logic to validate console variables when enter BDS. by ydong10 · 13 years ago
  71. 7c9fbd7 Fix memory leak issues. by ydong10 · 13 years ago
  72. 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
  73. bff8c6f Update copyright format by hhtian · 13 years ago
  74. 8c08a56 Add code to check boot option variable before use it by ydong10 · 13 years ago
  75. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  76. a46c365 Add more check for the bmp file to avoid access violation. by ydong10 · 13 years ago
  77. 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
  78. 47bd1c9 update code to follow coding style. by czhang46 · 13 years ago
  79. 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
  80. 2df686c Add BootlogoOnly feature in BDS for BGRT by czhang46 · 13 years ago
  81. 0dac421 Fix VS X64 Compiler Failure Signed-off-by: Liming Gao <liming.gao@intel.com> by lgao4 · 13 years ago
  82. 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
  83. bf0f6c8 Fix build fail. by ydong10 · 13 years ago
  84. 94020bb Improve robustness when scanning PCI Option ROM. by rsun3 · 13 years ago
  85. 8a44cd7 Enhance the error handling. Signed-off-by: ydong10 Reviewed-by: lzeng14 by ydong10 · 13 years ago
  86. 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
  87. 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
  88. 5f595f1 Update copyright. Signed-off-by: ydong10 by ydong10 · 13 years ago
  89. b16cc38 Add check when get boot option variable to avoid system hang. by ydong10 · 13 years ago
  90. 98ba35a Patch includes: by ydong10 · 13 years ago
  91. 71824dd InstallAcpiTable() - Do not update the checksum in the passed in buffer – the buffer is an IN buffer and should be treated as such. by jyao1 · 13 years ago
  92. 8472407 Update for IntelFrameworkModulePkg. by ydong10 · 13 years ago
  93. 660b39c Update IntelFrameworkModulePkg version: 0.91->0.92 by vanjeff · 13 years ago
  94. 20f6ac1 Update the check condition to allows 64-bit operation's data buffer not to be 64-bit aligned on IA32 system. by vanjeff · 13 years ago
  95. a661e27 Update code to pass build on VS2008 with /Od compiler option. by lgao4 · 13 years ago
  96. 5eddabf 1. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description rows that start with a Required Alignment (bytes) of 2, 4, and 8. by lzeng14 · 13 years ago
  97. 32bc122 Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow which are specially for BIOS setup. by li-elvin · 13 years ago
  98. eb5e7d3 Update code to follow coding style. Mainly change about: by ydong10 · 13 years ago
  99. ace74c6 Use PCD to customize if ps2 mouse and mouse pointer device do full reset. by li-elvin · 13 years ago
  100. 49975ac According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago