1. b662479 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  2. cc5c2a2 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  3. 03b8583 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  4. 3276b57 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  5. c63af3f Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  6. 91a6db7 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  7. 24321aa1 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  8. ef76813 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  9. d2ffb81 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  10. f579d6c Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  11. 0b75797 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  12. 8976547 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  13. 0126845 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  14. 2d7b3c0 Add parameter checking for MP Services Protocol Thunk driver. by xli24 · 15 years ago
  15. 2573712 Enhance SetupBrowser to support new UEFI HiiFormMap feature by lgao4 · 15 years ago
  16. 234980f Add more check to avoid code enter into wrong state. by lgao4 · 15 years ago
  17. bade9bf Fix the bug that SMM Base Protocol.Communicate() does not work. by rsun3 · 15 years ago
  18. d555d90 Change DUET specific HOB structure to make all HOB 8-byte align to fix the PI-SCT failure. by niruiyu · 15 years ago
  19. 6a82419 Add new HII FormMap Opcode support by lgao4 · 15 years ago
  20. 4b9fa12 Move ARMv5 (ARM9) barrier instructions into assembler files by andrewfish · 15 years ago
  21. 026c3d3 Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Instruction syncronization barrier support to the ARM lib. by andrewfish · 15 years ago
  22. 14e00c1 Fix line endings by andrewfish · 15 years ago
  23. ea02543 Add support for capsule above 4G. by xli24 · 15 years ago
  24. b6d539c roll back changing on save and restore interrupt status, it needn't doing. by vanjeff · 15 years ago
  25. dc8f418 roll back changing on save and restore interrupt status, it needn't doing. by vanjeff · 15 years ago
  26. 12fbc89 Minor comment fix. by rsun3 · 15 years ago
  27. f505090 Avoid shadowing PE image read function on IPF by jgong5 · 15 years ago
  28. a15553c Remove <b></b> from File header. by lgao4 · 15 years ago
  29. ff8c786 fixed the bug in .S file to make the EBC driver work for UNIXGCC build. by jchen20 · 15 years ago
  30. e13288c Correct Copyright year format by lgao4 · 15 years ago
  31. 2cc3055 Correct Copyright year format by lgao4 · 15 years ago
  32. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  33. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  34. ec0ae8f 1. Correct File header to ## @file by lgao4 · 15 years ago
  35. d4aeb70 Update comments to define where stuff comes from by andrewfish · 15 years ago
  36. cd539d4 Fix comment by mdkinney · 15 years ago
  37. 479e19a Driver health entry in device manager page is not totally hidden, the original code just change string to empty string, if cursor is at empty string, there is no focus at all. by li-elvin · 15 years ago
  38. 28b5f7c Disable interrupt when changing IDTR register. by klu2 · 15 years ago
  39. f18f288 Temporarily remove the C implementation of some GCC assembly files in MdePkg. They are kept in repository and will be re-evaluate later. by qhuang8 · 15 years ago
  40. f03ccf5 Enhance UpdateCapsule () to support calling multiple times. by li-elvin · 15 years ago
  41. 235eaa6 enhanced Dhcp4Dxe module to clean active configure data when Dhcp4->Stop() and Dhcp4->Release() called. by vanjeff · 15 years ago
  42. c315da0 OVMF: Update README file by jljusten · 15 years ago
  43. b86b413 1. Update GetStringWorker() of HiiDataBaseDxe to only search in other language and not update the StringSize to avoid GetString() buffer overflow. by lgao4 · 15 years ago
  44. 1a39574 TPL of Pcd Dxe driver was changed to TPL_CALLBACK from TPL_NOTIFY to follow UEFI spec that caller of variable interface should run at TPL <= TPL_CALLBACK. by niruiyu · 15 years ago
  45. 2303190 Enable BootTimeOut and ConsoleMode (80x25/100x30) setting save/restore in Duet Setup. by niruiyu · 15 years ago
  46. 25973fc Enhance memory copy logic for PEI core image read. The change uses CopyMem() library function for unshadowed version and uses inline implementation for a shadowed version. This reduces PE image reading time to 1/5 - 1/10 when code cache is disabled. The change also fixed a memory leak when allocating shadow space for image read function. by jgong5 · 15 years ago
  47. e906eae Add [depex] on gEfiMpServiceProtocolGuid so the number of CPUs is known by mdkinney · 15 years ago
  48. f5501a6 Change RegisterProtocolNotify for dependent protocols to [Depex] expression by mdkinney · 15 years ago
  49. 09163a4 Fix build breaks by mdkinney · 15 years ago
  50. 0e047a2 Port AcpiResetDxe from EDK to EDKII to enable reset function on DUET above legacy free platform. by niruiyu · 15 years ago
  51. 450ec0e Correct the table's version according to PI/UEFI spec. by klu2 · 15 years ago
  52. c39c3e2 add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport. by niruiyu · 15 years ago
  53. c943ee0 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport should be TRUE in DUET platform. by niruiyu · 15 years ago
  54. d5505a2 Make the passed in string not require \n by andrewfish · 15 years ago
  55. b2a73e2 Adding a command to show how symbols work in EFI by andrewfish · 15 years ago
  56. 37b91c4 Clean up some externs by andrewfish · 15 years ago
  57. 23cb7cb Make build script exit on build error by andrewfish · 15 years ago
  58. fea3a3a Fix typo by andrewfish · 15 years ago
  59. 98bc0c8 Sync gcc with armasm. update some memory barriers. by andrewfish · 15 years ago
  60. 752d258 Update gcc flags to armv7 by andrewfish · 15 years ago
  61. 1a27eb4 Hack in some DSB, ISB syncronization primatives. Need to do it a little cleaner. by andrewfish · 15 years ago
  62. 5dea9bd Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation of the ARMv7 processor architecture. by andrewfish · 15 years ago
  63. 3cfc857 Fix case bug. by andrewfish · 15 years ago
  64. 3351d21 Cleanup HOB DEBUG prints by andrewfish · 15 years ago
  65. eea5553 Update to pass up Decompress, and PECOFF code from SEC to DXE Core. Turn on USB, even though it does not currently work. by andrewfish · 15 years ago
  66. 65e2744 Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandler lib inc the PC past the faulting instruction to aid debug. Update LR in Exception hanlder, so return address can get updated properly. by andrewfish · 15 years ago
  67. 56015d8 Fix typo in mfill command by andrewfish · 15 years ago
  68. 74e4429 1) Fix build issues by mdkinney · 15 years ago
  69. 27af6f9 Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  70. d3308de Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  71. 300240b Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  72. 8e90dd6 Clean up HOB debug prints by andrewfish · 15 years ago
  73. b33339f Fix crash in UnixPkg and BeagleBoard caused by gSmmBase2 getting added to the now incorectly named mARchProtocols list. CoreDispatchMissingArchProtocols() did to check to see if the element was an AP (not all are now). Also Missing entry was not bounds checked, it was assumed to be <= Index witch is no longer true. So in both UnixPkg and BeagleBoard the loop was blowing past the end and garbage data caused page faults. Also add m prefix to global. by andrewfish · 15 years ago
  74. d629c28 After the ASSERT adjust the PC so you skip the faulting instruction. Lets you walk out of the exception handler and keeprunning code. This way you can walk out of the call stack. by andrewfish · 15 years ago
  75. 026e30c Cleanup SerailIO drivers to have a device path and use PCD settings for various stuff. Also clean up a few coding convention items. by andrewfish · 15 years ago
  76. 95572bd Remove SMM_CORE as a supported module type for the MemoryAllocationLib instance that uses UEFI Boot Services by mdkinney · 15 years ago
  77. 75196b0 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  78. c0b516d Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  79. 70836cb Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  80. 8d96b97 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  81. 1039a25 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  82. 1b45a67 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  83. c819c01 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  84. 53b85bc 1) Remove dependency on the UEFI Boot Services Table Library so the gBS, gST, and gImageHandle symbols will not be automatically linked into an SMM Driver that uses this library. by mdkinney · 15 years ago
  85. 112af42 Remove constructor from this library. This library already has SMM CPU I/O 2 in its [Depex], so any module using this library will not be dispatched until the SMM CPU I/O 2 Protocol is installed into the SMM handle database and also copied into the SMM Services Table. by mdkinney · 15 years ago
  86. 58b23d9 Use atomic AsmDisableCache() and AsmDisableCache() functions instead of AsmWriteCr0() and AsmWbinvd() calls by mdkinney · 15 years ago
  87. 0803854 Update DXE Core to be compatible with PI 1.2 SMM Drivers. by mdkinney · 15 years ago
  88. 60428d0 Fix help command scroll issue. Also add FV space used, and free space to dir command. by andrewfish · 15 years ago
  89. 135ec2d Update UNDI driver to expose dynamic media detect capability. by xdu2 · 15 years ago
  90. c777c35 Update SnpDxe to support dynamic media detect. by xdu2 · 15 years ago
  91. 993702a Add media status relative definition to UEFI PXE header file. by xdu2 · 15 years ago
  92. 3575301 Change UI for dir of FV to make it less confusing. by andrewfish · 15 years ago
  93. 875c883 Add support for Seeking on FV, and update the device syntax to support specifying which section of the FV file you want to operate on, previously the only option was to operate on the Raw file. by andrewfish · 15 years ago
  94. 6ac15f7 Support HII VOID* dynamic/dynamicEx type PCD. by klu2 · 15 years ago
  95. 6ddd3af Update HiiDataBase to make sure that the installed StringPackages contains the same number string ID. by lgao4 · 15 years ago
  96. 73bea26 DUET BDS clean up. by niruiyu · 15 years ago
  97. e74f510 To follow UEFI spec 2.3 chapter 3.4.1.1, add the ConnectSingleController for removable media boot. by niruiyu · 15 years ago
  98. b3b1a4c The fix is for EFI Linux capsule test case can not run. by li-elvin · 15 years ago
  99. 97c7478 GraphicsOutputBlt() need judge parameter by klu2 · 15 years ago
  100. 20ead72 Fix the issue that unknown format FV in Fvhob is installed for FvInfoPpi more than one time. The fixing is search dispatched Fv database and cached unknown Fv information for all Fv in FvHob, if Fv has been identified by PeiCore, then no need install FvInfoPpi for it again. by klu2 · 15 years ago