1. d2720e0 Fix bug in DataHub where it would skip the first record in a set when a filter is being used. Also add comments and update source code logic to make it easier to understand and maintain. by mdkinney · 14 years ago
  2. 3e516e5 Update ReadMe.txt to correct the minor errors in build steps. by niruiyu · 14 years ago
  3. fc48db0 Refine code to make code run more safely. by ydong10 · 14 years ago
  4. 5475cd7 Update EdkShellBinPkg to integrate a bug fix of Ping command in Shell r46 by niruiyu · 14 years ago
  5. 740ee2e Add comment about usage on EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE macros. by rsun3 · 14 years ago
  6. c5e0de8 Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of ReportStatusCode is performed at > TPL_NOTIFY or there is not enough memory to allocate a buffer for the ExtendedData associated with the status code being reported by mdkinney · 14 years ago
  7. 9be899c Add API to ExtractGuidedSectionLib.h to retrieve the set of registered handlers. by ydong10 · 14 years ago
  8. 0a6c090 Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP). by rsun3 · 14 years ago
  9. 5469967 The CurrentNumberOfxxxxx should be based on the device going away, and not the next (or empty) device in the list. by vanjeff · 14 years ago
  10. 785b5f5 swaps the order of timer disable and memory map termination to make sure memory map unchanged. by vanjeff · 14 years ago
  11. 07d9dc8 Remove PI SMM IPL's dependency on CPU AP so that PI SMM IPL can be dispatched before the CPU AP is installed. by rsun3 · 14 years ago
  12. a8c4464 Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports. by qlong · 14 years ago
  13. 85c0b5e Fix PCD token value conflict issue. by gikidy · 14 years ago
  14. b3ec9b5 Fix PCD token value conflict issue. by gikidy · 14 years ago
  15. eafed2b Fix PCD token value format issue. by gikidy · 14 years ago
  16. 1974777 Refine code to make code run more safely. by ydong10 · 14 years ago
  17. 1e51d59 Refine code to follow the coding style. by ydong10 · 14 years ago
  18. 68d3f2f 1. Update IPsec driver to produce EFI_IPSEC2_PROTOCOL which is defined by UEFI errata that will appear in UEFI 2.3 specification after 2.3 errata B and future UEFI Specifications after 2.3. by xdu2 · 14 years ago
  19. 780847d Update ipsecconfig and ping6 due to ShellLib update. by xdu2 · 14 years ago
  20. 97f9850 Add CryptoPkg (from UDK2010.UP3) by hhtian · 14 years ago
  21. a3bcde7 Add NetworkPkg (P.UDK2010.UP3.Network.P1) by hhtian · 14 years ago
  22. 12873d5 S.M.A.R.T feature enable by erictian · 14 years ago
  23. cccdc95 Correct Comments. by lgao4 · 14 years ago
  24. 2339442 Fix build break when doing 32-bit build with some certain C compiler option combinations. by rsun3 · 14 years ago
  25. c52acd8 Refine code to remove type converting warning. by ydong10 · 14 years ago
  26. f7a14a9 Correct Data type conversion. by lgao4 · 14 years ago
  27. efca00e pass build for IPF. by vanjeff · 14 years ago
  28. 6894561 Update HiiDatabase->ExportPackageLists() service to support NULL HII handle per UEFI spec. by lgao4 · 14 years ago
  29. 512122d Reserve one column at left screen to be more visually. by lgao4 · 14 years ago
  30. 1a788cd Fix the following three issues: by lgao4 · 14 years ago
  31. 850f13e Fix a cut-n-paste error in the comment for the "read keystroke" function. by darylm503 · 14 years ago
  32. b8781a7 DuetPkg: Use UefiCpuPkg/CpuDxe instead of DuetPkg/CpuDxe by jljusten · 14 years ago
  33. 0587c98 DuetPkg: Add DXE APRIORI for 8259 driver by jljusten · 14 years ago
  34. 557b970 UefiCpuPkg CpuDxe: Fix bug with CPU Arch RegisterInterruptHandler by jljusten · 14 years ago
  35. f038458 Use the correct length to copy KeyData. by niruiyu · 14 years ago
  36. 5b31378 Use the correct length to copy KeyData. by niruiyu · 14 years ago
  37. da7ff69 Fix build issue in IPv4. by qianouyang · 14 years ago
  38. b4f9bc4 Add static type cast to fix ICC build failure. by niruiyu · 14 years ago
  39. dfaaa5a Refine code to make code run safely. by ydong10 · 14 years ago
  40. c6e797a return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS. by erictian · 14 years ago
  41. fbe12b7 Refine code to make code run more safely. by ydong10 · 14 years ago
  42. 6517edb Update UefiDriverEntryPoint library by adding BaseLib library class required by AutoGen code. by lgao4 · 14 years ago
  43. 8304070 set the interface of usb hid device to boot protocol if it's not in such case. by erictian · 14 years ago
  44. f88ac6f Update EdkShellBinPkg to integrate a bug fix in Shell r45 by qhuang8 · 14 years ago
  45. 01b024f DuetPkg DxeIpl: Send result of PrintValue to serial port by jljusten · 14 years ago
  46. dcb428d DuetPkg: Move EfiLdr Handoff data to stack by jljusten · 14 years ago
  47. 6fc74ea DuetPkg: Send EfiLdr messages to serial port by jljusten · 14 years ago
  48. 65e9e35 DuetPkg: Add build32.sh and build64.sh by jljusten · 14 years ago
  49. 5c1138b DuetPkg CreateBootDisk.sh: Enable building a DUET floppy image by jljusten · 14 years ago
  50. 9046a2f DuetPkg PostBuild.sh: Use EDK_TOOLS_PATH if defined by jljusten · 14 years ago
  51. 0492698 DuetPkg: Fix EFIAPI usage inconsistencies by jljusten · 14 years ago
  52. 5f267e4 Update to support Xcode 64-bit debug. by andrewfish · 14 years ago
  53. abd0c26 Fix minor gcc build break. by andrewfish · 14 years ago
  54. 41e9426 Refile code to make code following the UEFI spec. by ydong10 · 14 years ago
  55. 705f53a Update IPsec.h file to follow approved ECR which will be collected into future UEFI 2.3 Specification after 2.3 errata B and future UEFI Specifications after 2.3. The changes mainly include: by qianouyang · 14 years ago
  56. a725268 Sync EDKII BaseTools to BaseTools project r2068. by lgao4 · 14 years ago
  57. 5b7183e Update ConPlatform driver to support GOP driver which creates multiple children. by niruiyu · 14 years ago
  58. 5dec0c6 fix 32bit build warning by erictian · 14 years ago
  59. 75f18f3 UnixPkg: Allow build.sh/build64.sh to be run from the edk2 root by jljusten · 14 years ago
  60. a069372 UnixPkg MiscSubClassPlatformDxe: Add en-US langdef to *.uni by jljusten · 14 years ago
  61. 815119f DuetPkg, MdeModulePkg: Fix several enum comparions by jljusten · 14 years ago
  62. 818ff8c MdePkg: Use builtin offsetof function for GCC 4.0 and newer by jljusten · 14 years ago
  63. 2b0fcbf EdkCompatibilityPkg: Re-add VA_COPY macro by jljusten · 14 years ago
  64. 152d9a6 OVMF: Only enable MDEPKG_NDEBUG for RELEASE builds by jljusten · 14 years ago
  65. 55cdb67 OVMF: Support greater than 2GB of memory by jljusten · 14 years ago
  66. 3d131d1 OVMF BDS: Don't call BdsLibSaveMemoryTypeInformation by jljusten · 14 years ago
  67. a761d49 UnixPkg build64.sh: Build UnixPkg X64 with GCC44 by jljusten · 14 years ago
  68. cb5e6cd UnixPkg SEC: Fix link flags for using GCC on Linux x86-64 by jljusten · 14 years ago
  69. 3ff2e32 UnixPkg: Enable gasket functions for all X64 toolchains by jljusten · 14 years ago
  70. 124f761 UnixPkg: Added missing EFIAPI for many Gasket functions by jljusten · 14 years ago
  71. a780c94 Fix bad NT 32 reference in print to be UnixPkg. by andrewfish · 14 years ago
  72. d8904c4 Make the script pass arguments so clean from Xcode works properly. by andrewfish · 14 years ago
  73. 2b8999e Add Framework SMM Status Code Protocol on PI SMM Status Code Protocol Thunk driver. by rsun3 · 14 years ago
  74. 80d3831 add ataatapipassthru driver to dsc file by erictian · 14 years ago
  75. e026f00 Correct the bad token number for gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor. by rsun3 · 14 years ago
  76. 08dd311 Sync EDKII BaseTools to BaseTools project r2065. by lgao4 · 14 years ago
  77. d69bf66 Fix the corner case when there is only "\0\0" appended and the Index is 1. Return missing string instead of empty string. by niruiyu · 14 years ago
  78. f515069 Fixed update file time error problem. by ydong10 · 14 years ago
  79. e0919a5 Add ARM MOVW/MOVT relocations added in PE/COFF 8.2 spec. by andrewfish · 14 years ago
  80. 6fd0a8c remove link to old inf by jcarsey · 14 years ago
  81. 3e082d5 Verify more memory allocations. by jcarsey · 14 years ago
  82. 9ea69f8 Verify memory allocations were successful. by jcarsey · 14 years ago
  83. d38a107 change the en-dash to the standard dash character. by jcarsey · 14 years ago
  84. e53bf79 verify that a memory allocation was successful. by jcarsey · 14 years ago
  85. 0ab85be move DeleteScriptFileStruct from a private to a public function. This allows for better memory cleanup when errors occur. by jcarsey · 14 years ago
  86. 40d7a9c fix a misspelling. by jcarsey · 14 years ago
  87. 3c865f2 1) Removing ASSERTs for proper return values. by jcarsey · 14 years ago
  88. aca8441 remove additional space from comments and pass ICC/GCC44 build by erictian · 14 years ago
  89. 16d5d16 PerformancePkg: Fix build with GCC by jljusten · 14 years ago
  90. a41b527 add native ide/ahci driver by erictian · 14 years ago
  91. 22c5a7a Add ACPI4.0 header file. by jyao1 · 14 years ago
  92. 5dcb535 No need to sort arrays of 1 element. by jcarsey · 14 years ago
  93. 2f6b90f delete unnecessary files. by jcarsey · 14 years ago
  94. 9864203 add a macro IS_PCI_SATADPA to judge if device is a SATA controller which is running AHCI mode. by erictian · 14 years ago
  95. b61bb3b Add the missing EFIAPI for StatusCode handler. by lgao4 · 14 years ago
  96. 69cf40e Finish spliting SecDispatchTableLib into two functions so it can be a BaseLib by andrewfish · 14 years ago
  97. 7effcbf ShellPkg: Fix "unreachable code" warning with VS2005 by jljusten · 14 years ago
  98. 80448f6 Refine some code to make code run safely. by ydong10 · 14 years ago
  99. 1ca7958 revert/update of a change this morning. by jcarsey · 14 years ago
  100. 89fb1cf removing incorrect files. by jcarsey · 14 years ago