1. d555d90 Change DUET specific HOB structure to make all HOB 8-byte align to fix the PI-SCT failure. by niruiyu · 15 years ago
  2. 6a82419 Add new HII FormMap Opcode support by lgao4 · 15 years ago
  3. 4b9fa12 Move ARMv5 (ARM9) barrier instructions into assembler files by andrewfish · 15 years ago
  4. 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
  5. 14e00c1 Fix line endings by andrewfish · 15 years ago
  6. ea02543 Add support for capsule above 4G. by xli24 · 15 years ago
  7. b6d539c roll back changing on save and restore interrupt status, it needn't doing. by vanjeff · 15 years ago
  8. dc8f418 roll back changing on save and restore interrupt status, it needn't doing. by vanjeff · 15 years ago
  9. 12fbc89 Minor comment fix. by rsun3 · 15 years ago
  10. f505090 Avoid shadowing PE image read function on IPF by jgong5 · 15 years ago
  11. a15553c Remove <b></b> from File header. by lgao4 · 15 years ago
  12. ff8c786 fixed the bug in .S file to make the EBC driver work for UNIXGCC build. by jchen20 · 15 years ago
  13. e13288c Correct Copyright year format by lgao4 · 15 years ago
  14. 2cc3055 Correct Copyright year format by lgao4 · 15 years ago
  15. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  16. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  17. ec0ae8f 1. Correct File header to ## @file by lgao4 · 15 years ago
  18. d4aeb70 Update comments to define where stuff comes from by andrewfish · 15 years ago
  19. cd539d4 Fix comment by mdkinney · 15 years ago
  20. 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
  21. 28b5f7c Disable interrupt when changing IDTR register. by klu2 · 15 years ago
  22. 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
  23. f03ccf5 Enhance UpdateCapsule () to support calling multiple times. by li-elvin · 15 years ago
  24. 235eaa6 enhanced Dhcp4Dxe module to clean active configure data when Dhcp4->Stop() and Dhcp4->Release() called. by vanjeff · 15 years ago
  25. c315da0 OVMF: Update README file by jljusten · 15 years ago
  26. 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
  27. 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
  28. 2303190 Enable BootTimeOut and ConsoleMode (80x25/100x30) setting save/restore in Duet Setup. by niruiyu · 15 years ago
  29. 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
  30. e906eae Add [depex] on gEfiMpServiceProtocolGuid so the number of CPUs is known by mdkinney · 15 years ago
  31. f5501a6 Change RegisterProtocolNotify for dependent protocols to [Depex] expression by mdkinney · 15 years ago
  32. 09163a4 Fix build breaks by mdkinney · 15 years ago
  33. 0e047a2 Port AcpiResetDxe from EDK to EDKII to enable reset function on DUET above legacy free platform. by niruiyu · 15 years ago
  34. 450ec0e Correct the table's version according to PI/UEFI spec. by klu2 · 15 years ago
  35. c39c3e2 add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport. by niruiyu · 15 years ago
  36. c943ee0 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport should be TRUE in DUET platform. by niruiyu · 15 years ago
  37. d5505a2 Make the passed in string not require \n by andrewfish · 15 years ago
  38. b2a73e2 Adding a command to show how symbols work in EFI by andrewfish · 15 years ago
  39. 37b91c4 Clean up some externs by andrewfish · 15 years ago
  40. 23cb7cb Make build script exit on build error by andrewfish · 15 years ago
  41. fea3a3a Fix typo by andrewfish · 15 years ago
  42. 98bc0c8 Sync gcc with armasm. update some memory barriers. by andrewfish · 15 years ago
  43. 752d258 Update gcc flags to armv7 by andrewfish · 15 years ago
  44. 1a27eb4 Hack in some DSB, ISB syncronization primatives. Need to do it a little cleaner. by andrewfish · 15 years ago
  45. 5dea9bd Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation of the ARMv7 processor architecture. by andrewfish · 15 years ago
  46. 3cfc857 Fix case bug. by andrewfish · 15 years ago
  47. 3351d21 Cleanup HOB DEBUG prints by andrewfish · 15 years ago
  48. 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
  49. 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
  50. 56015d8 Fix typo in mfill command by andrewfish · 15 years ago
  51. 74e4429 1) Fix build issues by mdkinney · 15 years ago
  52. 27af6f9 Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  53. d3308de Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  54. 300240b Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  55. 8e90dd6 Clean up HOB debug prints by andrewfish · 15 years ago
  56. 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
  57. 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
  58. 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
  59. 95572bd Remove SMM_CORE as a supported module type for the MemoryAllocationLib instance that uses UEFI Boot Services by mdkinney · 15 years ago
  60. 75196b0 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  61. c0b516d Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  62. 70836cb Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  63. 8d96b97 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  64. 1039a25 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  65. 1b45a67 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  66. c819c01 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  67. 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
  68. 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
  69. 58b23d9 Use atomic AsmDisableCache() and AsmDisableCache() functions instead of AsmWriteCr0() and AsmWbinvd() calls by mdkinney · 15 years ago
  70. 0803854 Update DXE Core to be compatible with PI 1.2 SMM Drivers. by mdkinney · 15 years ago
  71. 60428d0 Fix help command scroll issue. Also add FV space used, and free space to dir command. by andrewfish · 15 years ago
  72. 135ec2d Update UNDI driver to expose dynamic media detect capability. by xdu2 · 15 years ago
  73. c777c35 Update SnpDxe to support dynamic media detect. by xdu2 · 15 years ago
  74. 993702a Add media status relative definition to UEFI PXE header file. by xdu2 · 15 years ago
  75. 3575301 Change UI for dir of FV to make it less confusing. by andrewfish · 15 years ago
  76. 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
  77. 6ac15f7 Support HII VOID* dynamic/dynamicEx type PCD. by klu2 · 15 years ago
  78. 6ddd3af Update HiiDataBase to make sure that the installed StringPackages contains the same number string ID. by lgao4 · 15 years ago
  79. 73bea26 DUET BDS clean up. by niruiyu · 15 years ago
  80. e74f510 To follow UEFI spec 2.3 chapter 3.4.1.1, add the ConnectSingleController for removable media boot. by niruiyu · 15 years ago
  81. b3b1a4c The fix is for EFI Linux capsule test case can not run. by li-elvin · 15 years ago
  82. 97c7478 GraphicsOutputBlt() need judge parameter by klu2 · 15 years ago
  83. 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
  84. 6635217 Update PeCoffExtraActionLib for NT32 to allow an app or driver to be loaded more than once. Only the first instance will support source level debug. by mdkinney · 15 years ago
  85. 0628eb2 Do not set gBS to NULL when the ExitBootServices event notification for the UEFI Runtime Lib is executed. by mdkinney · 15 years ago
  86. b07a5b6 Pass the correct TokenNumber into a CallbackOnSet notification function. The value being passed in was off by 1. by mdkinney · 15 years ago
  87. 736c5dd Pass the correct TokenNumber into a CallbackOnSet notification function. The value being passed in was off by 1. by mdkinney · 15 years ago
  88. 127fd07 Fix issue with making a seek to zero on an FV file legal. by andrewfish · 15 years ago
  89. ea02100 1. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout event. by erictian · 15 years ago
  90. 4140a66 Coding style fix and minor improvements. by rsun3 · 15 years ago
  91. 548dda8 Support Name/Value Storage in UEFI2.1 HII driver. by lgao4 · 15 years ago
  92. 38ebfec Add example of Name/Value pair var store to DriverSample by lgao4 · 15 years ago
  93. a6d7123 Update EBL to have an optional width specifier on commands. So hexdump.4 means use a width of 4 bytes. by andrewfish · 15 years ago
  94. f1569a9 Only ment to add support to build and launch Ebl shell, not switch over to it. Undo the switch. by andrewfish · 15 years ago
  95. 0534bb8 Remove dead command and clean up some coding style stuff. by andrewfish · 15 years ago
  96. 9c0ce9f The VOLUME name case did not reserve enough storage in the CWD function. by andrewfish · 15 years ago
  97. 37e0f9a Fix issue with VOLUMN Name as an alias for device name. by andrewfish · 15 years ago
  98. 6640eb3 UefiCpuPkg/CpuDxe: Fix build error by jljusten · 15 years ago
  99. e518b40 UefiCpuPkg: Add CpuDxe driver to UefiCpuPkg.dsc for build test coverage by jljusten · 15 years ago
  100. 3e6374d UefiCpuPkg/CpuDxe: Remove unnecessary OvmfPkg dependency by jljusten · 15 years ago