1. 0677cc4 Clean up DEC files: by mdkinney · 14 years ago
  2. 6f2fd7b Clean up DEC files: by mdkinney · 14 years ago
  3. 043d7c3 Clean up DEC files: by mdkinney · 14 years ago
  4. d0844d1 Add Pointer check for NULL before referring it and remove unnecessary pointer check in AtaAtapiPassThru and Partition Drivers. by qianouyang · 14 years ago
  5. 58f8069 Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
  6. 70c66df Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
  7. a1a5fc7 Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
  8. 53b1c0c Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
  9. 7758b0a Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
  10. be04635 Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
  11. 4784d66 Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
  12. 775afc8 Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
  13. 856f592 Update 8259 PCDs to support Dynamic and DynamicEx and PatchableInModule by mdkinney · 14 years ago
  14. ef73b0a Add data type convert action to avoid warning. by ydong10 · 14 years ago
  15. 31c21fd Add new status code definition in PI 1.2 Errata B. by li-elvin · 14 years ago
  16. 8ac1fc0 1. Fixed a issue in Ip4Config.c by hhuan13 · 14 years ago
  17. c24097a 1. Enabled SSP(StorageSecurityCommandProtocol) for ATA devices. by hhuan13 · 14 years ago
  18. c777fc4 1. Add definition for SSP(StorageSecurityCommand Protocol) by hhuan13 · 14 years ago
  19. 2be21af 1.Move the definitions of SCAN_F11 and SCAN_F12 from SimpleTextIn.h to SimpleTextInEx.h because they are defined in Table - EFI Scan Codes for EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL. by vanjeff · 14 years ago
  20. abfbafd Remove disabling keyboard/auxiliary interface in Driver Binding Protocol.Stop() of Ps2KeyboardDxe/Ps2MouseDxe/Ps2MouseAbsolutePointer driver so that PS/2 keyboard and mouse can be used with legacy option ROMs after all EFI drivers have been disconnected. by li-elvin · 14 years ago
  21. aee17e8 Add the definition of EFI_2_31_SYSTEM_TABLE_REVISION and update EFI_SYSTEM_TABLE_REVISION & EFI_RUNTIME_SERVICES_REVISION & EFI_BOOT_SERVICES_REVISION to EFI_2_31_SYSTEM_TABLE_REVISION. by vanjeff · 14 years ago
  22. f114914 CryptoPkg SysCall Lib: Fix warning with GCC in CrtWrapper.c by jljusten · 14 years ago
  23. c61fb9c CryptoPkg OpenSslSupport.h: Do not instantiate data in an include file by jljusten · 14 years ago
  24. b586757 Add BlockIO2 Protocol definition. by qianouyang · 14 years ago
  25. 490b5ea Add BlockIO2 Protocol. by qianouyang · 14 years ago
  26. c89ea31 fix printout from SmbiosView command. by jcarsey · 14 years ago
  27. d088567 Correct typo: GCC 5.4 --> GCC 4.5. by darylm503 · 14 years ago
  28. afbccd0 1. Fixed a bug to make sure IP,Mask,Gateway survives across rest in case "ifconfig -s eth0 dhcp permenant". by hhuan13 · 14 years ago
  29. 3c73ec6 fix too long lines. by jcarsey · 14 years ago
  30. a8cc479 minor format update by hhtian · 14 years ago
  31. 2aa62f2 Standard Libraries for EDK II. by darylm503 · 14 years ago
  32. 98790d8 EmbeddedPkg/LauterbachT32: Lauterbach T32 Debug Scripts by oliviermartin · 14 years ago
  33. 2cf57c9 ArmPkg/PL180Mci: Fix build by oliviermartin · 14 years ago
  34. e77406f ArmPlatformPkg: Add missing ASM_PFX() macro in exception call back by oliviermartin · 14 years ago
  35. ef83918 Updating ShellBinPkg to include revision information in readme file. by jcarsey · 14 years ago
  36. 54e4b37 Fix 2 BootScript thunk issue on MEM_POLL. by jyao1 · 14 years ago
  37. 452f020 Solve a wrong pointer reference in QueryVariableInfo(). by erictian · 14 years ago
  38. 3b42536 Solve a wrong pointer reference in QueryVariableInfo(). by erictian · 14 years ago
  39. f704fc8 1. Change guid name from EFI_CERT_X509 to EFI_CERT_X509_GUID, per UEFI Specification. 2.3.1. by vanjeff · 14 years ago
  40. aa01aba ArmPlatformPkg/ArmPlatformLib: Renamed ArmPlatformInitialize into ArmPlatformSecInitialize by oliviermartin · 14 years ago
  41. bf7d7a6 ArmPlatformPkg/Sec: Initialize the GIC when Trustzone Support is not enabled by oliviermartin · 14 years ago
  42. 0620eec ArmPlatformPkg/Sec: Fix typo and Remove magic value by oliviermartin · 14 years ago
  43. 95650ce ArmPlatform: Remove dummy padding to make the Reset Vector aligned on 32 bytes boundary by oliviermartin · 14 years ago
  44. 50c5f18 ArmPkg/PL180MciDxe: Use the new flag MMC_CMD_NO_CRC_RESPONSE by oliviermartin · 14 years ago
  45. 2b826e7 ArmPkg/MmcDxe: Introduce MMC_CMD_NO_CRC_RESPONSE flag by oliviermartin · 14 years ago
  46. 5d7ca12 Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the Buffer/BufferSize/Lba is invalid so that caller can probe the media status easier. by niruiyu · 14 years ago
  47. fcf5e49 Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the Buffer/BufferSize/Lba is invalid so that caller can probe the media status easier. by niruiyu · 14 years ago
  48. fd776d3 Refine code to make code run more safely. by ydong10 · 14 years ago
  49. 9f82599 1. Enabled IP4 layer auto configuration in case cable swap is detected. by hhuan13 · 14 years ago
  50. 8990b82 OptionRomPkg FrameBufferBltLib: Fix build warning with ICC by jljusten · 14 years ago
  51. 437dfba OptionRomPkg BltLibSample: Fix build for IPF architecture by jljusten · 14 years ago
  52. 4da9ccc Fix issue that iscsi initiator name with 223 bytes can not be saved. by tye1 · 14 years ago
  53. 0a7294f Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL. by qianouyang · 14 years ago
  54. a33f9a7 Add the correct GUID for EFI_IPSEC2_PROTOCOL. by qianouyang · 14 years ago
  55. f415234 Fix an issue that upper layer driver can not use NIC card in its driver binding stop(). by tye1 · 14 years ago
  56. d394581 The hotkey callback in BDS module should defer loading the boot option until the TPL drops to TPL_APPLICATION after the keyboard driver is enhanced to call hotkey callback in timer handler whose TPL is higher than TPL_APPLICATION. by niruiyu · 14 years ago
  57. a176509 Store and get TSC Frequency with system configuration Table. by lzeng14 · 14 years ago
  58. 0ec4f1c Add missing Type 35 support and correct SmbiosFldMiscType13 implementation. by lzeng14 · 14 years ago
  59. 33d9d83 Update and add some definitions to reflect the latest industry standard or for backward compatibility. by lzeng14 · 14 years ago
  60. 944b3bb Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by hhtian · 14 years ago
  61. f8d3e68 check that memory allocation was successful. by jcarsey · 14 years ago
  62. f20076d fix user input validation for time command. by jcarsey · 14 years ago
  63. 072d611 adding shell binary package. by jcarsey · 14 years ago
  64. 8e01b44 Patch from open source community for CryptoPkg to allow it to build for ARM using the RVCT toolchain. by qlong · 14 years ago
  65. c220787 Fix the PS2 keyboard driver to call hotkey callback even no one is calling ReadKeyStroke by niruiyu · 14 years ago
  66. c1fd276 Fix the USB keyboard driver to call hotkey callback even no one is calling ReadKeyStroke by niruiyu · 14 years ago
  67. f036800 Fix the terminal driver to call hotkey callback even no one is calling ReadKeyStroke by niruiyu · 14 years ago
  68. 66fe714 Fix NT32 Keyboard driver to call hotkey callback even no one is calling ReadKeyStroke(). by niruiyu · 14 years ago
  69. 7eb2c64 Update the description of Loaded Image Protocol Unload function to follow the UEFI2.3.1 Spec. by lgao4 · 14 years ago
  70. 0269d14 Update IFR version opcode value to follow the UEFI2.3.1 Spec. by lgao4 · 14 years ago
  71. 81b618f Update ALTCFG reference from default name token to default ID. by ydong10 · 14 years ago
  72. 6738e4e OvmfPkg/*.fdf: Adjust FV/FD sizes for UNIXGCC DEBUG builds by jljusten · 14 years ago
  73. f6e5ce5 OptionRomPkg: Fix build error with BaseTools trunk by jljusten · 14 years ago
  74. f057c25 OptionRomPkg: Fix Visual Studio compiler warnings by jljusten · 14 years ago
  75. a49f6a2 fix for word wrapping. by jcarsey · 14 years ago
  76. f6ea51e Update the comments for SizeofPartitionEntry field to follow the UEFI Spec. by niruiyu · 14 years ago
  77. 89e8537 change file global variable to function local. by jcarsey · 14 years ago
  78. eef1ed4 rm - refine user input validation to prevent removal of CWD. by jcarsey · 14 years ago
  79. a49016b move a function to the correct library. by jcarsey · 14 years ago
  80. 10ad797 fix misspelling. by jcarsey · 14 years ago
  81. 3a53001 Do not assert in HiiBlockToConfig function when an invalid format of ConfigRequest is inputed, just return error. by ydong10 · 14 years ago
  82. 6878e7a update Bcfg to correctly remove by option index not variable name and add driver order items properly. by jcarsey · 14 years ago
  83. eaf4f33 OvmfPkg: Add QemuVideoDxe driver by jljusten · 14 years ago
  84. a12199e OptionRomPkg BltLibSample: Add sample application for BltLib by jljusten · 14 years ago
  85. 4d19dea OptionRomPkg: Add GOP based BltLib by jljusten · 14 years ago
  86. e5e1d2e OptionRomPkg: Add FrameBufferBltLib implementation of BltLib by jljusten · 14 years ago
  87. caebd91 OptionRomPkg: Add BltLib definition by jljusten · 14 years ago
  88. 2b578de ShellPkg: Fix GCC 4.4 build issues by jljusten · 14 years ago
  89. 4a22b9b Old driver sample code does not return an EFI_UNSUPPORTED status code if a callback occurs for something which is unrecognized. by ydong10 · 14 years ago
  90. 411a3c3 EditTitleBar - Remove ASSERT. Complete display output for Disk and Memory output. by jcarsey · 14 years ago
  91. 75e55c5 Set EXECUTE flags in so RELEASE builds can tun correctly. by mdkinney · 14 years ago
  92. 7cb2968 New EDK Shell binary(r51) by niruiyu · 14 years ago
  93. 2c0f06f Add more checks to skip allocated SMRAM regions when searching for a largest free SMRAM region. by rsun3 · 14 years ago
  94. e0c2cc6 Fix Xcode, clang, and ARM build and link issues. by andrewfish · 14 years ago
  95. 392fa5a add user input verification. by jcarsey · 14 years ago
  96. d8f8021 ShellParametersProtocol - remove parsing from within quoted parameters. by jcarsey · 14 years ago
  97. b97a8d3 Fix ICC build error. by tye1 · 14 years ago
  98. b70a580 Add assertion check for TmpString against NULL. by niruiyu · 14 years ago
  99. e7cc9dc Add (UINT16) static cast before passing UINT32 parameter to CreateDeviceNode by niruiyu · 14 years ago
  100. 312e3bd Update ISID to fixed value: first 3 bytes are derived from MAC address while the other 3 bytes are configurable via ISCSI configuration. by tye1 · 14 years ago