1. 5a15736 Fix wrong BufferSize for Configuration data. by lgao4 · 15 years ago
  2. d34a247 Update the title Network Configuration to IPv4 Network Configuration since IPv6 UI is enabled. by tye1 · 15 years ago
  3. d5e821a Correct the CIS spec version info. by xli24 · 15 years ago
  4. 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
  5. 6a429df Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the following issue is found: by niruiyu · 15 years ago
  6. 233af82 Move to SmmServicesTableLib to IA32, x64 arch sub section to align with SmmLib by qhuang8 · 15 years ago
  7. 3a2f9cc uniform the sw and hw expression to avoid confusing. it does not effect hw function. by erictian · 15 years ago
  8. 029f9e8 Add SmmLib info to MdePkg.dec. by xli24 · 15 years ago
  9. b26fc8d Use the input Request string as check string. by lgao4 · 15 years ago
  10. 06ba53c Remove SMM_CORE from SmmServicesTableLib.inf that is dedicated for DXE_SMM_DRIVER by hhuan13 · 15 years ago
  11. 18ca224 by gdong1 · 15 years ago
  12. 4526f27 Add align build option to avoid the build issues. by gdong1 · 15 years ago
  13. 59aefb7 Update HiiConfigAccess.ExtractConfig interface to support NULL request string and ConfigHdr request string. by lgao4 · 15 years ago
  14. 5bdfa4e Add array index check to avoid potential buffer overflow. by xli24 · 15 years ago
  15. 2d5ac15 Fix a bug that a NULL pointer may be dereferenced. by rsun3 · 15 years ago
  16. d5d56f1 Sync EDKII BaseTools to BaseTools project r1911. by lgao4 · 15 years ago
  17. 545312a 1. Correct coding comments. by lgao4 · 15 years ago
  18. def75b5 Fix a bug in load modules at fixed address which may potentially impact OS S3. by jchen20 · 15 years ago
  19. f73b3df Fix a bug in LMFA which may potentially impact OS S3. by jchen20 · 15 years ago
  20. d367fe4 Turn of USB legacy support in EHCI driver as it is not needed. by andrewfish · 15 years ago
  21. 97e9818 Sync with ARMASM version. by andrewfish · 15 years ago
  22. 1fc17d7 Remove Size==0 branch in SmmAllocatePool() by hhuan13 · 15 years ago
  23. 1b14ec4 Add VlanConfigDxe to platform DSC/FDF. by xdu2 · 15 years ago
  24. 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
  25. 60cf9cf Minor bug fix and robustness check improvement. by rsun3 · 15 years ago
  26. 9dbad16 Removing "Ex" in PI PCD_PPI/PROTOCOL's interface according to PI 1.2 latest update. by klu2 · 15 years ago
  27. 3c447c2 Enable "Load Module At fixed Address" feature in SMM Core by jchen20 · 15 years ago
  28. de558d9 Fix non-boolean comparison expression. by lgao4 · 15 years ago
  29. 667ffa3 Fixed the build issue which is caused by movement of S3Resume.h is moved from MdePkg to IntelFrameworkPkg. by jchen20 · 15 years ago
  30. 548af3e Syncing GCC and ARMASM assembly. Made chunks of the ARMASM lowercase to make the diff easier. by andrewfish · 15 years ago
  31. c029854 Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  32. 9851fbc Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  33. 8cc7e3e Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  34. f7c4d74 Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  35. 06b07ce Change the minimal SMM core size from 1MB to 256KB-4K. by jyao1 · 15 years ago
  36. a17b7e9 Remove EFI_SPECIFICATION_VERSION macro reference in code. by niruiyu · 15 years ago
  37. a1749b8 Fix some minor coding style issue for doxygen document. by qhuang8 · 15 years ago
  38. badc180 Cleanup unused items produced by EmbeddedPkg in UnixPkg.dsc by klu2 · 15 years ago
  39. 171aae8 Cleanup unused library class in UnixPkg.dsc by klu2 · 15 years ago
  40. 6b12cc4 remove the Framework version of EFI_S3_RESUME2_PPI defintion which is already added to IntelFrameworkPkg by jchen20 · 15 years ago
  41. c4f4112 Remove some comments according to the latest UEFI Spec 2_3_Errata_B. by ljin6 · 15 years ago
  42. 52c0d06 Fix K8 scan issues by hhuan13 · 15 years ago
  43. 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
  44. b8758b6 Remove unneeded space in sym output to make sure the output is RVD compatible. by andrewfish · 15 years ago
  45. 61e299a Make script less verbose by andrewfish · 15 years ago
  46. 4559086 Add parameter checking for MP Services Protocol Thunk driver. by xli24 · 15 years ago
  47. ccf0f68 Add checking whether FvCount is overflow when new unknown FvInfoPpi is dispatched. by klu2 · 15 years ago
  48. 2292758 Minor coding style fix. by rsun3 · 15 years ago
  49. 17dd1ce Rollback change of revision 10061. by xli24 · 15 years ago
  50. 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
  51. 476e89a Update EDKII core UEFI/PI version. by lgao4 · 15 years ago
  52. bce46f7 remove some comments. by vanjeff · 15 years ago
  53. 8c5983b Add the missing check for NULL pointer before use it. by lgao4 · 15 years ago
  54. 202c9c8 add the PI version of EFI_S3_RESUME2_PPI defintion by jchen20 · 15 years ago
  55. 77215d1 update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPI by jchen20 · 15 years ago
  56. 42686f2 Move the framework version of EFI_S3_RESUME_PPI defintion to Intel framework package from MdePkg by jchen20 · 15 years ago
  57. 8f79ed8 roll back some changing since it was not complete. by vanjeff · 15 years ago
  58. 2014a81 Add the missing OUTPUT directory for the EFI and depex file in Rule section. by lgao4 · 15 years ago
  59. d6b58d3 updated definitions of PCD PPI/Protocol per latest UEFI Spec. by vanjeff · 15 years ago
  60. 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
  61. 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
  62. 3c5963c Update PiSmmCore: by hhuan13 · 15 years ago
  63. 26a76fb Update code to match EDKII coding style. by lgao4 · 15 years ago
  64. a111b84 Add the new added tool link. by lgao4 · 15 years ago
  65. 2ec2dee Update OvmfPkg FDF to avoid DXE driver to be rebased on build time. by lgao4 · 15 years ago
  66. a0b1646 Clean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver. by lgao4 · 15 years ago
  67. 9c1ca96 MdeModulePkg DxeNetLib: Fix compiler warning by jljusten · 15 years ago
  68. 96a65fc Add FormMap form example. by lgao4 · 15 years ago
  69. 2bf0d83 Add the fixed checksum value 0xAA of FFS header according to the latest PI spec. by lgao4 · 15 years ago
  70. 52302d4 Sync EDKII BaseTools to BaseTools project r1903. by lgao4 · 15 years ago
  71. fe35c03 Fix build break caused by adding DebugAgentLib to the DXE Core. by andrewfish · 15 years ago
  72. 592b87a update Ehci driver to distinct pci memory address and host address by erictian · 15 years ago
  73. 1ae301d Correct copyright to 2010. by lgao4 · 15 years ago
  74. e7af83a 1. Refine debug agent library. by vanjeff · 15 years ago
  75. 53f3249 Update SEC Platform Information PPI according to PI 1.2 errata A. by xli24 · 15 years ago
  76. 7fedcf9 Update comments by UEFI approved Errata revision 'B'. by gdong1 · 15 years ago
  77. 771ecec Add the missing check for NULL pointer before use it. by lgao4 · 15 years ago
  78. 3978f5d Fixed GCC build issue caused by converting a pointer to an integer of a larger size. by geekboy15a · 15 years ago
  79. 0ff3221 Remove notice as it gets to publish in newest PI spec. by qhuang8 · 15 years ago
  80. a1e98f7 According to the latest UEFI 2.3 errata B, the following changes are made: by lgao4 · 15 years ago
  81. 64ca680 Add parameter checking for PEI service AllocatePages(), according to PI1.2 errata A. by xli24 · 15 years ago
  82. ded5aa2 Correct description for return status code of PEI service AllocatePages(), according to PI 1.2 errata A. by xli24 · 15 years ago
  83. 9eec594 Refine parameter description according to PI 1.2 errata A. by xli24 · 15 years ago
  84. f7dab9f Refine parameter description according to PI 1.2 errata A. by xli24 · 15 years ago
  85. d2fbaaa Add more code robustness check for modules under MdeModulePkg. by rsun3 · 15 years ago
  86. 4ccd956 Remove notice for PXE_OPFLAGS_GET_MEDIA_STATUS and PXE_STATFLAGS_GET_STATUS_NO_MEDIA_xxx, these definitions are available in latest UEFI spec. by xdu2 · 15 years ago
  87. 4fb7207 Fix a bug in "Load module At fixed address" to enable it on IPF platform by jchen20 · 15 years ago
  88. 79a4217 Move EFI_SMRAM_DESCRIPTOR into PiMultiPhase.h. Since the top level includes in the other packages all include PiPei.h or PiDxe.h, and PiPei.h and PiDxe.h both include PiuMultiPhase.h, EFI_SMRAM_DESCRIPTOR will be declared for SMM Access 2 Protocol and the SmramMemoryReserve GUIDed HOB. by hhuan13 · 15 years ago
  89. eccf7f5 Move EFI_SMRAM_DESCRIPTOR into PiMultiPhase.h. Since the top level includes in the other packages all include PiPei.h or PiDxe.h, and PiPei.h and PiDxe.h both include PiuMultiPhase.h, EFI_SMRAM_DESCRIPTOR will be declared for SMM Access 2 Protocol and the SmramMemoryReserve GUIDed HOB. by hhuan13 · 15 years ago
  90. fa2198b add debug agent null instance in DSC file. by vanjeff · 15 years ago
  91. 6dc1935 add debug agent null instance in DSC file. by vanjeff · 15 years ago
  92. 4f34464 add debug agent null instance in DSC file. by vanjeff · 15 years ago
  93. 53f79f8 add debug agent null instance in DSC file. by vanjeff · 15 years ago
  94. fe92ab2 import Debug Agent Library and null instance in MdeModulePkg. by vanjeff · 15 years ago
  95. 5b422a7 Clean up PiSmmCore to pass K8 scan by hhuan13 · 15 years ago
  96. 34f60e4 Add EfiCpuArchProtocol dependency for PiSmmIpl module. The reason to add this is PiSmmIpl will call gDS->SetMemorySpaceAttributes() which will locate CPU Arch Protocol to set MTRRs. Without this dependency, the locate might fail and MTRRs are never set in this case. by jgong5 · 15 years ago
  97. c6f293a DuetPkg: Fix build break caused by EFI_SPECIFICATION_VERSION usage by jljusten · 15 years ago
  98. 4442c57 Add PI SMM IPL and PI SMM Core by mdkinney · 15 years ago
  99. e42e940 Add PI SMM IPL and PI SMM Core by mdkinney · 15 years ago
  100. 713b778 Add MemoryAllocationLib for PI SMM Core by mdkinney · 15 years ago