1. 3ddc4cf update the comments. by ydong10 · 14 years ago
  2. e07404f Co-work with patch V11137 to refine the Hii menu. by ydong10 · 14 years ago
  3. c7f204d Co-work with patch V11137 to refine the Hii menu. by ydong10 · 14 years ago
  4. 3c4b112 [BDS] Device Manager was requested to add more sub-level menu about network device. by ydong10 · 14 years ago
  5. 785e597 Move away from 0x40 block size (worked around a DXE core bug assuming the FV header fit in a block) of the FV to 1 byte. This makes more sense as the FV is shadowed from FLASH into RAM by HW so it is never on top of a real block device. by andrewfish · 14 years ago
  6. 55b902c add progress code definitions defined in Framework Specification. by vanjeff · 14 years ago
  7. 06128e8 add note for EFI_SW_PEI_EC_INVALID_CAPSULE_DESCRIPTOR and EFI_SW_PEI_PC_RECOVERY_BEGIN to express they are different with the current PI specification 1.2. by vanjeff · 14 years ago
  8. f00864f updated progress code definitions to match PI Spec 1.2. by vanjeff · 14 years ago
  9. aaf779a Fixed a bug: when underlayer receives much more data, return EFI_BUFFER_TOO_SMALL. by hhuan13 · 14 years ago
  10. fe29507 Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can use NEON registers to speed things up. This means we need to save state so we don't blow up a CopyMem. by andrewfish · 14 years ago
  11. 6638a86 Older tools rounded down the size of the FV, and the new tools round up. Our main FV region is not a multiple of the block size, but it is set to fill the space. Probably need to move to a block size of 1 at some point. by andrewfish · 14 years ago
  12. 4038c1f Add MtrrLib and LocalApicLib declarations to the UefiCpuPkg DEC file. by mdkinney · 14 years ago
  13. fa542a1 1) Change location of DEBUG() macro that prints the name of the FFS file being evaluated by the DXE Dispatcher to eliminate a duplicate print. by mdkinney · 14 years ago
  14. d040b8f Roll back comment change for SOR. SOR does not apply to SMM. by mdkinney · 14 years ago
  15. c154b99 fixes for NULL verification. by jcarsey · 14 years ago
  16. eca37a3 Fix dec file to pass new stricter error checking. by andrewfish · 14 years ago
  17. 5479058 Refine code to make code more safely. by ydong10 · 14 years ago
  18. 8df0bd2 DuetPkg: Update create boot disk script to not modify bootsect.com by jljusten · 14 years ago
  19. dccf78f MdePkg: Fix GCC Thunk support for IA32 by jljusten · 14 years ago
  20. 7709cf4 DuetPkg, OvmfPkg, UnixPkg: Remove unnecessary reset during boot by jljusten · 14 years ago
  21. e1adae6 DuetPkg, MdeModulePkg: Fix variable services hang with GCC44 X64 by jljusten · 14 years ago
  22. 6413702 Sync EDKII BaseTools to BaseTools project r2100. by lgao4 · 14 years ago
  23. 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
  24. 852b634 Fixed a bug for OPTION_NII(62) defined in RFC 5970. by hhuan13 · 14 years ago
  25. 5f88eeb fix for exit was specified in the startup script. by jcarsey · 14 years ago
  26. 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
  27. 3ae55b7 Update comments for PI 1.2 SMM support. by mdkinney · 14 years ago
  28. d860010 Fix the bug that <continue> may not boot the first boot option but return back to front page. by niruiyu · 14 years ago
  29. d1e380b Remove unused files to make it easier to add new thunks. by andrewfish · 14 years ago
  30. 5f0286b Fix token dup caused by merge. by andrewfish · 14 years ago
  31. d0c3acd 2nd wave of r11105 checkin.2nd wave of r11105 checkin. by andrewfish · 14 years ago
  32. 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
  33. e23a349 Sync update to improve compiler compatibility by mdkinney · 14 years ago
  34. e74c367 Fix ICC 9.1 build break by mdkinney · 14 years ago
  35. b4c9005 First try to get log time at TPL level <= TPL_CALLBACK, then fill time into DataHub. by lgao4 · 14 years ago
  36. d99e698 Lost a file in last check-in. by rsun3 · 14 years ago
  37. 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
  38. f754e61 1. enable /GL optimization building on OpensslLib. by vanjeff · 14 years ago
  39. 0fa3ac1 Fix the checking logic for the boot option enumeration. by niruiyu · 14 years ago
  40. 1134ead Reduce DataHub TPL Level to TPL_CALLBACK, because DataHub uses GetTime() service that must be called <= TPL_CALLBACK. by lgao4 · 14 years ago
  41. 3e99020 Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg. by lgao4 · 14 years ago
  42. 68bb5ce EHCI Controllers with a CapLen of 0 are ignored. by erictian · 14 years ago
  43. 462979a Fix a bug in GetLangFromSupportedLangCodes() by niruiyu · 14 years ago
  44. 5c03376 Fix a bug in GetLangFromSupportedLangCodes() by niruiyu · 14 years ago
  45. 963b62e Set PcdResetOnMemoryTypeInformationChange to FALSE in NT32 to avoid close down in the first start up. by niruiyu · 14 years ago
  46. f502042 fix unaligned device path node access. by jcarsey · 14 years ago
  47. d7f7911 Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is set before PlatformLangCodes/LangCodes. by niruiyu · 14 years ago
  48. 1623ce4 Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is set before PlatformLangCodes/LangCodes. by niruiyu · 14 years ago
  49. 6c4986d Adds the missing return status description for HiiConfigRouting.ConfigToBlock() API. by lgao4 · 14 years ago
  50. 09b7941 Fix the bug that HiiConfigToBlock doesn't update BlockSize when Block is not large enough by lgao4 · 14 years ago
  51. 8185265 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE, by vanjeff · 14 years ago
  52. 7b78853 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE, by vanjeff · 14 years ago
  53. da70d02 fix typo in comment. by jcarsey · 14 years ago
  54. 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
  55. 7caf72a Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether to reset system when memory type information changes. by niruiyu · 14 years ago
  56. dad6393 Add a new PCD PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether to reset system when memory type information changes. by niruiyu · 14 years ago
  57. 7b126c2 Include BaseMemoryLib.h for macro EFI_IP4_EQUAL, EFI_IP6_EQUAL etc. by xdu2 · 14 years ago
  58. 77fafe9 Compare DXE performance token name by DXE performance string length. by lgao4 · 14 years ago
  59. cda10fe Fix a potential issue in calling Cpu->GetTimerValue (Cpu, 0, &CurrentTick, (UINT64 *) &TimerPeriod); by tye1 · 14 years ago
  60. 255a3f3 Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is set before PlatformLangCodes/LangCodes. by niruiyu · 14 years ago
  61. 6361c6d Update the file description in IpSec.h to refer to an accurate UEFI version. by qianouyang · 14 years ago
  62. 90e529e Fixed the K9 failure. by qianouyang · 14 years ago
  63. b6ee589 Removed unnecessary GLOBAL_REMOVE_IF_UNREFERENCED. by vanjeff · 14 years ago
  64. 5d73d92 Add "Debug1" profile (all but Edit and HexEdit commands) by jcarsey · 14 years ago
  65. 75aadf5 adding "Install1" profile. by jcarsey · 14 years ago
  66. 8be0ba3 fixes for IPF, CTRL-C support, and file redirection. by jcarsey · 14 years ago
  67. 3a4932d adding new commands (libraries) to the build. by jcarsey · 14 years ago
  68. c01fa59 Fix PxeBcDhcp6.c comments since official UEFI 2.3 Errata D spec is published. by hhuan13 · 14 years ago
  69. d0bf0f8 Override MSFT build option in INF files to remove /GL or /Oi. by vanjeff · 14 years ago
  70. 9035e11 Fix spelling error in comment by mdkinney · 14 years ago
  71. 6780eef Sync EDKII BaseTools to BaseTools project r2093. by lgao4 · 14 years ago
  72. 5460c4b Fix build error. by ydong10 · 14 years ago
  73. ff51746 update error handling to use less ASSERT. by jcarsey · 14 years ago
  74. a12e31e Update return value. by jcarsey · 14 years ago
  75. a301fe0 Clarify the MARCO a little. by jcarsey · 14 years ago
  76. 4ba4961 Adding Driver1 profile commands to the UEFI Shell 2.0. by jcarsey · 14 years ago
  77. f97c241 Refine coding style. by ydong10 · 14 years ago
  78. 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
  79. 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
  80. 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
  81. aec905b Fixed build error by ydong10 · 14 years ago
  82. f1e20ed fix GCC build failure. make function definition same with declaration. by erictian · 14 years ago
  83. 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
  84. a605dfb Print Arrow for Goto button. by lgao4 · 14 years ago
  85. aca7074 fix build error by erictian · 14 years ago
  86. 72cfa6f Replaced MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE. by vanjeff · 14 years ago
  87. 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
  88. 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
  89. f13f968 Fix ICC build break. by rsun3 · 14 years ago
  90. 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
  91. 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
  92. 8835954 Move some define code to the uni file. Also fixed some memory leak. by ydong10 · 14 years ago
  93. 224beee Fix tracker for build error. by ydong10 · 14 years ago
  94. 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
  95. fefefa4 Remove unnecessary mBdsImageHandle. by niruiyu · 14 years ago
  96. 9dd7461 Refine code to make code follow the coding style. by ydong10 · 14 years ago
  97. 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
  98. 4e36109 Add comment that describes the TPL restrictions for the Data Hub Protocol. by mdkinney · 14 years ago
  99. 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
  100. 3e516e5 Update ReadMe.txt to correct the minor errors in build steps. by niruiyu · 14 years ago