1. 1d602b1 EmulatorPkg/build.sh: Fix link issue for openSUSE by jljusten · 13 years ago
  2. 0b2a54e Fixes issues with "Discard Changes and Exit" option in IPv6 driver's Advance Configuration menu. by tye1 · 13 years ago
  3. 551d808 Enhances PE image hash algorithm in DxeImageVerificationLib and DxeTpmMeasureBootLib. by tye1 · 13 years ago
  4. 20142bd MdeModulePkg: Enlarge timeout value to wait set_address request success for large capacity usb hard disk by erictian · 13 years ago
  5. 09943f5 MdeModulePkg: Skip to manage usb debug port in EDKII EHCI driver if it's used by usb debug port driver by erictian · 13 years ago
  6. 3e05870 Enhance the error handling for AllocatePool and AllocatePages function. by ydong10 · 13 years ago
  7. 64c7a74 Enable print error info when execute the application. by ydong10 · 13 years ago
  8. ea4fe84 Update comments in DmpStore.c to be more suitable. by lzeng14 · 13 years ago
  9. 670d4d8 Return EFI_INVALID_PARAMETER when Type has either EVT_NOTIFY_SIGNAL or EVT_NOTIFY_WAIT set and NotifyTpl is not a supported TPL level. by lzeng14 · 13 years ago
  10. 8d30000 Enhance code to more safely and follow coding style. by ydong10 · 13 years ago
  11. e019232 Patch include: by ydong10 · 13 years ago
  12. 843833f Add description for PeiPerformanceIdArray parameter of InternalSearchForLogEntry(). by lzeng14 · 13 years ago
  13. 1658440 Fix UNIX GCC build fail. by lzeng14 · 13 years ago
  14. 894c9c6 Fix typo "Debugt". by vanjeff · 13 years ago
  15. 0b84f44 Add new extension PerformanceLib APIs to store ID info. by lzeng14 · 13 years ago
  16. f0da4d7 Add new extension PerformanceLib APIs to store ID info. by lzeng14 · 13 years ago
  17. ba14539 Add new extension PerformanceLib APIs to store ID info. by lzeng14 · 13 years ago
  18. bff8c6f Update copyright format by hhtian · 13 years ago
  19. c3d561f Fix build fail for DDK. by ydong10 · 13 years ago
  20. 28186d4 Validate some fields in PE image to make sure not access violation for later code. by ydong10 · 13 years ago
  21. 035da67 Update IfConfig.c to use TPL_CALLBACK instead of TPL_CALLBACK - 1 to follow UEFI spec. by lzeng14 · 13 years ago
  22. 5cfe423 Update HiiFont Service to return error status instead of ASSERT for the invalid input. by lgao4 · 13 years ago
  23. b08b7ba MdeModulePkg PiSmmCore: Fix a bug in SmmLoadImage() in PiSmmCore that in-correct status codes may be returned. by rsun3 · 13 years ago
  24. 5559a41 ShellPkg: hide flashing cursor during startup. by jcarsey · 13 years ago
  25. 5513af6 ShellPkg: removed memory leak. by jcarsey · 13 years ago
  26. 5ea466a Refine the code to have same function to process the string info. Also update the logic to process special char. by ydong10 · 13 years ago
  27. 389c877 Fix common AuthVariable protection issue. by tye1 · 13 years ago
  28. 8c08a56 Add code to check boot option variable before use it by ydong10 · 13 years ago
  29. a745032 Update comments for NULL PlatformSecureLib instance. by sfu5 · 13 years ago
  30. 3dffec1 Update function comments to remove confused description on PerformanceLib EndPerformanceMeasurement API. by lgao4 · 13 years ago
  31. 05570a7 Update function comments to remove confused description on PerformanceLib EndPerformanceMeasurement API. by lgao4 · 13 years ago
  32. 3556c7a Correct function comments on DxeServicesLib GetFileBufferByFilePath API. by lgao4 · 13 years ago
  33. 8321890 Add 3 missing fields for EFI_ACPI_5_0_PCCT_SUBSPACE_GENERIC by jyao1 · 13 years ago
  34. 4710c53 AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. by darylm503 · 13 years ago
  35. cbc6b5e Add missing secure boot build option by hhtian · 13 years ago
  36. ff4d6bb ArmPlatformPkg: Fixed build after latest BaseTools syncup by oliviermartin · 13 years ago
  37. 84cf376 EDK II Packages: Added License.txt files by oliviermartin · 13 years ago
  38. 75acfab Removes irrelevant parameter during negotiation to avoid login fail. by tye1 · 13 years ago
  39. bef3fd0 Add check before using it to avoid access violation. by ydong10 · 13 years ago
  40. 3c48e85 Update the default return value of UserPhysicalPresent to TRUE. by sfu5 · 13 years ago
  41. fe33965 Keep StdErr same logic initialization with ConOut, e.g. initialize gST->StandardErrorHandle and gST->StdErr in Consplitter entrypoint. by li-elvin · 13 years ago
  42. 7e24278 MdeModulePkg PciBusDxe and DuetPkg PciBusNoEnumerationDxe: Update ResetPowerManagementFeature() to clear 4 related R/W bits in the PMCSR register, leaving other bits preserved. by rsun3 · 13 years ago
  43. afa9cd2 FatBinPkg/License.txt: Sync with License.txt in FatPkg by jljusten · 13 years ago
  44. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  45. 0ff38cb Nt32Pkg: Add Secure Boot build option including Custom Mode setup by leegrosenbaum · 13 years ago
  46. a46c365 Add more check for the bmp file to avoid access violation. by ydong10 · 13 years ago
  47. ba46ab9 Enable Help string scroll when the help info can't show all at current page. by ydong10 · 13 years ago
  48. fcbcced Current IPF version SwitchStack implementation uses loadrs instruction to restore dirty partition of register stack from the backing store, but there is no guarantee to make the backing store valid before. So add flushrs before loadrs to make sure backing store valid. by li-elvin · 13 years ago
  49. 0779e5b UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set FE/E bits in IA32_MTRR_DEF_TYPE MSR after the MSR is restored. by rsun3 · 13 years ago
  50. 48604ef Added VS2010 support in edksetup script. by lgao4 · 13 years ago
  51. 5ef6e0d Sync BaseTools Trunk (version r2518) to EDKII main trunk. by lgao4 · 13 years ago
  52. ea971ce Sync BaseTools Trunk (version r2518) to EDKII main trunk. by lgao4 · 13 years ago
  53. 64b2609 Sync BaseTools Trunk (version r2518) to EDKII main trunk. by lgao4 · 13 years ago
  54. 09e4dbe MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain. by erictian · 13 years ago
  55. ae1ca0f Remove unused PCDs in OVMF Platform. by lgao4 · 13 years ago
  56. 7a49cd0 Update code to avoid potential access violation. by ydong10 · 13 years ago
  57. 5202049 New Shell binaries based on EDKII core r12898 and Shell r57. by niruiyu · 13 years ago
  58. ba57d4f Add pointer check for NULL before dereference it. by sfu5 · 13 years ago
  59. 3b553e0 AppPkg/Applications/Python: Fix bug where the StdLib\lib\site-python and StdLib\lib\python.27\site-customize directories were not being processed. Fix bug where unicode strings were not being correctly encoded in the "idna" encoding before being passed to low-level networking functions. Correct problem where a spurious message, "Shell: Incorrect redirection syntax - '2>/dev/null'", was being output by PyDoc. by darylm503 · 13 years ago
  60. 7a616e5 OvmfPkg: Add custom mode setup if the Secure Boot build option is specified. by leegrosenbaum · 13 years ago
  61. 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
  62. e8b4eb0 Add two new interfaces Pkcs7GetSigners and Pkcs7FreeSigners to BaseCryptLib. by tye1 · 13 years ago
  63. ed47ae0 Update common authenticated variable (non PK/KEK/DB/DBX) support to comply with latest UEFI spec. by tye1 · 13 years ago
  64. 9622df6 If setting variable in Runtime and there has been a same GUID and name variable existed in system without RT attribute, return EFI_WRITE_PROTECTED. by lzeng14 · 13 years ago
  65. 0ecd7c4 MdeModulePkg/UsbBusDxe:Correct typos in usb debug message by erictian · 13 years ago
  66. 47bd1c9 update code to follow coding style. by czhang46 · 13 years ago
  67. b26913e StdLib: Add STDC macros, for MSFT compilers, to improve compatibility with various Open-Source software packages. by darylm503 · 13 years ago
  68. 1413b8e 1. Fix UNIXGCC IPF build failure in SecurityPkg. by sfu5 · 13 years ago
  69. 521527e StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility. by darylm503 · 13 years ago
  70. 4adc12b 1. Fix GCC build failure in SecurityPkg. by sfu5 · 13 years ago
  71. a50f7c4 MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that those completed async transfer events don't get handled in time and are flushed by newer coming events. by erictian · 13 years ago
  72. ecc722a 1. Remove “Force clear PK” feature in AuthVarialbe driver. by sfu5 · 13 years ago
  73. 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
  74. 6dbd32c AppPkg/Applications/Sockets: Address GCC and Linux compilation problems. by darylm503 · 13 years ago
  75. 06c355b correct removal of commit 12951. by jcarsey · 13 years ago
  76. 8f964e8 EmbeddedPkg/MmcDxe: Fixed XCLANG build by oliviermartin · 13 years ago
  77. 37363df ArmPlatformPkg/PrePi: Added Firmware Version String to the 'welcome' statement by oliviermartin · 13 years ago
  78. 99744d5 ArmPlatformPkg/Sec: Change initial 'welcome' string from 'UEFI Firmware' to 'Secure/Boot Firmware' by oliviermartin · 13 years ago
  79. e28e0ad ArmPlatformPkg/SP805WatchdogDxe: Removed late initialization capability from the watchdog by oliviermartin · 13 years ago
  80. 8dd9e15 ArmPlatformPkg: Fixed gcc build (minor change) by oliviermartin · 13 years ago
  81. 5e77314 ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure bits to their PPIs by oliviermartin · 13 years ago
  82. 18029bb ArmLib/ArmV7: Add ISB to ArmEnableVFP by oliviermartin · 13 years ago
  83. eac42a5 ArmPlatformPkg/ArmSmcLib: Added helper library to make SMC call to the Secure World by oliviermartin · 13 years ago
  84. a12da33 ArmPlatformPkg/SP805Watchdog.h: Removed the DXE function declarations from the header by oliviermartin · 13 years ago
  85. 7245b43 ArmPkg: Declared ARM Hypervisor Firmware PCDs by oliviermartin · 13 years ago
  86. 0e9674e ArmPkg/ArmLib: Added ARM_PROCESSOR_MODE_HYP to ARM_PROCESSOR_MODE by oliviermartin · 13 years ago
  87. 645890b ArmPkg/Drivers/PL390Gic: Removed acknowledge of special interrupts (spurious interrupt) by oliviermartin · 13 years ago
  88. 1dc483b ArmPkg/LinuxLoader: Remove unused DebugLib (Minor change) by oliviermartin · 13 years ago
  89. 80dfbc1 ArmPlatformPkg/Sec: Move ArmGicSetupNonSecure() prior to initialize platform-specific security bit by oliviermartin · 13 years ago
  90. 59a2b36 ArmPlatformPkg/Sec: Fixed monitor stack setup by oliviermartin · 13 years ago
  91. 7defe7b ArmPlatformPkg/PrePi: Fix comment (minor change) by oliviermartin · 13 years ago
  92. 69f6055 ArmPkg/ArmLib.h: Fixed the ClusterId and CoreId masks by oliviermartin · 13 years ago
  93. be613c8 ArmPkg/PL390Gic: Introduced PcdGicSgiIntId to define which SGI is used for core synchronisation by oliviermartin · 13 years ago
  94. 9253410 ArmPkg/ArmGicLib: Added function ArmGicSetSecureInterrupts() to define the secure interrupts by oliviermartin · 13 years ago
  95. f15f91a ArmPlatformPkg/ArmPlatformGlobalVariableLib: Fixed incorrect type casting by oliviermartin · 13 years ago
  96. 6bc4e19 1. Update AuthVarialbe driver to avoid integer overflow when using EFI_VARIABLE_AUTHENTICATION_2 descriptor. by sfu5 · 13 years ago
  97. d78fab6 EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release. by darylm503 · 13 years ago
  98. 2df686c Add BootlogoOnly feature in BDS for BGRT by czhang46 · 13 years ago
  99. 9f7f516 Update the license dates by lpleahy · 13 years ago
  100. 0dac421 Fix VS X64 Compiler Failure Signed-off-by: Liming Gao <liming.gao@intel.com> by lgao4 · 13 years ago