1. f5bf8c9 Not maintained. by hhtian · 15 years ago
  2. 72d792f Not maintained. by hhtian · 15 years ago
  3. 0095877 Not maintained. by hhtian · 15 years ago
  4. 5878d15 Not maintained. by hhtian · 15 years ago
  5. 0a36de5 Not maintained. by hhtian · 15 years ago
  6. f48d998 Not maintained. by hhtian · 15 years ago
  7. fbdd3ff This patch is to fix incorrect value for EfiCacheAssociativity24Way. I added other definitions as well defined by SMBIOS 2.6.1 spec. by li-elvin · 15 years ago
  8. 7971490 Sync EDKII BaseTools to BaseTools project r1940 by qhuang8 · 15 years ago
  9. fc5de6b Remove obsolete BuildCapsuleHob() function in DxeCoreHobLib. by qhuang8 · 15 years ago
  10. f46d494 OVMF BlockMmioToBlockIoDxe: Fix build error for VS2005 by jljusten · 15 years ago
  11. 571f4f5 Remove the work around as the Fat driver's lock issue was found and fixed. by niruiyu · 15 years ago
  12. 38dc220 Per Liming request: 1)remove duplicate header disclaimer lines IntelFrameworkModulePkg.dsc; 2) IntelFrameworkModulePkg\Include\Library\GenericBdsLib.h line 948 is actually 948 to 963, 8 lines of @retval. by myronporter · 15 years ago
  13. 8df1634 Don't create a dummy string with new language. by lgao4 · 15 years ago
  14. b2e5957 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
  15. 7cc9c45 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
  16. ab780eb Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in SmmCore for security consideration. by jyao1 · 15 years ago
  17. 59a4bd4 Add RELEASE target by lgao4 · 15 years ago
  18. 21f7daf Fix sync issue to make EbcLLCALLEX() function check the same value to ones that are used in EbcCreateThunks() to decide whether the input function is a thunk to EBC. by lgao4 · 15 years ago
  19. efd82c5 OVMF: Add BlockMmioToBlockIoDxe driver by jljusten · 15 years ago
  20. b0f5144 OVMF: Add Block MMIO protocol definition by jljusten · 15 years ago
  21. fa4aade Add [Depex] section for DUETFwh DXE_DRIVER. A DXE_DRIVR must has [depex] section. by klu2 · 15 years ago
  22. cddf6c5 Correct file path separator to be consistent. by lgao4 · 15 years ago
  23. 6691cae Fix compile break on IA32 arch. by lgao4 · 15 years ago
  24. 4431fdc Fix an bug for PXE boot assert by hhuan13 · 15 years ago
  25. 5068433 Ensure GDT for APs is under 4G, in order to secure that APs can safely use it to switch from real mode to protected mode, as well as from protected mode to long mode. by xli24 · 15 years ago
  26. 1329da4 Add parameter check in SmmBase.Communicate(). by rsun3 · 15 years ago
  27. 3b1464d by rsun3 · 15 years ago
  28. f3decdc Sync EDKII BaseTools to BaseTools project r1937. by lgao4 · 15 years ago
  29. aa91de0 Fix a bug that usb keybarod can not work well when it is inserted at a usb 2.0 hub. by erictian · 15 years ago
  30. 33f30f1 NumberOfCpus and SmmStartupThisAp field in Framework SMST should be updated per PI SMST at SMM runtime context. These two fields in PI SMST are not guaranteed to be valid at SMM initialization phase. by rsun3 · 15 years ago
  31. a5ca8fa Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). by jgong5 · 15 years ago
  32. 6c3fa13 Define VERIFY_SIZE_OF macro to verify size of basic UEFI Data types. This should be equivalent with previous implementation. by qhuang8 · 15 years ago
  33. 7bc01e8 changing UDP default timeout value to 2s to improve PXE BC boot performance. by vanjeff · 15 years ago
  34. 8e38f18 variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: by erictian · 15 years ago
  35. ff19726 variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: by erictian · 15 years ago
  36. 2ae0d12 Refine Legacy Region thunk to comply with PI 1.2. by xli24 · 15 years ago
  37. a04b8e8 Update shell binaries to use release build target and integrate the following hot fixes: by qhuang8 · 15 years ago
  38. 32c4126 Fixed a minor bug in PlatformDriOverrideDxe which will assert when user trigger "Clear all mapping record" twice. by jchen20 · 15 years ago
  39. 8ec8bed 1, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Callback function can not be found. by klu2 · 15 years ago
  40. 2db63cd Bug Fix: IPv4 Fragment is not correct when VLAN is enable. by qianouyang · 15 years ago
  41. abe31ad Roll back previous change. by rsun3 · 15 years ago
  42. 6af1b99 1. Update Fat Binaries to fix a migration bug about EFI lock semantics change. by qhuang8 · 15 years ago
  43. ab9cb4b Separate IA32/X64 architecture into two DSC file to avoid the their output mixup. by klu2 · 15 years ago
  44. 18e7892 Update SmmBase Communicate Thunk behaivor to be compatible with Framework implemenation. by rsun3 · 15 years ago
  45. 1d5cbb4 Former change breaks build; changed back to commented lines 58 & 59, but as regular comments (not Doxygen comments). by myronporter · 15 years ago
  46. 64a8054 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  47. d96d37d fix ia32 build error. by erictian · 15 years ago
  48. c61f936 fix ia32 build error. by erictian · 15 years ago
  49. c0d69d1 The ATA alignment_logic_in_phy_blocks field doesn’t directly report the lowest aligned LBA. Instead, there’s some modulo arithmetic involved. by erictian · 15 years ago
  50. fa03149 The ATA alignment_logic_in_phy_blocks field doesn’t directly report the lowest aligned LBA. Instead, there’s some modulo arithmetic involved. by erictian · 15 years ago
  51. 9f50cb9 Remove hook for debugger. Should be implemented using the new library scheme. by andrewfish · 15 years ago
  52. 3a75312 Fix bug by andrewfish · 15 years ago
  53. 4e471bf Update intrinsics for code sourcery gcc by andrewfish · 15 years ago
  54. bff4e9e Sync up ARMASM and GCC version by andrewfish · 15 years ago
  55. 7781f9f Add a build script for code socery gcc. by andrewfish · 15 years ago
  56. 703f1d0 Add Math64.S to reduce the number of compiler intrinsics that need to be supported. It turns out they seem to change from GCC generation to generation. by andrewfish · 15 years ago
  57. 673c149 Remove the implementation limitation in the SmmBaseHelper driver that it assumes the Framework SMM driver to be loaded has a copy in memory. by rsun3 · 15 years ago
  58. 49fd8a3 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  59. 412d1ed Add check of MediaPresentSupported field in SNP mode data to support UNDI without cable detect capability. by xdu2 · 15 years ago
  60. fe81726 Add sample use case for IFR security op-code. by rsun3 · 15 years ago
  61. 3dd405b Fix a bug in SetupBrowserDxe driver when check current user's access setup permission. EFI_USER_INFO_ACCESS_CONTROL.Size may be equal to sizeof (EFI_USER_INFO_ACCESS_CONTROL) because of no extra data. by rsun3 · 15 years ago
  62. 852d891 Minor update the patch for Edk r10248 by qhuang8 · 15 years ago
  63. 39301e9 Remove FD section from DuetPkg.fdf and move the BlockSize/NumBlocks declaration from FD to FV. by niruiyu · 15 years ago
  64. eccca95 add missed GUID definition of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_GUID_31. by vanjeff · 15 years ago
  65. 54f8d22 Add missing words for the description of EFI_SMM_CONTROL_PROTOCOL. by xli24 · 15 years ago
  66. f22f941 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  67. a89fa50 Clarify @pram b in Base.h. Accepted and edited in Qing Huang changes for @retval EFI_INVALID_PARAMETER lines. 171 & 321. by myronporter · 15 years ago
  68. 5a65741 Correction to remove Apple lines from Disclaimers. These were introduced after r10220, indicating the copies of disclaimer with Apple lines are a corruption. by myronporter · 15 years ago
  69. 9e18c9b Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which provides the security status code library for EDK runtime and smm driver. by lgao4 · 15 years ago
  70. b56111f Add GlueLib SmmRuntimeDxeReportStatusCodeLib into EdkCompatibilityPkg , which provides the security status code library for EDK runtime and smm driver. by lgao4 · 15 years ago
  71. 5209f2a Remove one leftover in protocol definitions. by qhuang8 · 15 years ago
  72. 8fa729a Merge the same type PCD section. by lgao4 · 15 years ago
  73. 5fa3085 Clean up PCDs section in Nt32 DSCs by removing those PCDs that use the default values/types from the DEC file. by lgao4 · 15 years ago
  74. eebe3bb Fix a issue to support the callback related to framework IFR REF opcode. Its callback type is EFI_IFR_TYPE_UNDEFINED according to the latest UEFI spec. by lgao4 · 15 years ago
  75. 61a2420 Support Framework IFR SELECT OP code. by lgao4 · 15 years ago
  76. 213fece 1. update the definitions in debug agent library, rename DEBUG_AGENT_INIT_DXE to DEBUG_AGENT_INIT_DXE_CORE and add DEBUG_AGENT_INIT_S3. by vanjeff · 15 years ago
  77. 6343667 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  78. 809bd7b Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  79. 8c18db2 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  80. af2dc6a Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  81. 636f2be Sync EDKII BaseTools to BaseTools project r1928 by lgao4 · 15 years ago
  82. b7250b7 Fixed a bug in LMFA code by jchen20 · 15 years ago
  83. 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
  84. 4903c01 Change the PM Timer RegisterBitWidth according to the Flags by niruiyu · 15 years ago
  85. 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
  86. df7aaeb roll back IDT_ENTRY counter to 32 by vanjeff · 15 years ago
  87. 711d072 Fix the hardware flow control logic in SerialIo driver. by niruiyu · 15 years ago
  88. 1fafcca Update this module from DXE_DRIVER to DXE_RUNTIME_DRIVER and convert mSmmControl pointer upon GoVirtual(). by hhuan13 · 15 years ago
  89. a1bd217 Minor comment fix. by rsun3 · 15 years ago
  90. 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
  91. 947a573 Add Checking for MTRR existence. by xli24 · 15 years ago
  92. c4ae279 1, Remove comma after year by klu2 · 15 years ago
  93. 8967d98 Add description for the added BootState guid. by lgao4 · 15 years ago
  94. e4c0074 Cleanup license header by klu2 · 15 years ago
  95. fe89d43 Add license header for Duet's makefile. by klu2 · 15 years ago
  96. 6a18d37 Add the BootState GUID to EdkCompatibilityPkg.dec and the accordingly GUID header file. by niruiyu · 15 years ago
  97. a914195 MdeModule Package version updated from 0.90 to 0.91. by rsun3 · 15 years ago
  98. 3362f0e Update EdkCompatibilityPkg version from 0.90 to 0.91 by lgao4 · 15 years ago
  99. 4237d40 Minor update comment to remove unprintable character in source file. by qhuang8 · 15 years ago
  100. 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