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