1. 1f33d18 Don't install FV protocol on the corrupt FV image. by lgao4 · 13 years ago
  2. 28de825 Bug fix: CreateEvent sometimes returning EFI_INVALID_PARAMETER due to bad TPL value. Use known good TPL value since TPL is a don't care. by lpleahy · 13 years ago
  3. 66a2dc9 Set executable attributes for those run scripts. Signed-off-by: lgao4 by lgao4 · 13 years ago
  4. e9d97d0 Enable PCD version check on PCD driver and PCD database. by lgao4 · 13 years ago
  5. 328ce03 Add code check to avoid access violation. by ydong10 · 13 years ago
  6. 21e3aef Enable write file to USB from Shell in Win7 OS by ydong10 · 13 years ago
  7. d60f6af ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unification by oliviermartin · 13 years ago
  8. 9207c5d ArmPkg: Changed ARM CPU SetMemoryAttributes to always use strongly ordered for the EFI_MEMORY_UC attribute by oliviermartin · 13 years ago
  9. cbafa15 Enhance BGRT driver to install BGRT table upon every ReadyToBoot event by czhang46 · 13 years ago
  10. 8e1253d Update documentation to match required tree on the storage device. by lpleahy · 13 years ago
  11. 4b58a93 Change to match the tree required on the storage device. by lpleahy · 13 years ago
  12. d3a595c Fix some errors detected by the GCC 4.4 compiler. by lpleahy · 13 years ago
  13. 826f900 Fix some errors detected by the GCC 4.4 compiler. by lpleahy · 13 years ago
  14. f6e5cdd Merged socket development branch: by lpleahy · 13 years ago
  15. 3bdf9aa Merged socket development branch: by lpleahy · 13 years ago
  16. 5709e4e Merged socket development branch by lpleahy · 13 years ago
  17. 91213ad ArmPlatformPkg/Bds: Add support for 'BootCurrent' by oliviermartin · 13 years ago
  18. 49a25d8 ArmPlatformPkg/Bds: Fixed update of boot entries by oliviermartin · 13 years ago
  19. 0e29bf5 ArmPlatformPkg/Bds: Fixed 'BootNext' support by oliviermartin · 13 years ago
  20. b148591 ArmPlatformPkg/Bds: Fixed memory leak by oliviermartin · 13 years ago
  21. 3d565dd ArmPkg/BdsLib: Fixed memory leak by oliviermartin · 13 years ago
  22. 7598f36 ArmPkg/BdsLib: Fixed incorrect typecasting by oliviermartin · 13 years ago
  23. 4671d15 ArmPkg/BdsLib: Load initrd next to the Linux kernel to allow to reduce the memory from the Linux command line by oliviermartin · 13 years ago
  24. 995d967 ArmPkg/BdsLib: Added support to start uImage by oliviermartin · 13 years ago
  25. d40002b 1. Fix a bug for PXEv6 when Proxy PXE server and DHCP server are located at the same server. by sfu5 · 13 years ago
  26. b4ebbaf Generic solution to handle reset failure in some special platforms. by niruiyu · 13 years ago
  27. 3e570e6 Append double-null for Type 19 data record. by lzeng14 · 13 years ago
  28. 2d97e71 Change StrLen from UINT8 to UINTN to fix the potential infinite loop issue. by lzeng14 · 13 years ago
  29. 74fa83f ShellPkg: fix 'ls' handling of empty drives where there is not even an "." or ".." directory. by jcarsey · 13 years ago
  30. 66c4400 Fix case sensativity issues. by andrewfish · 13 years ago
  31. 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
  32. 571e983 MdeModulePkg PciBusDxe: Add typecast to eliminate possible "loss of precision" warning. by rsun3 · 13 years ago
  33. 4883124 StdLib: Fix compiler compatibility issues: by darylm503 · 13 years ago
  34. 79b3ce7 Update based on review feedback. by andrewfish · 13 years ago
  35. 07bcff9 MdeModulePkg PciBusDxe: Follow the P2P Bridge spec to detect if a P2P bridge supports 64-bit prefetchable base and limit addresses. by rsun3 · 13 years ago
  36. 5e0ff25 New Fat binaries for EBC/IA32/IPF/X64 built from UDK2010.SR1 (core package@r12898, FatPkg@r67) by niruiyu · 13 years ago
  37. 8f42067 Update the code to follow the spec when evaluate the expression. by ydong10 · 13 years ago
  38. 31585af Enable nest for suppressif/grayoutif/diableif for form/question/option. by ydong10 · 13 years ago
  39. 4641e70 Fix type 19 print to match SBMIOS 2.7. by andrewfish · 13 years ago
  40. 8fa6b23 cleanup SmbiosLib.h definitions, and the code that depends on them. by andrewfish · 13 years ago
  41. eefe286 ShellPkg: Update 'echo' command to print everything at once. this allows for format color coding on the output. by jcarsey · 13 years ago
  42. 94753eb Fix clang compiler warning. by andrewfish · 13 years ago
  43. 803936c Oops missed these items in 12966. Also forgot the signoff, this signoff includes svn 12966. by andrewfish · 13 years ago
  44. 63f9b9b Add a new SMBIOS Library, and platform SMBIOS driver that does not use Framework or Hii. by andrewfish · 13 years ago
  45. 8bb7441 ShellPkg: Allow for format character strings to be typed in editor without having effect on editor screen. by jcarsey · 13 years ago
  46. 479f85b ShellPkg: add more parenthesis to bcfg command. by jcarsey · 13 years ago
  47. f9aefb6 ShellPkg: fix redirection file parsing to allow spaces before filename. by jcarsey · 13 years ago
  48. cff7bff ShellPkg: Add support for adding optional data to the bcfg command in debug profile. by jcarsey · 13 years ago
  49. 49bd498 ShellPkg: parameters with spaces need quotes. by jcarsey · 13 years ago
  50. e1d996b ShellPkg: Add support for adding optional data to the bcfg command. by jcarsey · 13 years ago
  51. ae78a89 AppPkg/Applications/Python: Fix a mis-located module and establish the minimum set of built-in modules needed for Python to start and run. by darylm503 · 13 years ago
  52. b410d6e AppPkg/Applications/Python: Get Python startup process fully working for EDK II. by darylm503 · 13 years ago
  53. 87bd924 StdLib/Include/netdb.h: Re-enable macros needed by socket applications and perform general cleanup. by darylm503 · 13 years ago
  54. b02127e Fix bug where { NULL } did not terminate with a double NULL. Add support for passing in NULL for the string pack. Update the comments. by andrewfish · 13 years ago
  55. a0af6b2 Remove Framework concepts and fully port to PI. Remove the use of Hii for hard coded strings. by andrewfish · 13 years ago
  56. 28d9031 ShellPkg: This patch fixes the redirection support for a Shell2 application running in Shell1. by jcarsey · 13 years ago
  57. a32980d ShellPkg: Fix rm CWD protection to be better at catching similarly named directories. by jcarsey · 13 years ago
  58. ecfd71a ShellPkg: Fix SimpleTextInputEx based "CTRL-S" by emptying the buffer to prevent immediate release of the pause. by jcarsey · 13 years ago
  59. e9a9efb DuetPkg BootSector: fix a bug in st32_64.S that the size for GDTR.limit is wrong. by rsun3 · 13 years ago
  60. 9a8e70c Add new DEBUG_VERBOSE print error level. by lgao4 · 13 years ago
  61. a0d74d0 correct license header. by jyao1 · 13 years ago
  62. 05ca95e Initialize LockBox.Attribute to 0 in SaveLockBox, or it will be random value. by jyao1 · 13 years ago
  63. e7c4ef5 DuetPkg BootSector: fix bugs in .S files so that 32-bit and 64-bit DUET can boot to Shell with boot sector binaries built by GCC. by rsun3 · 13 years ago
  64. e8ef428 Correct definition to follow spec. Signed-off-by: ydong10 Reviewed-by: lgao4 by ydong10 · 13 years ago
  65. 5f595f1 Update copyright. Signed-off-by: ydong10 by ydong10 · 13 years ago
  66. b16cc38 Add check when get boot option variable to avoid system hang. by ydong10 · 13 years ago
  67. f79fa76 Fix bug in SNP driver where default values for SNP mode are not filled in. This causes ARP and other drivers to fail to bind as they don't think it is an ethernet connection. Mode structure is filled via lazy update, so defaults need some genericly valid info, not zero. by andrewfish · 13 years ago
  68. a7224ee ShellPkg: Check for Abort flag in main 'for' loop of ls command and propagate the condition when found. by jcarsey · 13 years ago
  69. fa449c6 BeagleBaordPkg: Removed out of date comment in FDF file about USB stack by oliviermartin · 13 years ago
  70. f0b0e73 ShellPkg: Propagate verbose flag down so it can be used in all DH command use cases. by jcarsey · 13 years ago
  71. f4f3c6b ShellPkg: Add dump information for PCI Root Bridge IO protocol. by jcarsey · 13 years ago
  72. 69b1c02 DuetPkg BootSector: Clean up .S files for 64-bit Duet for GCC build. by rsun3 · 13 years ago
  73. dee3431 ShellPkg: Add protocols / protocol GUIDs to display and input mapping. by jcarsey · 13 years ago
  74. 2c5ce61 Fix bug where open() mode was not being set based on type of device being emulated. by andrewfish · 13 years ago
  75. 8db9424 StdLib: Add a file was missed and should have been included in check-in 12061. by darylm503 · 13 years ago
  76. 9cf20bb Add an error print and exit if SEC core is not found. by andrewfish · 13 years ago
  77. 344b16e ShellPkg: fix copyright date. by jcarsey · 13 years ago
  78. b471606 ShellPkg: fix For command parsing list of values. by jcarsey · 13 years ago
  79. d8fdd52 ShellPkg: Fix swapping of reset behavior. by jcarsey · 13 years ago
  80. 1e44cb9 Remove illegal TPL usage. by gdong1 · 13 years ago
  81. 1e21413 Fix the issue in PeiCore that doesn’t handle Unix style file path of PDB file. by lgao4 · 13 years ago
  82. 5aaa6e1 Add the missing DebugPrintErrorLevelLib library class in MdePkg.dec by lgao4 · 13 years ago
  83. 8fcf74a ShellPkg: print error when column index is out of range instead of ASSERT. by jcarsey · 13 years ago
  84. 1921657 ShellPkg: fix Pipe usage verification. by jcarsey · 13 years ago
  85. 9308b78 BeagleBoard: Support bash script when 'set -u' by oliviermartin · 13 years ago
  86. f5df743 BeagleBoard: Allow to overwrite the default toolchain by oliviermartin · 13 years ago
  87. e7b872f EmbeddedPkg/PrePiLib: Ensure FvImageInfo has been initialized to zero by oliviermartin · 13 years ago
  88. c8641de Roll back the previous change in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S, and still use the hard code offset in them to avoid GCC compiler create the unexpected instruction. by lgao4 · 13 years ago
  89. 855790a Change Openssl build option for IPF back to SIXTY_FOUR_BIT. by li-elvin · 13 years ago
  90. 98ba35a Patch includes: by ydong10 · 13 years ago
  91. 5c6889f MdeModulePkg PCI Bus Driver: Remove the workaround for the EFI_PCI_IO_ATTRIBUTE_VGA_PALETTE_IO and EFI_PCI_IO_ATTRIBUTE_VGA_IO attributes to follow the UEFI spec. by rsun3 · 13 years ago
  92. d8982b0 MdeModulePkg: Fix a bug in GetNextTargetLun()/GetNextTarget() when two cdroms attached by erictian · 13 years ago
  93. fe28761 Clean up the hard code offset in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S. by lgao4 · 13 years ago
  94. 665e08a Remove the redundancy commas when converting the SASEx device path node to text. by niruiyu · 13 years ago
  95. 119c168 Add the omissions to comply with latest SMBIOS 2.7.1 spec. by lzeng14 · 13 years ago
  96. bdc9d5a Add more check to make sure the valid pointer be used. by lgao4 · 13 years ago
  97. dc458c9 Update the process of some question from EFI_BROWSER_ACTION_CHANGED to EFI_BROWSER_ACTION_CHANGING. by ydong10 · 13 years ago
  98. 357af28 Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and Mtftp process. by sfu5 · 13 years ago
  99. 9508d0f Sync BaseTool trunk (version r2474) into EDKII BaseTools. by lgao4 · 13 years ago
  100. 7a23f4b Refine file header format to follow coding style. by ydong10 · 13 years ago