1. f68af18 Support Variable driver (EmuRuntimeDxe) to support the default variable data stored in HOB. by niruiyu · 13 years ago
  2. 8598a1e Avoid using code name in comments. by niruiyu · 13 years ago
  3. bb9f4ea Avoid using code name in comments. by niruiyu · 13 years ago
  4. 25d7031 Avoid using code name in comments. by niruiyu · 13 years ago
  5. 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
  6. 55d4edf Change the Keyboard thunk driver to remove DevicePath reference. by niruiyu · 13 years ago
  7. 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
  8. e3d5b59 Fix GCC build failure. by niruiyu · 13 years ago
  9. 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
  10. 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
  11. d6c06dd Fix a code typo. Signed-off-by: ydong10 by ydong10 · 13 years ago
  12. c8c2259 ShellPkg: Add checking for memory allocation and pointer returns from functions. by jcarsey · 13 years ago
  13. 532691c ShellPkg: Add checking for memory allocation and pointer returns from functions. by jcarsey · 13 years ago
  14. de2a15e Fix the clang compilation failure to handle all the values in a case statement for enum type value. by niruiyu · 13 years ago
  15. 0f7aff7 Change Variable driver (Pei/RuntimeDxe) to support the default variable data stored in HOB. by niruiyu · 13 years ago
  16. 3b4151b Add pointer check for NULL before dereference it. by sfu5 · 13 years ago
  17. cf6a8f1 ShellPkg: Set CRC value whenever changing a system table. by jcarsey · 13 years ago
  18. 7a95efd SShellPkg: updating order of cast and addressing of a pointer (2 identical places). by jcarsey · 13 years ago
  19. 349cf2c Check in the new EBC Fat binary to have correct file alignment and section alignment(32-byte alignment). by niruiyu · 13 years ago
  20. 0c1950b Check the pointer before use it to avoid potential access violation. by ydong10 · 13 years ago
  21. 90f6df0 Refine code and check null pointer error. by ydong10 · 13 years ago
  22. 8720017 Fix build failure with MS ASL compiler. by gdong1 · 13 years ago
  23. 6f0b864 Update UID drivers to align with latest UEFI spec 2.3.1. by gdong1 · 13 years ago
  24. bfbe0be Update UID drivers to align with latest UEFI spec 2.3.1. by gdong1 · 13 years ago
  25. 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
  26. 47f8d0f Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointStructureChecksum before checksum calculation. by jyao1 · 13 years ago
  27. 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
  28. 79b74a0 Sync BaseTools Branch (version r2362) to EDKII main trunk. by lgao4 · 13 years ago
  29. 4d10ab7 ShellPkg: Add checks for NULL pointers. by jcarsey · 13 years ago
  30. ecae511 ShellPkg: Add checks for NULL pointers. by jcarsey · 13 years ago
  31. beab0fc ShellPkg: Verify memory allocations without ASSERT. by jcarsey · 13 years ago
  32. 091bb71 InstallOpROM in CSM driver could be enhanced to start video when RomImage is passed in directly. by li-elvin · 13 years ago
  33. 39099cb Enhance op-code EFI_IFR_TO_BOOLEAN to case insensitive. by ydong10 · 13 years ago
  34. befbc4f Use PCD for PMM size and EndOpromShadowAddress to remove hard code value in CSM module. by li-elvin · 13 years ago
  35. c404220 When the CONFIG_ACCESS_PROTOCOL.CallBack function return error, the question should restore to old value by ydong10 · 13 years ago
  36. 269218a Update code to make get string case insensitive about language by ydong10 · 13 years ago
  37. 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
  38. f2a4d59 Fix Xcode link failure. Relocations are not supported in .text sections. by andrewfish · 13 years ago
  39. 02a758c Add pointer check for NULL before dereference it. by sfu5 · 13 years ago
  40. 4bc6ad3 MdeModulePkg: TerminalDxe driver code clean up by niruiyu · 13 years ago
  41. 02b7bcf MdeModulePkg: Fix TerminalDxe FIFO Data Loss by niruiyu · 13 years ago
  42. 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
  43. 89bbce1 Arm Packages: Fix builds for XCODE32 toolchain by oliviermartin · 13 years ago
  44. 41b152c StdLib: Improve robustness of stat() and make basename() a public function. by darylm503 · 13 years ago
  45. 58081f2 Fix compilation errors detected with GCC 4.4 by lpleahy · 13 years ago
  46. 59bc059 Update the sockets applications * Builds with GCC 4.4 compiler. by lpleahy · 13 years ago
  47. a88c316 Update the sockets library code by lpleahy · 13 years ago
  48. df7499f 1. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
  49. 5829afe 1. Add Partial Keystroke Support in Ps2Kb drivers. See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
  50. 3765794 1. Add Partial Keystroke Support in UsbKb drivers. See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
  51. e791cf4 1. Add Partial Keystroke Support definition in SimpleTextInputEx.h See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
  52. ec2b081 1. Move Capsule variable name definition to Capsule variable GUID header file. by lgao4 · 13 years ago
  53. 907eac6 Remove old COMPRESS keyword, has add new kewword PCI_COMPRESS. by ydong10 · 13 years ago
  54. 9d1cd80 Remove old COMPRESS keyword, has add new kewword PCI_COMPRESS. by ydong10 · 13 years ago
  55. f4d9cc2 Define S3 Status code macros. Signed-off-by: lgao4 Reviewed-by: jyao1 by lgao4 · 13 years ago
  56. 6048a5b Update comments to corrects SignatureSize for each SignatureType. by lgao4 · 13 years ago
  57. 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
  58. e210483 1. Fixed issue that firmware cannot boot if no USB debug cable connection. by vanjeff · 13 years ago
  59. 68085d3 ArmPkg/CompilerIntrinsicsLib: Reverse the order of the 'ldrb' instructions in __aeabi_uread4 by oliviermartin · 13 years ago
  60. 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
  61. 66f530e ArmPlatformPkg/ArmVExpressPkg: HiiDatabaseDxe driver was missing by oliviermartin · 13 years ago
  62. 839864b BeagleBoardPkg: Fix build by oliviermartin · 13 years ago
  63. 46e5da2 Remove unused PCD entry that generates warning on a build. by andrewfish · 13 years ago
  64. 19bc852 remove unnecessary retry logic from usb mass storage driver. by erictian · 13 years ago
  65. cfea206 Correct inconsistent information in IpsecConfig.efi help report. by qianouyang · 13 years ago
  66. 0e9b25c Add pointer check for NULL before dereference it. by ydong10 · 13 years ago
  67. 16adc27 Add RomImage pointer NULL check. by li-elvin · 13 years ago
  68. 04eb20a Add pointer check for NULL before dereference it. by ydong10 · 13 years ago
  69. 57ad9d4 Add more check to avoid access violation. by ydong10 · 13 years ago
  70. 705b0c0 ArmPlatformPkg/Bds: Fix GetConsoleDevicePathFromVariable() when SetVariable has failed by oliviermartin · 13 years ago
  71. 0bade10 BeagleBoardPkg: Replaced the original DSC/FDF files by their new versions that use the ARM Platform Framework by oliviermartin · 13 years ago
  72. e78b4e1 BeagleBoardPkg: Removed 'SimpleTextInOutSerial' driver by oliviermartin · 13 years ago
  73. 743ee63 EdkCompatibilityPkg SmmBaseHelper: Fix PageFaultHandlerHook assembly code to use AL register for return value from PageFaultHandler(). by rsun3 · 13 years ago
  74. a93e23f MdeModulePkg PCI Bus Driver: Add more checks before dispatching an EFI PCI Option ROM image. by rsun3 · 13 years ago
  75. 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
  76. f7bb980 UefiCpuPkg VTF0: Fix support for finding SEC image of type TE. by rsun3 · 13 years ago
  77. 19a7404 ArmPkg/BdsLib: Fix incorrect pointer casting by oliviermartin · 13 years ago
  78. ae7f81c ArmPkg/CompilerIntrinsicsLib: Fix __aeabi_memclr and __aeabi_memclr4 by oliviermartin · 13 years ago
  79. 886f97c ARM Packages: Fixed Build failings/warnings/EDK2 coding convention by oliviermartin · 13 years ago
  80. 12fcdcb ArmPlatformPkg: Create an ARM Platform DSC / FDF / ArmPlatformLib template by oliviermartin · 13 years ago
  81. 88d4f51 ArmPlatformPkg: Add support for ARM RTSM Versatile Express A15x1 and A15x4 by oliviermartin · 13 years ago
  82. da9675a ArmPkg: Add ARM Architectural Timer support by oliviermartin · 13 years ago
  83. 0c0e7ef ArmPkg/ArmLib: Update Arm11 port by oliviermartin · 13 years ago
  84. bd6b979 ArmPkg/ArmLib: Clean ArmV7Lib by oliviermartin · 13 years ago
  85. 12c5ae2 ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gArmTokenSpaceGuid.PcdTrustzoneSupport by oliviermartin · 13 years ago
  86. 4103bc9 ArmPlatformPkg: Replaced '!if' conditions by more appropriate '!ifdef' conditions by oliviermartin · 13 years ago
  87. 3127615 ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization (2) by oliviermartin · 13 years ago
  88. aa84fef ArmPkg: Removed 'ArmV7/ArmV7MPCore*' files by oliviermartin · 13 years ago
  89. 90d6a1b ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization by oliviermartin · 13 years ago
  90. 607599b Implement Tcg physical presence as a library instead of DXE driver in order that TPM can be locked as early as possible. by gdong1 · 13 years ago
  91. f00237c Fix ICC9 build break. Signed-off-by: lgao4 by lgao4 · 13 years ago
  92. 60c0073 Remove ASSERT (EFI_IMAGE_MACHINE_TYPE_SUPPORTED (Image->Machine)) in StartImage. by lgao4 · 13 years ago
  93. 0dfef49 EdkCompatibilityPkg MpServicesOnFrameworkMpServicesThunk: Check for x2APIC mode before accessing the APIC ID register in RendezvousFunnelProc(). by rsun3 · 13 years ago
  94. 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
  95. 9703e34 ArmPlatformPkg/patches: Update the pending patches with the updated ARMGCC and RVCT toolchains and the new ARMLINUXGCC toolchain patches. by oliviermartin · 13 years ago
  96. d12c6a7 error handling enhancement for possible null pointer dereference by vanjeff · 13 years ago
  97. 2256f1f Roll back r12434. by vanjeff · 13 years ago
  98. 29e22e2 Sync BaseTools Branch (version r2324) to EDKII main trunk. Signed-off-by: lgao4 by lgao4 · 13 years ago
  99. 6ac6017 error handling enhancement for possible null pointer dereference by erictian · 13 years ago
  100. 0641c54 BeagleBoardPkg: The FDF file does not reserve any more the area for the OMAP35xxx header by oliviermartin · 13 years ago