1. 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
  2. 98b241d Remove local function IsValidDevicePath and use new interface provided by UefiDevicePathlib. by niruiyu · 12 years ago
  3. 7f446eb Handle the case when OpROM wants to completely remove itself. by niruiyu · 12 years ago
  4. 42ed760 1. Fix a bug when comparing two timestamp in auth-variable driver. by sfu5 · 12 years ago
  5. 641b4a4 Set mode 0 (80x25) when Consplitter does not exist. by li-elvin · 12 years ago
  6. dbcecd5 Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode string length. by erictian · 12 years ago
  7. 3d78c02 Fix comparisons of enumerated types which may cause warnings for some compilers. by rsun3 · 12 years ago
  8. 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
  9. 53cdd43 Change the EFI_BOOT_KEY_DATA definition to use macro instead of bit fields. by niruiyu · 12 years ago
  10. ca89ab9 IntelFrameworkModulePkg/IdeBusDxe: Add error check on the return status of invoking AtaSoftReset(). by erictian · 12 years ago
  11. bc79c73 Fix the issue that consplitter should not touch ConIn variable & do ConIn connection by czhang46 · 12 years ago
  12. f4a25e8 Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug tip could override IDT entry for INT3. by vanjeff · 12 years ago
  13. 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
  14. e27ad65 Fix 2 errors for new feature by czhang46 · 12 years ago
  15. aaee3a9 Fix memory leak by ydong10 · 12 years ago
  16. 0a57b95 Move PcdConInConnectOnDemand initlization to PlatformBds constructor so that hotkey service can act accordingly by czhang46 · 12 years ago
  17. 18cf395 Add 2 new Bds features by czhang46 · 12 years ago
  18. 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
  19. 805c2dd Close the corresponding GUIDed section extraction protocol notify event in CloseSectionStream. by lzeng14 · 12 years ago
  20. c31b316 To follow UEFI spec, update the code to make correct check to support multiple _ADR fields. by li-elvin · 12 years ago
  21. 0f8b029 Added secure boot in CSM module entrypoint, if UEFI secure boot is enabled, CSM module cannot be started. by li-elvin · 12 years ago
  22. 6e7ba5e Refine the message for Reset request. by ydong10 · 12 years ago
  23. 63588e6 Update the logic to force user to reset when change configuration which need to reset. by ydong10 · 12 years ago
  24. f9b843e In PcdBootlogoOnlyEnable case, Clear cursor & screen when key rather than Hotkey or by czhang46 · 13 years ago
  25. 26c0ba7 Align the perf data between FPDT and DP. by lzeng14 · 13 years ago
  26. 856d643 Update PeiDxeDebugDebugLibReportStatusCode to use CopyMem() in place of AsciiStrnCpy() to copy ASCII string to save size. by lgao4 · 13 years ago
  27. 2d1f3dd Fix memory leak issues. by niruiyu · 13 years ago
  28. 16e5944 Refine BdsDxe driver and GenericBdsLib library so that the GenericBdsLib doesn't depend on the BdsDxe implementation. by niruiyu · 13 years ago
  29. f01b91a Fixed build failed. by ydong10 · 13 years ago
  30. 25fbcc0 Fix IA32 build fail. by lzeng14 · 13 years ago
  31. bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
  32. 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
  33. 8b4d274 Refine the code to follow coding style. by ydong10 · 13 years ago
  34. 97627ad Fix build failed by ydong10 · 13 years ago
  35. 3e86707 Refine logic about validate boot option. by ydong10 · 13 years ago
  36. 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
  37. 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
  38. ea1b39e Update PeiDxeDebugLibReportStatusCode library instance to print partial ASSERT message if ASSERT message is too big. by lgao4 · 13 years ago
  39. bf0712a Clean ParentHandle field when image is loaded directly from the firmware's boot manager. by ydong10 · 13 years ago
  40. 7ea2285 Add logic to validate console variables when enter BDS. by ydong10 · 13 years ago
  41. 7c9fbd7 Fix memory leak issues. by ydong10 · 13 years ago
  42. 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
  43. bff8c6f Update copyright format by hhtian · 13 years ago
  44. 8c08a56 Add code to check boot option variable before use it by ydong10 · 13 years ago
  45. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  46. a46c365 Add more check for the bmp file to avoid access violation. by ydong10 · 13 years ago
  47. 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
  48. 47bd1c9 update code to follow coding style. by czhang46 · 13 years ago
  49. 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
  50. 2df686c Add BootlogoOnly feature in BDS for BGRT by czhang46 · 13 years ago
  51. 0dac421 Fix VS X64 Compiler Failure Signed-off-by: Liming Gao <liming.gao@intel.com> by lgao4 · 13 years ago
  52. 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
  53. bf0f6c8 Fix build fail. by ydong10 · 13 years ago
  54. 94020bb Improve robustness when scanning PCI Option ROM. by rsun3 · 13 years ago
  55. 8a44cd7 Enhance the error handling. Signed-off-by: ydong10 Reviewed-by: lzeng14 by ydong10 · 13 years ago
  56. 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
  57. 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
  58. 5f595f1 Update copyright. Signed-off-by: ydong10 by ydong10 · 13 years ago
  59. b16cc38 Add check when get boot option variable to avoid system hang. by ydong10 · 13 years ago
  60. 98ba35a Patch includes: by ydong10 · 13 years ago
  61. 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
  62. 8472407 Update for IntelFrameworkModulePkg. by ydong10 · 13 years ago
  63. 660b39c Update IntelFrameworkModulePkg version: 0.91->0.92 by vanjeff · 13 years ago
  64. 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
  65. a661e27 Update code to pass build on VS2008 with /Od compiler option. by lgao4 · 13 years ago
  66. 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
  67. 32bc122 Update console mode setup to use PcdSetupConOutColumn and PcdSetupConOutRow which are specially for BIOS setup. by li-elvin · 13 years ago
  68. eb5e7d3 Update code to follow coding style. Mainly change about: by ydong10 · 13 years ago
  69. ace74c6 Use PCD to customize if ps2 mouse and mouse pointer device do full reset. by li-elvin · 13 years ago
  70. 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
  71. 3512efa CSM is updated to remove RaiseTPL (TPL_HIGH_LEVEL) and disable 2 known UEFI interrupts instead. This is needed to process HPET timer interrupt before going into real mode. by li-elvin · 13 years ago
  72. 8014018 Fix incorrect pointer check. by li-elvin · 13 years ago
  73. 72861c2 Introduce video resolution and text mode PCDs for BIOS setup in BDS module. User can use these PCDs to customize video resolution and text mode for setup when launching BIOS setup. by li-elvin · 13 years ago
  74. 59b9d73 Check the return status of booting against EFI_SUCCESS instead of using EFI_ERROR() macro to catch the warning status. by niruiyu · 13 years ago
  75. 6ba8465 IntelFrameworkModulePkg-GenericBdsLib: Add type cast for conversion from INTN to UINTN. by xdu2 · 13 years ago
  76. a637802 IntelFrameworkModulePkg: Update GenericBdsLib to use BootLogo protocol to report logo information after logo is drawn to screen; update BdsDxe to notify logo is corrupted when user is going to enter setup. by xdu2 · 13 years ago
  77. c448798 Correct the logic to check EFI_FV2_WRITE_STATUS. by lzeng14 · 13 years ago
  78. 310580c IntelFrameworkModulePkg: Remove variables that are set, but not used by jljusten · 13 years ago
  79. 675253b Set video resolution to highest when PcdVideoHorizontalResolution or PcdVideoVerticalResolution are set to 0x0. by li-elvin · 13 years ago
  80. 23491d5 Add core FFS3 support, FwVolDxe and SectionExtraction. by lzeng14 · 13 years ago
  81. 30f001c Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiFirmwareFile.h. by lzeng14 · 13 years ago
  82. 153a2ba Check the device path protocol before opening the PciIo BY_DRIVER. by niruiyu · 13 years ago
  83. 9891f79 Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are both pressed; SimpleTextIn implementation still returns CTRL+3. by niruiyu · 13 years ago
  84. bf85c82 Fix BDS bug to signal ReadyToBoot event before loading the boot option. by niruiyu · 13 years ago
  85. b17f22f CSM should firstly set timer to enable state at first, then RestoreTpl is called. by li-elvin · 13 years ago
  86. 55d4edf Change the Keyboard thunk driver to remove DevicePath reference. by niruiyu · 13 years ago
  87. 26a74a3 Use a local variable and assign 0 to it, then use it as legacy interrupt table base address. by li-elvin · 13 years ago
  88. 091bb71 InstallOpROM in CSM driver could be enhanced to start video when RomImage is passed in directly. by li-elvin · 13 years ago
  89. befbc4f Use PCD for PMM size and EndOpromShadowAddress to remove hard code value in CSM module. by li-elvin · 13 years ago
  90. 5829afe 1. Add Partial Keystroke Support in Ps2Kb drivers. See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
  91. 0e9b25c Add pointer check for NULL before dereference it. by ydong10 · 13 years ago
  92. 16adc27 Add RomImage pointer NULL check. by li-elvin · 13 years ago
  93. a1f7e1e The ParentDevicePath is not initialized when error happened and went to Done. So the ParentDevicePath is moved to the beginning of Start (). by li-elvin · 13 years ago
  94. 378175d Add PCD for 1G page table by jyao1 · 13 years ago
  95. 54d3b84 Correct 1G page table generation. by jyao1 · 13 years ago
  96. e24fc10 Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
  97. a1cfbf8 Update the BDS UI to keep the old behaviors after add exit action when Config_Access_Protocol.CallBack function returns Submit or Reset which is follow UEFI spec 2.3.1. by ydong10 · 13 years ago
  98. 0d0bbc9 Fix Ps2KeyboardDxe driver to return correct key data when Shift/Ctrl/Alt and PrtSc/SysRq are both pressed, when Ctrl and Pause/Break are both pressed. by niruiyu · 13 years ago
  99. 02317fc Remove useless pointer check. by ydong10 · 13 years ago
  100. 83a5219 Fix build error. by jyao1 · 13 years ago