1. c154b99 fixes for NULL verification. by jcarsey · 14 years ago
  2. eca37a3 Fix dec file to pass new stricter error checking. by andrewfish · 14 years ago
  3. 5479058 Refine code to make code more safely. by ydong10 · 14 years ago
  4. 8df0bd2 DuetPkg: Update create boot disk script to not modify bootsect.com by jljusten · 14 years ago
  5. dccf78f MdePkg: Fix GCC Thunk support for IA32 by jljusten · 14 years ago
  6. 7709cf4 DuetPkg, OvmfPkg, UnixPkg: Remove unnecessary reset during boot by jljusten · 14 years ago
  7. e1adae6 DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64 by jljusten · 14 years ago
  8. 6413702 Sync EDKII BaseTools to BaseTools project r2100. by lgao4 · 14 years ago
  9. 6a55eea Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros to log the evaluation of all dependency expressions. by mdkinney · 14 years ago
  10. 852b634 Fixed a bug for OPTION_NII(62) defined in RFC 5970. by hhuan13 · 14 years ago
  11. 5f88eeb fix for exit was specified in the startup script. by jcarsey · 14 years ago
  12. 15f3fc8 To align w/ UEFI 2.3 Spec, PXE driver installs PxeBc, LoadFile and SNP Protocol on IPV4/V6 child handle separately. by hhuan13 · 14 years ago
  13. 3ae55b7 Update comments for PI 1.2 SMM support. by mdkinney · 14 years ago
  14. d860010 Fix the bug that <continue> may not boot the first boot option but return back to front page. by niruiyu · 14 years ago
  15. d1e380b Remove unused files to make it easier to add new thunks. by andrewfish · 14 years ago
  16. 5f0286b Fix token dup caused by merge. by andrewfish · 14 years ago
  17. d0c3acd 2nd wave of r11105 checkin.2nd wave of r11105 checkin. by andrewfish · 14 years ago
  18. 2ff79f2 Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the emulator. Cleaned up POSIX include situation by centralizing it in a single file, like NT32. Fixed TPL issue with TPL High not being emulated correctly, it was possible to take a timer tick when the locks in the DXE core should have prevented this. Remove some unused files to make things easier to maintain. by andrewfish · 14 years ago
  19. e23a349 Sync update to improve compiler compatibility by mdkinney · 14 years ago
  20. e74c367 Fix ICC 9.1 build break by mdkinney · 14 years ago
  21. b4c9005 First try to get log time at TPL level <= TPL_CALLBACK, then fill time into DataHub. by lgao4 · 14 years ago
  22. d99e698 Lost a file in last check-in. by rsun3 · 14 years ago
  23. 2057d8c Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. This library differs with the SecPeiDxeTimerLibCpu library in the MdePkg in that it uses the local APIC library so that it supports x2APIC mode. by rsun3 · 14 years ago
  24. f754e61 1. enable /GL optimization building on OpensslLib. by vanjeff · 14 years ago
  25. 0fa3ac1 Fix the checking logic for the boot option enumeration. by niruiyu · 14 years ago
  26. 1134ead Reduce DataHub TPL Level to TPL_CALLBACK, because DataHub uses GetTime() service that must be called <= TPL_CALLBACK. by lgao4 · 14 years ago
  27. 3e99020 Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg. by lgao4 · 14 years ago
  28. 68bb5ce EHCI Controllers with a CapLen of 0 are ignored. by erictian · 14 years ago
  29. 462979a Fix a bug in GetLangFromSupportedLangCodes() by niruiyu · 14 years ago
  30. 5c03376 Fix a bug in GetLangFromSupportedLangCodes() by niruiyu · 14 years ago
  31. 963b62e Set PcdResetOnMemoryTypeInformationChange to FALSE in NT32 to avoid close down in the first start up. by niruiyu · 14 years ago
  32. f502042 fix unaligned device path node access. by jcarsey · 14 years ago
  33. d7f7911 Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is set before PlatformLangCodes/LangCodes. by niruiyu · 14 years ago
  34. 1623ce4 Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is set before PlatformLangCodes/LangCodes. by niruiyu · 14 years ago
  35. 6c4986d Adds the missing return status description for HiiConfigRouting.ConfigToBlock() API. by lgao4 · 14 years ago
  36. 09b7941 Fix the bug that HiiConfigToBlock doesn't update BlockSize when Block is not large enough by lgao4 · 14 years ago
  37. 8185265 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE, by vanjeff · 14 years ago
  38. 7b78853 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE, by vanjeff · 14 years ago
  39. da70d02 fix typo in comment. by jcarsey · 14 years ago
  40. 55565b0 The PCI HotPlug Init Protocol returns a list of Root HPC, but it is possible that some HPCs in the list are not found during PCI enumeration. In this case, the PCI HotPlug Init Protocol.InitializeRootHpc() will not be called for the un-found HPCs. However, in AllRootHPCInitialized(), all reported HPCs are checked to see if it has been initialized, so TIME_OUT happens. by rsun3 · 14 years ago
  41. 7caf72a Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether to reset system when memory type information changes. by niruiyu · 14 years ago
  42. dad6393 Add a new PCD PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether to reset system when memory type information changes. by niruiyu · 14 years ago
  43. 7b126c2 Include BaseMemoryLib.h for macro EFI_IP4_EQUAL, EFI_IP6_EQUAL etc. by xdu2 · 14 years ago
  44. 77fafe9 Compare DXE performance token name by DXE performance string length. by lgao4 · 14 years ago
  45. cda10fe Fix a potential issue in calling Cpu->GetTimerValue (Cpu, 0, &CurrentTick, (UINT64 *) &TimerPeriod); by tye1 · 14 years ago
  46. 255a3f3 Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is set before PlatformLangCodes/LangCodes. by niruiyu · 14 years ago
  47. 6361c6d Update the file description in IpSec.h to refer to an accurate UEFI version. by qianouyang · 14 years ago
  48. 90e529e Fixed the K9 failure. by qianouyang · 14 years ago
  49. b6ee589 Removed unnecessary GLOBAL_REMOVE_IF_UNREFERENCED. by vanjeff · 14 years ago
  50. 5d73d92 Add "Debug1" profile (all but Edit and HexEdit commands) by jcarsey · 14 years ago
  51. 75aadf5 adding "Install1" profile. by jcarsey · 14 years ago
  52. 8be0ba3 fixes for IPF, CTRL-C support, and file redirection. by jcarsey · 14 years ago
  53. 3a4932d adding new commands (libraries) to the build. by jcarsey · 14 years ago
  54. c01fa59 Fix PxeBcDhcp6.c comments since official UEFI 2.3 Errata D spec is published. by hhuan13 · 14 years ago
  55. d0bf0f8 Override MSFT build option in INF files to remove /GL or /Oi. by vanjeff · 14 years ago
  56. 9035e11 Fix spelling error in comment by mdkinney · 14 years ago
  57. 6780eef Sync EDKII BaseTools to BaseTools project r2093. by lgao4 · 14 years ago
  58. 5460c4b Fix build error. by ydong10 · 14 years ago
  59. ff51746 update error handling to use less ASSERT. by jcarsey · 14 years ago
  60. a12e31e Update return value. by jcarsey · 14 years ago
  61. a301fe0 Clarify the MARCO a little. by jcarsey · 14 years ago
  62. 4ba4961 Adding Driver1 profile commands to the UEFI Shell 2.0. by jcarsey · 14 years ago
  63. f97c241 Refine coding style. by ydong10 · 14 years ago
  64. 13f06a5 Fix the issue that the high 16-bit of EAX may contain invalid data, which cause bad stack pointer, the change will ensure the high 16-bit of EAX is cleared. by li-elvin · 14 years ago
  65. 4d4c535 Fix the issue that the high 16-bit of EAX may contain invalid data, which cause bad stack pointer, the change will ensure the high 16-bit of EAX is cleared. by li-elvin · 14 years ago
  66. be3b67b Fix the issue that the high 16-bit of EAX may contain invalid data, which cause bad stack pointer, the change will ensure the high 16-bit of EAX is cleared. by li-elvin · 14 years ago
  67. aec905b Fixed build error by ydong10 · 14 years ago
  68. f1e20ed fix GCC build failure. make function definition same with declaration. by erictian · 14 years ago
  69. c1450e1 Fix bug: The lower 2 bits of Width and stripped, Count will always be multiplied by 1, which will leave Count unchanged. by vanjeff · 14 years ago
  70. a605dfb Print Arrow for Goto button. by lgao4 · 14 years ago
  71. aca7074 fix build error by erictian · 14 years ago
  72. 72cfa6f Replaced MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE. by vanjeff · 14 years ago
  73. cd73414 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 vanjeff · 14 years ago
  74. 7018623 store Year/Month/Day to variable in SetWakeupTime() because PCAT RTC Alarm registers has not corresponding Y/M/D alarm register. by erictian · 14 years ago
  75. f13f968 Fix ICC build break. by rsun3 · 14 years ago
  76. 6eea8ea Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddress for the MdeModulePkg that allows the platform DSC file to specify the address below which the EFI_SYSTEM_TABLE_POINTER structure is allocated. by lgao4 · 14 years ago
  77. aeeb84b Some existing PCI adapters with UEFI option ROMs make unaligned requests through the PCI I/O Protocol. Add support for unaligned requests in the PCI IO protocol implementation in the PCI Bus driver to be compatible with those UEFI option ROMs. by rsun3 · 14 years ago
  78. 8835954 Move some define code to the uni file. Also fixed some memory leak. by ydong10 · 14 years ago
  79. 224beee Fix tracker for build error. by ydong10 · 14 years ago
  80. 13fd0d5 Per the UEFI spec, if a PCI controller is a P2P bridge, then the I/O, Memory and Bus Master bits in the Command register of the PCI configuration header should be placed in the enabled state by the PCI Bus driver. by rsun3 · 14 years ago
  81. fefefa4 Remove unnecessary mBdsImageHandle. by niruiyu · 14 years ago
  82. 9dd7461 Refine code to make code follow the coding style. by ydong10 · 14 years ago
  83. b422161 Add Doxygen style comments to the EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE() macros. Clarify that the Size and Pages parameters to these macros are assumed to be type UINTN. by mdkinney · 14 years ago
  84. 4e36109 Add comment that describes the TPL restrictions for the Data Hub Protocol. by mdkinney · 14 years ago
  85. 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
  86. 3e516e5 Update ReadMe.txt to correct the minor errors in build steps. by niruiyu · 14 years ago
  87. fc48db0 Refine code to make code run more safely. by ydong10 · 14 years ago
  88. 5475cd7 Update EdkShellBinPkg to integrate a bug fix of Ping command in Shell r46 by niruiyu · 14 years ago
  89. 740ee2e Add comment about usage on EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE macros. by rsun3 · 14 years ago
  90. 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
  91. 9be899c Add API to ExtractGuidedSectionLib.h to retrieve the set of registered handlers. by ydong10 · 14 years ago
  92. 0a6c090 Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP). by rsun3 · 14 years ago
  93. 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
  94. 785b5f5 swaps the order of timer disable and memory map termination to make sure memory map unchanged. by vanjeff · 14 years ago
  95. 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
  96. a8c4464 Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports. by qlong · 14 years ago
  97. 85c0b5e Fix PCD token value conflict issue. by gikidy · 14 years ago
  98. b3ec9b5 Fix PCD token value conflict issue. by gikidy · 14 years ago
  99. eafed2b Fix PCD token value format issue. by gikidy · 14 years ago
  100. 1974777 Refine code to make code run more safely. by ydong10 · 14 years ago