1. ad07c10 StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wide characters would cause the code to hang or generate an exception. by darylm503 · 12 years ago
  2. 532616b Add interfaces to several library instances of BaseCryptLib. by tye1 · 12 years ago
  3. c31b316 To follow UEFI spec, update the code to make correct check to support multiple _ADR fields. by li-elvin · 12 years ago
  4. 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
  5. 05a643f 1. Remove extra attribute for SetupMode, SignatureSupport and SecureBoot variable. by sfu5 · 12 years ago
  6. 876ac39 Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime. by sfu5 · 12 years ago
  7. eb96e4f Fix a buffer overflow bug in VariableSmm driver. by sfu5 · 12 years ago
  8. e94728b Update HobLib and Hob Service to avoid data over flow. by lgao4 · 12 years ago
  9. 192764d Update HobLib and Hob Service to avoid data over flow. by lgao4 · 12 years ago
  10. 785d84e Verify the provided PKpub is signed with its private key when enrolling a new PK variable in setup mode. by sfu5 · 12 years ago
  11. 2445a70 Add SMRAM range check to variable SMM SMI handler. by czhang46 · 12 years ago
  12. 7a0c136 Remove unused CapsuleReset() in MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystem.c. by lzeng14 · 12 years ago
  13. 836a782 ArmPkg/CompilerIntrinsicsLib: Added missing __aeabi_uread8 and __aeabi_uwrite8 by oliviermartin · 12 years ago
  14. 96f0d1c Clean up include of ACPI header file so that only IndustryStandard/Acpi.h is needed for supported ACPI version(e.g. Acpi40.h, Acpi50.h). by lzeng14 · 12 years ago
  15. 3277a4e Fix a bug in DxeImageVerificationLib which will pass incorrect trust cert size to AuthenticodeVerify() function. by sfu5 · 12 years ago
  16. cf7409f Update the secure boot configuration UI to accept *.der certificate file as the Platform Key. by sfu5 · 12 years ago
  17. 2c46dd2 ShellPkg: update pci enumeration routine for platforms with multiple pci segments. by jcarsey · 12 years ago
  18. b113ddc ArmPlatformPkg/ArmVExpressLibCTA9x4: Fixed build by oliviermartin · 12 years ago
  19. 41d3576 OvmfPkg BDS: Remove support for loading vgabios-cirrus.bin from 0xc0000 by jljusten · 12 years ago
  20. 5786308 accept "-n THREADNUMBER" in OvmfPkg build script by jljusten · 12 years ago
  21. aadb1d0 embed OvmfVideo.rom into OVMF.fd by jljusten · 12 years ago
  22. bab41b5 increase MEMFD size to enable secure boot build by jljusten · 12 years ago
  23. c219324 Add SMRAM range check to fault tolerant write SMM SMI handler. by ydong10 · 12 years ago
  24. d4d58cb DuetPkg DuetPkgIa32.dsc & DuetPkgX64.dsc: Add library class and instance mapping for UefiCpuLib after UefiCpuPkg\CpuDxe consumes UefiCpuLib. by rsun3 · 12 years ago
  25. 0e568a7 EmbeddedPkg/EmbeddedPkg.dec: Add missing PcdMetronomeTickPeriod PCD by oliviermartin · 12 years ago
  26. 0fb450f Reset the platform when user choose to enroll/delete the PK variable. by sfu5 · 12 years ago
  27. 25a4e71 Add SMRAM range check to variable SMM SMI handler. by czhang46 · 12 years ago
  28. 627c396 Defer TCG table publish after LASA/LAML in the table got updated. by gdong1 · 12 years ago
  29. 96277f7 Include read data buffer in CommBufferSize when calculate the buffer size. by ydong10 · 12 years ago
  30. 661cab5 UefiCpuPkg CpuDxe: Call UefiCpuLib.InitializeFloatingPointUnits () to initialize X87 FPU Control Word for BSP. by rsun3 · 12 years ago
  31. 0e18586 MdeModulePkg/Ata: add dynamic type to PcdAtaSmartEnable by erictian · 12 years ago
  32. 816a711 When do discard action, enable callback action for questions which have value changed. by ydong10 · 12 years ago
  33. 6e7ba5e Refine the message for Reset request. by ydong10 · 12 years ago
  34. 63588e6 Update the logic to force user to reset when change configuration which need to reset. by ydong10 · 12 years ago
  35. e768377 UefiCpuPkg BaseUefiCpuLib: Change the initialization value for x87 FPU Control Word for x64 arch from 0x27f to 0x37f per UEFI 2.3.1c spec. by rsun3 · 12 years ago
  36. 8f8ca22 1. Reset system when user changes secure boot state in secure boot configuration form. by sfu5 · 12 years ago
  37. b37aa2c Update header file to match UEFI231B mantis 771, 850, 853 and 857. by lgao4 · 12 years ago
  38. ed71a22 ArmPkg/BdsLib: Fixed cache cleaning in PreparePlatformHardware() by oliviermartin · 12 years ago
  39. ce88684 ARM Packages: Fixed mispellings by oliviermartin · 12 years ago
  40. 3bb46df ArmPkg/SemihostFs: Fixed DataAbort in Semihosting File System by oliviermartin · 12 years ago
  41. 7422411 ArmPkg/BdsLib: Fixed ShutdownUefiBootServices() in case the first gBS->GetMemoryMap() was successful by oliviermartin · 12 years ago
  42. 8cfd2e2 ArmPlatformPkg/Sec: Fixed Primary Non-Cold Boot Path by oliviermartin · 12 years ago
  43. ae42bc8 ArmPkg/TimerDxe: Fixed incorrect TimerTicks calculation by oliviermartin · 12 years ago
  44. 0dbbacd ArmPlatformPkg/PrePi: Declared the ARM MP Core Info by oliviermartin · 12 years ago
  45. dac180f ArmPkg/BaseMemoryLibStm: Removed duplicated instruction in InternalMemSetMem() by oliviermartin · 12 years ago
  46. 990976a EmbeddedPkg/MetronomeDxe: Replaced hardcoded Tick Period by PcdMetronomeTickPeriod by oliviermartin · 12 years ago
  47. 92034e1 ARM Packages: Clean code (Remove unused PCDs, ...) by oliviermartin · 12 years ago
  48. a32dae4 ArmPkg/AsmMacroIoLib: Renamed 'GetCorePositionInStack' macro into 'GetCorePositionFromMpId' by oliviermartin · 12 years ago
  49. a75568e ArmPlatformPkg/Sec: Added support for Non Cold Boot Paths by oliviermartin · 12 years ago
  50. 77734e3 ArmPkg/ArmPkg.dec: Removed duplicated PCD declarations by oliviermartin · 12 years ago
  51. 2575b72 ArmPkg: Fixed RVCT compiler warnings by oliviermartin · 12 years ago
  52. 9736c29 ArmPkg/PL390Gic: Added support for ArmGicDisableInterruptInterface() by oliviermartin · 12 years ago
  53. d695039 ArmPkg/PL390Gic: Fixed initialization when the primary core is not (Cluster0,Cpu0) by oliviermartin · 12 years ago
  54. 4e7d855 Update the comments for EFI_IFR_TYPE_VALUE to follow UEFI spec 2.3.1b by ydong10 · 12 years ago
  55. 12373f2 Fix a buffer overflow bug in VariableSmm driver. by sfu5 · 12 years ago
  56. ed2bfec Update PXE driver to wait for IPv6 duplicate address detection to finish. by sfu5 · 12 years ago
  57. 9d8fa79 ShellPkg: Fix recursion when deleting all variables. by ydong10 · 12 years ago
  58. eda08e5 Return EFI_BROWSER_ACTION_REQUEST_FORM_APPLY action request to avoid discard action useless. by ydong10 · 12 years ago
  59. 86702b3 DuetPkg/SataController: Fix possible memory leak at error handling of SataController driver by erictian · 12 years ago
  60. 6d896ff EdkCompatibilityPkg MpServicesOnFrameworkMpServicesThunk: Update .S files to be consistent with corresponding .asm files. by rsun3 · 12 years ago
  61. f9b843e In PcdBootlogoOnlyEnable case, Clear cursor & screen when key rather than Hotkey or by czhang46 · 12 years ago
  62. 6e1450f Choose a better subnet mask value for the IPv4 address. by lpleahy · 13 years ago
  63. 79a4560 Try to fix the error detected by the 64-bit GCC compiler. by lpleahy · 13 years ago
  64. ccd2f6b Add more SMRAM range check to 3 SMI handler. by czhang46 · 13 years ago
  65. 86a7f72 Use the ARM compiler intrinsics library when compiling the Sockets driver. by lpleahy · 13 years ago
  66. 18757e7 Define the global variables as weak to enable the proper linking with applications and the Sockets driver. by lpleahy · 13 years ago
  67. 09cdd7d Update the logic to get default value for question without storage. by ydong10 · 13 years ago
  68. d9bbabf Check whether has storage for date/time opcode, if it has storage, also generate the offset/width info for it. by ydong10 · 13 years ago
  69. d5bcf13 EdkCompatibilityPkg SmmBaseHelper: In SmmHandlerEntry(), add check to ensure CommBuff+CommBuffSize is outside of SMRAM. by rsun3 · 13 years ago
  70. b00ed21 Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString to benefit consumer of this API. by tye1 · 13 years ago
  71. d5c3d1b MdeModulePkg PI SMM Core: Unregister handler for SMM Ready To Lock event in SmmReadyToLockHandler() at first call so that it won't be invoked again. by rsun3 · 13 years ago
  72. c4de8e2 Fix incorrect return status in Pkcs7Verify(). by tye1 · 13 years ago
  73. 08d6e2f MdeMdeModulePkg/Usb: Eliminated the use of Set_Idle request on usb modules. by erictian · 13 years ago
  74. 1c8ade8 Roll back the changes for BaseTools by ydong10 · 13 years ago
  75. b497a8a Fix listen exit path when last port returns an error. by lpleahy · 13 years ago
  76. 4d93b75 EdkShellPkg/ShellR33.patch: Fixed '32'2' folder names by oliviermartin · 13 years ago
  77. 0e4cdd8 Fix a typo. by ydong10 · 13 years ago
  78. 98a1f1e MdePkg SmmSwDispatch2.h: comment cleanup. by rsun3 · 13 years ago
  79. 31a272e StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union. by darylm503 · 13 years ago
  80. 26c0ba7 Align the perf data between FPDT and DP. by lzeng14 · 13 years ago
  81. 23b0b15 MdeMoMdeMdeModulePkg/EhciPei: By default power on all root ports of EHCI host controller for recovery path by erictian · 13 years ago
  82. af3a71b MdeMdeModulePkg/Usb: Coding style alignment by erictian · 13 years ago
  83. d69a7bc Fix potential memory leak issue. by lzeng14 · 13 years ago
  84. a7a8363 StdLib: Add multi-byte character support. The normal "narrow" character set is now UTF-8 instead of ASCII. by darylm503 · 13 years ago
  85. c7907ba Fixed header comment by lpleahy · 13 years ago
  86. 3e37da2 Add missing IPv6 address definitions. by lpleahy · 13 years ago
  87. 79fea27 EdkShellPkg/ShellR33.patch: Fixed case in filenames by oliviermartin · 13 years ago
  88. ab74271 MdeMdeModulePkg/Usb: Fixed a build error in UsbMouseDxe and UsbMouseAbsolutePointerDxe driver. by erictian · 13 years ago
  89. 4f6904d Enable execute property to avoid format is changed carelessly. by vanjeff · 13 years ago
  90. 1300608 Remove Carriage-Return character. by vanjeff · 13 years ago
  91. 0309b71 MdeModulePkg/UsbMouse: Get HID descriptor from the return of Get_Desc(Configuration) request with total length rather than from Get_Hid_Desc request. by erictian · 13 years ago
  92. 60448d9 ShellPkg: Fix en-US characters that are outside the Basic Latin character set range by jcarsey · 13 years ago
  93. dc204d5 Add comment for modules which have external input. by jyao1 · 13 years ago
  94. 90eaa3c EFI_STATUS_CODE_DATA_MAX_SIZE is just for the maximum size of an EFI_DEBUG_INFO structure. Seemly, it is not suitable to be used in SerialStatusCodeHandler, so update SerialStatusCodeHandler to use MAX_DEBUG_MESSAGE_LENGTH (0x100) as the max printed string size to align with other DebugLib’s behavior. by lzeng14 · 13 years ago
  95. e5c1acc To be consistent with PeiReportStatusCodeLib and DxeReportStatusCode, use MAX_EXTENDED_DATA_SIZE (0x200) as the local max buffer size in RuntimeDxeReportStatusCodeLib. by lzeng14 · 13 years ago
  96. 3347d41 Refine the logic about initialize questions value by ydong10 · 13 years ago
  97. 856d643 Update PeiDxeDebugDebugLibReportStatusCode to use CopyMem() in place of AsciiStrnCpy() to copy ASCII string to save size. by lgao4 · 13 years ago
  98. 93c0bde This revision can only work with Intel(c) UDK Debugger Tool version 1.2 or greater. Detailed change log is as below: by vanjeff · 13 years ago
  99. 44538ba Fix port retry behavior during connect - All port error paths exit through ConnectComplete to try the next port. When the last port fails to connect, the port error status to errno translation gets done by ConnectPoll. by lpleahy · 13 years ago
  100. f6aa14a EdkShellPkg/EdkShellPkg.dsc: Added CompilerStubLib & CompilerIntrinsicLib for ARM builds by oliviermartin · 13 years ago