1. 52aa9e1 Updating processor bindings to not use stdint.h. Also added code to verify at compile time that data widths are correct. by geekboy15a · 15 years ago
  2. 4903c01 Change the PM Timer RegisterBitWidth according to the Flags by niruiyu · 15 years ago
  3. e8c2392 Add BlockSize declaration in FvMain section other tool would create a FV with blocksize=1 and huge number of blocks. by niruiyu · 15 years ago
  4. df7aaeb roll back IDT_ENTRY counter to 32 by vanjeff · 15 years ago
  5. 711d072 Fix the hardware flow control logic in SerialIo driver. by niruiyu · 15 years ago
  6. 1fafcca Update this module from DXE_DRIVER to DXE_RUNTIME_DRIVER and convert mSmmControl pointer upon GoVirtual(). by hhuan13 · 15 years ago
  7. a1bd217 Minor comment fix. by rsun3 · 15 years ago
  8. 9bfb494 The patch attached is to fix the issue that LMFA feature is failed on OVMF. The root cause is that OVMF platform reserved 128k top memory range for EMU variable range before PEI memory range re-locate to specified memory range, which is quite different from real platform. The original implementation has an assumption that AllocatePage will NOT be invoked until PEI memory range is re-located to preassigned memory range, , which is TRUE in most real platform, but FALSE on OVMF platform. So This patch is to enhanced the memory resource HOB re-organization algorithm to eliminate the assumption. by jchen20 · 15 years ago
  9. 947a573 Add Checking for MTRR existence. by xli24 · 15 years ago
  10. c4ae279 1, Remove comma after year by klu2 · 15 years ago
  11. 8967d98 Add description for the added BootState guid. by lgao4 · 15 years ago
  12. e4c0074 Cleanup license header by klu2 · 15 years ago
  13. fe89d43 Add license header for Duet's makefile. by klu2 · 15 years ago
  14. 6a18d37 Add the BootState GUID to EdkCompatibilityPkg.dec and the accordingly GUID header file. by niruiyu · 15 years ago
  15. a914195 MdeModule Package version updated from 0.90 to 0.91. by rsun3 · 15 years ago
  16. 3362f0e Update EdkCompatibilityPkg version from 0.90 to 0.91 by lgao4 · 15 years ago
  17. 4237d40 Minor update comment to remove unprintable character in source file. by qhuang8 · 15 years ago
  18. 40e8cca Fix the SMRAM caching range base and size. The original code uses the biggest SMRAM range base and size to set the cache attribute by gDS->SetMemorySpaceAttributes(). This is not correct because the platform code might split the TSEG into several ranges. The fix searches and joins all the adjacent ranges to the biggest SMRAM range into a cacheable range so that TSEG can be cached as a whole. by jgong5 · 15 years ago
  19. 44a8883 Fix typo that causes a hang. by andrewfish · 15 years ago
  20. c0bd010 Updating the USB subsystem init done in PciEmulation so we can use the standard EHCI driver. by andrewfish · 15 years ago
  21. 8776881 Add a blank line in the end of file. by lgao4 · 15 years ago
  22. 1bd57b6 Add some robustness check in DriverSample driver. by rsun3 · 15 years ago
  23. 51866b5 Update USB init code to do a softreset. by andrewfish · 15 years ago
  24. 0c1a4aa Minor update to some protocol interface function prototype for Doxygen document by rsun3 · 15 years ago
  25. 6e374f4 fix build error by erictian · 15 years ago
  26. e172ea1 roll back the parameter check of AsyncInterruptTransfer() and SyncInterruptTransfer() of Usb2HcProtocol to follow current uefi spec. by erictian · 15 years ago
  27. 008eeb5 Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg. by jyao1 · 15 years ago
  28. 21e66ee Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg. by jyao1 · 15 years ago
  29. b5cc527 Add SmmCore SmmServicesTable library. by jyao1 · 15 years ago
  30. 1bcef8b Update MdePkg revision to 1.02 by qhuang8 · 15 years ago
  31. 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
  32. 4951b24 Remove dead file, and update startup code to null out vector table. by andrewfish · 15 years ago
  33. aebb096 Update to use new $() form by andrewfish · 15 years ago
  34. 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
  35. 41d4780 Make these drivers more compatible with a projected Debug Agent Library implementation. by andrewfish · 15 years ago
  36. d03171e Add an EHCI register dump function for debug. Not hooked in any place... by andrewfish · 15 years ago
  37. 37cc056 Update package version for IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  38. c69f724 Sync EDKII BaseTools to BaseTools project r1913. by qhuang8 · 15 years ago
  39. 5a15736 Fix wrong BufferSize for Configuration data. by lgao4 · 15 years ago
  40. d34a247 Update the title Network Configuration to IPv4 Network Configuration since IPv6 UI is enabled. by tye1 · 15 years ago
  41. d5e821a Correct the CIS spec version info. by xli24 · 15 years ago
  42. 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
  43. 6a429df Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the following issue is found: by niruiyu · 15 years ago
  44. 233af82 Move to SmmServicesTableLib to IA32, x64 arch sub section to align with SmmLib by qhuang8 · 15 years ago
  45. 3a2f9cc uniform the sw and hw expression to avoid confusing. it does not effect hw function. by erictian · 15 years ago
  46. 029f9e8 Add SmmLib info to MdePkg.dec. by xli24 · 15 years ago
  47. b26fc8d Use the input Request string as check string. by lgao4 · 15 years ago
  48. 06ba53c Remove SMM_CORE from SmmServicesTableLib.inf that is dedicated for DXE_SMM_DRIVER by hhuan13 · 15 years ago
  49. 18ca224 by gdong1 · 15 years ago
  50. 4526f27 Add align build option to avoid the build issues. by gdong1 · 15 years ago
  51. 59aefb7 Update HiiConfigAccess.ExtractConfig interface to support NULL request string and ConfigHdr request string. by lgao4 · 15 years ago
  52. 5bdfa4e Add array index check to avoid potential buffer overflow. by xli24 · 15 years ago
  53. 2d5ac15 Fix a bug that a NULL pointer may be dereferenced. by rsun3 · 15 years ago
  54. d5d56f1 Sync EDKII BaseTools to BaseTools project r1911. by lgao4 · 15 years ago
  55. 545312a 1. Correct coding comments. by lgao4 · 15 years ago
  56. def75b5 Fix a bug in load modules at fixed address which may potentially impact OS S3. by jchen20 · 15 years ago
  57. f73b3df Fix a bug in LMFA which may potentially impact OS S3. by jchen20 · 15 years ago
  58. d367fe4 Turn of USB legacy support in EHCI driver as it is not needed. by andrewfish · 15 years ago
  59. 97e9818 Sync with ARMASM version. by andrewfish · 15 years ago
  60. 1fc17d7 Remove Size==0 branch in SmmAllocatePool() by hhuan13 · 15 years ago
  61. 1b14ec4 Add VlanConfigDxe to platform DSC/FDF. by xdu2 · 15 years ago
  62. 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
  63. 60cf9cf Minor bug fix and robustness check improvement. by rsun3 · 15 years ago
  64. 9dbad16 Removing "Ex" in PI PCD_PPI/PROTOCOL's interface according to PI 1.2 latest update. by klu2 · 15 years ago
  65. 3c447c2 Enable "Load Module At fixed Address" feature in SMM Core by jchen20 · 15 years ago
  66. de558d9 Fix non-boolean comparison expression. by lgao4 · 15 years ago
  67. 667ffa3 Fixed the build issue which is caused by movement of S3Resume.h is moved from MdePkg to IntelFrameworkPkg. by jchen20 · 15 years ago
  68. 548af3e Syncing GCC and ARMASM assembly. Made chunks of the ARMASM lowercase to make the diff easier. by andrewfish · 15 years ago
  69. c029854 Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  70. 9851fbc Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  71. 8cc7e3e Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  72. f7c4d74 Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg. by xli24 · 15 years ago
  73. 06b07ce Change the minimal SMM core size from 1MB to 256KB-4K. by jyao1 · 15 years ago
  74. a17b7e9 Remove EFI_SPECIFICATION_VERSION macro reference in code. by niruiyu · 15 years ago
  75. a1749b8 Fix some minor coding style issue for doxygen document. by qhuang8 · 15 years ago
  76. badc180 Cleanup unused items produced by EmbeddedPkg in UnixPkg.dsc by klu2 · 15 years ago
  77. 171aae8 Cleanup unused library class in UnixPkg.dsc by klu2 · 15 years ago
  78. 6b12cc4 remove the Framework version of EFI_S3_RESUME2_PPI defintion which is already added to IntelFrameworkPkg by jchen20 · 15 years ago
  79. c4f4112 Remove some comments according to the latest UEFI Spec 2_3_Errata_B. by ljin6 · 15 years ago
  80. 52c0d06 Fix K8 scan issues by hhuan13 · 15 years ago
  81. 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
  82. b8758b6 Remove unneeded space in sym output to make sure the output is RVD compatible. by andrewfish · 15 years ago
  83. 61e299a Make script less verbose by andrewfish · 15 years ago
  84. 4559086 Add parameter checking for MP Services Protocol Thunk driver. by xli24 · 15 years ago
  85. ccf0f68 Add checking whether FvCount is overflow when new unknown FvInfoPpi is dispatched. by klu2 · 15 years ago
  86. 2292758 Minor coding style fix. by rsun3 · 15 years ago
  87. 17dd1ce Rollback change of revision 10061. by xli24 · 15 years ago
  88. 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
  89. 476e89a Update EDKII core UEFI/PI version. by lgao4 · 15 years ago
  90. bce46f7 remove some comments. by vanjeff · 15 years ago
  91. 8c5983b Add the missing check for NULL pointer before use it. by lgao4 · 15 years ago
  92. 202c9c8 add the PI version of EFI_S3_RESUME2_PPI defintion by jchen20 · 15 years ago
  93. 77215d1 update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPI by jchen20 · 15 years ago
  94. 42686f2 Move the framework version of EFI_S3_RESUME_PPI defintion to Intel framework package from MdePkg by jchen20 · 15 years ago
  95. 8f79ed8 roll back some changing since it was not complete. by vanjeff · 15 years ago
  96. 2014a81 Add the missing OUTPUT directory for the EFI and depex file in Rule section. by lgao4 · 15 years ago
  97. d6b58d3 updated definitions of PCD PPI/Protocol per latest UEFI Spec. by vanjeff · 15 years ago
  98. 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
  99. 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
  100. 3c5963c Update PiSmmCore: by hhuan13 · 15 years ago