1. 44a8883 Fix typo that causes a hang. by andrewfish · 15 years ago
  2. c0bd010 Updating the USB subsystem init done in PciEmulation so we can use the standard EHCI driver. by andrewfish · 15 years ago
  3. 8776881 Add a blank line in the end of file. by lgao4 · 15 years ago
  4. 1bd57b6 Add some robustness check in DriverSample driver. by rsun3 · 15 years ago
  5. 51866b5 Update USB init code to do a softreset. by andrewfish · 15 years ago
  6. 0c1a4aa Minor update to some protocol interface function prototype for Doxygen document by rsun3 · 15 years ago
  7. 6e374f4 fix build error by erictian · 15 years ago
  8. e172ea1 roll back the parameter check of AsyncInterruptTransfer() and SyncInterruptTransfer() of Usb2HcProtocol to follow current uefi spec. by erictian · 15 years ago
  9. 008eeb5 Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg. by jyao1 · 15 years ago
  10. 21e66ee Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg. by jyao1 · 15 years ago
  11. b5cc527 Add SmmCore SmmServicesTable library. by jyao1 · 15 years ago
  12. 1bcef8b Update MdePkg revision to 1.02 by qhuang8 · 15 years ago
  13. 0f02314 Update to use DEBUG/RELEASE properly in DSC now tools have been fixed. Add VectorBase PCD to SEC. Don't assume it is at start of DRAM. by andrewfish · 15 years ago
  14. 4951b24 Remove dead file, and update startup code to null out vector table. by andrewfish · 15 years ago
  15. aebb096 Update to use new $() form by andrewfish · 15 years ago
  16. 0416278 Added FIQ interrupt primatives. Update exception handler to disable/reenable FIQ when updating in case debug agent library is using FIQ. by andrewfish · 15 years ago
  17. 41d4780 Make these drivers more compatible with a projected Debug Agent Library implementation. by andrewfish · 15 years ago
  18. d03171e Add an EHCI register dump function for debug. Not hooked in any place... by andrewfish · 15 years ago
  19. 37cc056 Update package version for IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  20. c69f724 Sync EDKII BaseTools to BaseTools project r1913. by qhuang8 · 15 years ago
  21. 5a15736 Fix wrong BufferSize for Configuration data. by lgao4 · 15 years ago
  22. d34a247 Update the title Network Configuration to IPv4 Network Configuration since IPv6 UI is enabled. by tye1 · 15 years ago
  23. d5e821a Correct the CIS spec version info. by xli24 · 15 years ago
  24. 7c090c0 Remove the PcdsDynamicHii section from Duet platform as currently PCD driver running at TPL_NOTIFY and cannot co-work with Duet's variable driver currently. by niruiyu · 15 years ago
  25. 6a429df Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the following issue is found: by niruiyu · 15 years ago
  26. 233af82 Move to SmmServicesTableLib to IA32, x64 arch sub section to align with SmmLib by qhuang8 · 15 years ago
  27. 3a2f9cc uniform the sw and hw expression to avoid confusing. it does not effect hw function. by erictian · 15 years ago
  28. 029f9e8 Add SmmLib info to MdePkg.dec. by xli24 · 15 years ago
  29. b26fc8d Use the input Request string as check string. by lgao4 · 15 years ago
  30. 06ba53c Remove SMM_CORE from SmmServicesTableLib.inf that is dedicated for DXE_SMM_DRIVER by hhuan13 · 15 years ago
  31. 18ca224 by gdong1 · 15 years ago
  32. 4526f27 Add align build option to avoid the build issues. by gdong1 · 15 years ago
  33. 59aefb7 Update HiiConfigAccess.ExtractConfig interface to support NULL request string and ConfigHdr request string. by lgao4 · 15 years ago
  34. 5bdfa4e Add array index check to avoid potential buffer overflow. by xli24 · 15 years ago
  35. 2d5ac15 Fix a bug that a NULL pointer may be dereferenced. by rsun3 · 15 years ago
  36. d5d56f1 Sync EDKII BaseTools to BaseTools project r1911. by lgao4 · 15 years ago
  37. 545312a 1. Correct coding comments. by lgao4 · 15 years ago
  38. def75b5 Fix a bug in load modules at fixed address which may potentially impact OS S3. by jchen20 · 15 years ago
  39. f73b3df Fix a bug in LMFA which may potentially impact OS S3. by jchen20 · 15 years ago
  40. d367fe4 Turn of USB legacy support in EHCI driver as it is not needed. by andrewfish · 15 years ago
  41. 97e9818 Sync with ARMASM version. by andrewfish · 15 years ago
  42. 1fc17d7 Remove Size==0 branch in SmmAllocatePool() by hhuan13 · 15 years ago
  43. 1b14ec4 Add VlanConfigDxe to platform DSC/FDF. by xdu2 · 15 years ago
  44. 90e724b Minor update the package description as MdePkg now contains the definitions in UEFI 2.3 and PI 1.2 by qhuang8 · 15 years ago
  45. 60cf9cf Minor bug fix and robustness check improvement. by rsun3 · 15 years ago
  46. 9dbad16 Removing "Ex" in PI PCD_PPI/PROTOCOL's interface according to PI 1.2 latest update. by klu2 · 15 years ago
  47. 3c447c2 Enable "Load Module At fixed Address" feature in SMM Core by jchen20 · 15 years ago
  48. de558d9 Fix non-boolean comparison expression. by lgao4 · 15 years ago
  49. 667ffa3 Fixed the build issue which is caused by movement of S3Resume.h is moved from MdePkg to IntelFrameworkPkg. by jchen20 · 15 years ago
  50. 548af3e Syncing GCC and ARMASM assembly. Made chunks of the ARMASM lowercase to make the diff easier. by andrewfish · 15 years ago
  51. c029854 Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  52. 9851fbc Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  53. 8cc7e3e Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  54. f7c4d74 Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  55. 06b07ce Change the minimal SMM core size from 1MB to 256KB-4K. by jyao1 · 15 years ago
  56. a17b7e9 Remove EFI_SPECIFICATION_VERSION macro reference in code. by niruiyu · 15 years ago
  57. a1749b8 Fix some minor coding style issue for doxygen document. by qhuang8 · 15 years ago
  58. badc180 Cleanup unused items produced by EmbeddedPkg in UnixPkg.dsc by klu2 · 15 years ago
  59. 171aae8 Cleanup unused library class in UnixPkg.dsc by klu2 · 15 years ago
  60. 6b12cc4 remove the Framework version of EFI_S3_RESUME2_PPI defintion which is already added to IntelFrameworkPkg by jchen20 · 15 years ago
  61. c4f4112 Remove some comments according to the latest UEFI Spec 2_3_Errata_B. by ljin6 · 15 years ago
  62. 52c0d06 Fix K8 scan issues by hhuan13 · 15 years ago
  63. d989c45 Still use |.efi Rule for INF file with binary EFI image, because the binary EFI image specified INF file is not in output directory. by lgao4 · 15 years ago
  64. b8758b6 Remove unneeded space in sym output to make sure the output is RVD compatible. by andrewfish · 15 years ago
  65. 61e299a Make script less verbose by andrewfish · 15 years ago
  66. 4559086 Add parameter checking for MP Services Protocol Thunk driver. by xli24 · 15 years ago
  67. ccf0f68 Add checking whether FvCount is overflow when new unknown FvInfoPpi is dispatched. by klu2 · 15 years ago
  68. 2292758 Minor coding style fix. by rsun3 · 15 years ago
  69. 17dd1ce Rollback change of revision 10061. by xli24 · 15 years ago
  70. 7942fd2 Remove comments about in-consistency between code and UEFI/PI spec because UEFI 2.3 Errata B and PI 1.2 Errata A spec were published. by rsun3 · 15 years ago
  71. 476e89a Update EDKII core UEFI/PI version. by lgao4 · 15 years ago
  72. bce46f7 remove some comments. by vanjeff · 15 years ago
  73. 8c5983b Add the missing check for NULL pointer before use it. by lgao4 · 15 years ago
  74. 202c9c8 add the PI version of EFI_S3_RESUME2_PPI defintion by jchen20 · 15 years ago
  75. 77215d1 update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPI by jchen20 · 15 years ago
  76. 42686f2 Move the framework version of EFI_S3_RESUME_PPI defintion to Intel framework package from MdePkg by jchen20 · 15 years ago
  77. 8f79ed8 roll back some changing since it was not complete. by vanjeff · 15 years ago
  78. 2014a81 Add the missing OUTPUT directory for the EFI and depex file in Rule section. by lgao4 · 15 years ago
  79. d6b58d3 updated definitions of PCD PPI/Protocol per latest UEFI Spec. by vanjeff · 15 years ago
  80. be04587 Remove assumption that the transition code for transitioning from 64-bit to 32-bit mode is 64 bytes. Instead compute the size based on the implementation in the ASM file. by mdkinney · 15 years ago
  81. 3df4b6e Update PI SMM Core to ignore memory ranges from SMRAM Descriptors that are already allocated or not tested or not ECC initialized yet by mdkinney · 15 years ago
  82. 3c5963c Update PiSmmCore: by hhuan13 · 15 years ago
  83. 26a76fb Update code to match EDKII coding style. by lgao4 · 15 years ago
  84. a111b84 Add the new added tool link. by lgao4 · 15 years ago
  85. 2ec2dee Update OvmfPkg FDF to avoid DXE driver to be rebased on build time. by lgao4 · 15 years ago
  86. a0b1646 Clean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver. by lgao4 · 15 years ago
  87. 9c1ca96 MdeModulePkg DxeNetLib: Fix compiler warning by jljusten · 15 years ago
  88. 96a65fc Add FormMap form example. by lgao4 · 15 years ago
  89. 2bf0d83 Add the fixed checksum value 0xAA of FFS header according to the latest PI spec. by lgao4 · 15 years ago
  90. 52302d4 Sync EDKII BaseTools to BaseTools project r1903. by lgao4 · 15 years ago
  91. fe35c03 Fix build break caused by adding DebugAgentLib to the DXE Core. by andrewfish · 15 years ago
  92. 592b87a update Ehci driver to distinct pci memory address and host address by erictian · 15 years ago
  93. 1ae301d Correct copyright to 2010. by lgao4 · 15 years ago
  94. e7af83a 1. Refine debug agent library. by vanjeff · 15 years ago
  95. 53f3249 Update SEC Platform Information PPI according to PI 1.2 errata A. by xli24 · 15 years ago
  96. 7fedcf9 Update comments by UEFI approved Errata revision 'B'. by gdong1 · 15 years ago
  97. 771ecec Add the missing check for NULL pointer before use it. by lgao4 · 15 years ago
  98. 3978f5d Fixed GCC build issue caused by converting a pointer to an integer of a larger size. by geekboy15a · 15 years ago
  99. 0ff3221 Remove notice as it gets to publish in newest PI spec. by qhuang8 · 15 years ago
  100. a1e98f7 According to the latest UEFI 2.3 errata B, the following changes are made: by lgao4 · 15 years ago