1. 0c5b25f Update UID drivers to align with latest UEFI spec 2.3.1. by gdong1 · 13 years ago
  2. 5f4ef94 Fix error: Multiline option info only shows the first line error, should shows the full info. by ydong10 · 13 years ago
  3. 9c24540 Correct CpuPause.s to ICC11. Signed-off-by: lgao4 by lgao4 · 13 years ago
  4. 7ad45ba 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
  5. 608817a 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
  6. 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
  7. c1ff10e Consume the UNDI_CONFIG_TABLE defined in MdePkg and remove the local definition of NII_TABLE. by vanjeff · 13 years ago
  8. cb55fa3 Add the definition of UNDI_CONFIG_TABLE defined in UEFI Specification, 2.3.1 by vanjeff · 13 years ago
  9. 24e1291 Enable the SE_TIME_ZONE_NAME privilege for NT32 to fix SetTime function test running in Win7 by niruiyu · 13 years ago
  10. 32fa354 Update Base type SecPeiDxeTimerLibCpu to support all module type. by lgao4 · 13 years ago
  11. bf85c82 Fix BDS bug to signal ReadyToBoot event before loading the boot option. by niruiyu · 13 years ago
  12. 96962f0 Fix a typo when check the return value by ydong10 · 13 years ago
  13. b17f22f CSM should firstly set timer to enable state at first, then RestoreTpl is called. by li-elvin · 13 years ago
  14. 9a000b4 Support Variable driver (VariableAuthenticatedPei/VariableAuthenticatedRuntimeDxe) to support the default variable data stored in HOB. by niruiyu · 13 years ago
  15. f68af18 Support Variable driver (EmuRuntimeDxe) to support the default variable data stored in HOB. by niruiyu · 13 years ago
  16. 8598a1e Avoid using code name in comments. by niruiyu · 13 years ago
  17. bb9f4ea Avoid using code name in comments. by niruiyu · 13 years ago
  18. 25d7031 Avoid using code name in comments. by niruiyu · 13 years ago
  19. 9e70c18 If the data buffer described by InDataBuffer/OutDataBuffer and InTransferLength/OutTransferLength is too big to be transferred, EFI_BAD_BUFFER_SIZE should be returned by erictian · 13 years ago
  20. 55d4edf Change the Keyboard thunk driver to remove DevicePath reference. by niruiyu · 13 years ago
  21. 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
  22. e3d5b59 Fix GCC build failure. by niruiyu · 13 years ago
  23. 5a3a6aa MdeModulePkg PciBusDxe: Allows PCI device drivers to set the EFI_PCI_IO_ATTRIBUTE_DUAL_ADDRESS_CYCLE attribute for a PCI device. by rsun3 · 13 years ago
  24. 515327a Use a local variable and assign 0 to it, then use it as legacy interrupt table base address. by li-elvin · 13 years ago
  25. d6c06dd Fix a code typo. Signed-off-by: ydong10 by ydong10 · 13 years ago
  26. c8c2259 ShellPkg: Add checking for memory allocation and pointer returns from functions. by jcarsey · 13 years ago
  27. 532691c ShellPkg: Add checking for memory allocation and pointer returns from functions. by jcarsey · 13 years ago
  28. de2a15e Fix the clang compilation failure to handle all the values in a case statement for enum type value. by niruiyu · 13 years ago
  29. 0f7aff7 Change Variable driver (Pei/RuntimeDxe) to support the default variable data stored in HOB. by niruiyu · 13 years ago
  30. 3b4151b Add pointer check for NULL before dereference it. by sfu5 · 13 years ago
  31. cf6a8f1 ShellPkg: Set CRC value whenever changing a system table. by jcarsey · 13 years ago
  32. 7a95efd SShellPkg: updating order of cast and addressing of a pointer (2 identical places). by jcarsey · 13 years ago
  33. 349cf2c Check in the new EBC Fat binary to have correct file alignment and section alignment(32-byte alignment). by niruiyu · 13 years ago
  34. 0c1950b Check the pointer before use it to avoid potential access violation. by ydong10 · 13 years ago
  35. 90f6df0 Refine code and check null pointer error. by ydong10 · 13 years ago
  36. 8720017 Fix build failure with MS ASL compiler. by gdong1 · 13 years ago
  37. 6f0b864 Update UID drivers to align with latest UEFI spec 2.3.1. by gdong1 · 13 years ago
  38. bfbe0be Update UID drivers to align with latest UEFI spec 2.3.1. by gdong1 · 13 years ago
  39. c86b273 Grub4Dos copies the BPB of the first partition to the MBR. If the DriverBindingStart() of the Fat driver gets run before that of Partition driver only the first partition can be recognized. by niruiyu · 13 years ago
  40. 47f8d0f Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointStructureChecksum before checksum calculation. by jyao1 · 13 years ago
  41. 30d636c AsciiSPrint returns The number of ASCII characters in the produced output buffer not including the Null-terminator, but SerialStatusCodeWorker has bug which overwrites the last character, which causes there is a missing character in serial log output. The fix is to resolve this issue. by li-elvin · 13 years ago
  42. 79b74a0 Sync BaseTools Branch (version r2362) to EDKII main trunk. by lgao4 · 13 years ago
  43. 4d10ab7 ShellPkg: Add checks for NULL pointers. by jcarsey · 13 years ago
  44. ecae511 ShellPkg: Add checks for NULL pointers. by jcarsey · 13 years ago
  45. beab0fc ShellPkg: Verify memory allocations without ASSERT. by jcarsey · 13 years ago
  46. 091bb71 InstallOpROM in CSM driver could be enhanced to start video when RomImage is passed in directly. by li-elvin · 13 years ago
  47. 39099cb Enhance op-code EFI_IFR_TO_BOOLEAN to case insensitive. by ydong10 · 13 years ago
  48. befbc4f Use PCD for PMM size and EndOpromShadowAddress to remove hard code value in CSM module. by li-elvin · 13 years ago
  49. c404220 When the CONFIG_ACCESS_PROTOCOL.CallBack function return error, the question should restore to old value by ydong10 · 13 years ago
  50. 269218a Update code to make get string case insensitive about language by ydong10 · 13 years ago
  51. d4a7845 Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEIM library to init HOB. by andrewfish · 13 years ago
  52. f2a4d59 Fix Xcode link failure. Relocations are not supported in .text sections. by andrewfish · 13 years ago
  53. 02a758c Add pointer check for NULL before dereference it. by sfu5 · 13 years ago
  54. 4bc6ad3 MdeModulePkg: TerminalDxe driver code clean up by niruiyu · 13 years ago
  55. 02b7bcf MdeModulePkg: Fix TerminalDxe FIFO Data Loss by niruiyu · 13 years ago
  56. f32df6f Update applications to display correct error for gethostbyaddr and gethostbyname. These APIs use h_errno instead of errno, see documentation at: http://www.linuxhowtos.org/manpages/3p/gethostbyaddr.htm by lpleahy · 13 years ago
  57. 89bbce1 Arm Packages: Fix builds for XCODE32 toolchain by oliviermartin · 13 years ago
  58. 41b152c StdLib: Improve robustness of stat() and make basename() a public function. by darylm503 · 13 years ago
  59. 58081f2 Fix compilation errors detected with GCC 4.4 by lpleahy · 13 years ago
  60. 59bc059 Update the sockets applications * Builds with GCC 4.4 compiler. by lpleahy · 13 years ago
  61. a88c316 Update the sockets library code by lpleahy · 13 years ago
  62. df7499f 1. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
  63. 5829afe 1. Add Partial Keystroke Support in Ps2Kb drivers. See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
  64. 3765794 1. Add Partial Keystroke Support in UsbKb drivers. See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
  65. e791cf4 1. Add Partial Keystroke Support definition in SimpleTextInputEx.h See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
  66. ec2b081 1. Move Capsule variable name definition to Capsule variable GUID header file. by lgao4 · 13 years ago
  67. 907eac6 Remove old COMPRESS keyword, has add new kewword PCI_COMPRESS. by ydong10 · 13 years ago
  68. 9d1cd80 Remove old COMPRESS keyword, has add new kewword PCI_COMPRESS. by ydong10 · 13 years ago
  69. f4d9cc2 Define S3 Status code macros. Signed-off-by: lgao4 Reviewed-by: jyao1 by lgao4 · 13 years ago
  70. 6048a5b Update comments to corrects SignatureSize for each SignatureType. by lgao4 · 13 years ago
  71. f85e38b Add the definitions of Common Platform Error Record (defined in Appendix N Common Platform Error Record, UEFI 2.3.1). by vanjeff · 13 years ago
  72. e210483 1. Fixed issue that firmware cannot boot if no USB debug cable connection. by vanjeff · 13 years ago
  73. 68085d3 ArmPkg/CompilerIntrinsicsLib: Reverse the order of the 'ldrb' instructions in __aeabi_uread4 by oliviermartin · 13 years ago
  74. fa16d12 ArmPlatformPkg/ArmVExpressPkg: The virtual memory must have the Secure attribute when the platform does not make the transition in Normal World. by oliviermartin · 13 years ago
  75. 66f530e ArmPlatformPkg/ArmVExpressPkg: HiiDatabaseDxe driver was missing by oliviermartin · 13 years ago
  76. 839864b BeagleBoardPkg: Fix build by oliviermartin · 13 years ago
  77. 46e5da2 Remove unused PCD entry that generates warning on a build. by andrewfish · 13 years ago
  78. 19bc852 remove unnecessary retry logic from usb mass storage driver. by erictian · 13 years ago
  79. cfea206 Correct inconsistent information in IpsecConfig.efi help report. by qianouyang · 13 years ago
  80. 0e9b25c Add pointer check for NULL before dereference it. by ydong10 · 13 years ago
  81. 16adc27 Add RomImage pointer NULL check. by li-elvin · 13 years ago
  82. 04eb20a Add pointer check for NULL before dereference it. by ydong10 · 13 years ago
  83. 57ad9d4 Add more check to avoid access violation. by ydong10 · 13 years ago
  84. 705b0c0 ArmPlatformPkg/Bds: Fix GetConsoleDevicePathFromVariable() when SetVariable has failed by oliviermartin · 13 years ago
  85. 0bade10 BeagleBoardPkg: Replaced the original DSC/FDF files by their new versions that use the ARM Platform Framework by oliviermartin · 13 years ago
  86. e78b4e1 BeagleBoardPkg: Removed 'SimpleTextInOutSerial' driver by oliviermartin · 13 years ago
  87. 743ee63 EdkCompatibilityPkg SmmBaseHelper: Fix PageFaultHandlerHook assembly code to use AL register for return value from PageFaultHandler(). by rsun3 · 13 years ago
  88. a93e23f MdeModulePkg PCI Bus Driver: Add more checks before dispatching an EFI PCI Option ROM image. by rsun3 · 13 years ago
  89. 4cb0548 Before decrypting the packet, Ipsec will check if the inbound protected packet is mal-format. If yes, discard it. by qianouyang · 13 years ago
  90. f7bb980 UefiCpuPkg VTF0: Fix support for finding SEC image of type TE. by rsun3 · 13 years ago
  91. 19a7404 ArmPkg/BdsLib: Fix incorrect pointer casting by oliviermartin · 13 years ago
  92. ae7f81c ArmPkg/CompilerIntrinsicsLib: Fix __aeabi_memclr and __aeabi_memclr4 by oliviermartin · 13 years ago
  93. 886f97c ARM Packages: Fixed Build failings/warnings/EDK2 coding convention by oliviermartin · 13 years ago
  94. 12fcdcb ArmPlatformPkg: Create an ARM Platform DSC / FDF / ArmPlatformLib template by oliviermartin · 13 years ago
  95. 88d4f51 ArmPlatformPkg: Add support for ARM RTSM Versatile Express A15x1 and A15x4 by oliviermartin · 13 years ago
  96. da9675a ArmPkg: Add ARM Architectural Timer support by oliviermartin · 13 years ago
  97. 0c0e7ef ArmPkg/ArmLib: Update Arm11 port by oliviermartin · 13 years ago
  98. bd6b979 ArmPkg/ArmLib: Clean ArmV7Lib by oliviermartin · 13 years ago
  99. 12c5ae2 ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gArmTokenSpaceGuid.PcdTrustzoneSupport by oliviermartin · 13 years ago
  100. 4103bc9 ArmPlatformPkg: Replaced '!if' conditions by more appropriate '!ifdef' conditions by oliviermartin · 13 years ago