1. 1d5cbb4 Former change breaks build; changed back to commented lines 58 & 59, but as regular comments (not Doxygen comments). by myronporter · 15 years ago
  2. 64a8054 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  3. c61f936 fix ia32 build error. by erictian · 15 years ago
  4. 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
  5. 412d1ed Add check of MediaPresentSupported field in SNP mode data to support UNDI without cable detect capability. by xdu2 · 15 years ago
  6. fe81726 Add sample use case for IFR security op-code. by rsun3 · 15 years ago
  7. 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
  8. 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
  9. b7250b7 Fixed a bug in LMFA code by jchen20 · 15 years ago
  10. df7aaeb roll back IDT_ENTRY counter to 32 by vanjeff · 15 years ago
  11. a1bd217 Minor comment fix. by rsun3 · 15 years ago
  12. 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
  13. a914195 MdeModule Package version updated from 0.90 to 0.91. by rsun3 · 15 years ago
  14. 4237d40 Minor update comment to remove unprintable character in source file. by qhuang8 · 15 years ago
  15. 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
  16. 8776881 Add a blank line in the end of file. by lgao4 · 15 years ago
  17. 1bd57b6 Add some robustness check in DriverSample driver. by rsun3 · 15 years ago
  18. 0c1a4aa Minor update to some protocol interface function prototype for Doxygen document by rsun3 · 15 years ago
  19. 6e374f4 fix build error by erictian · 15 years ago
  20. e172ea1 roll back the parameter check of AsyncInterruptTransfer() and SyncInterruptTransfer() of Usb2HcProtocol to follow current uefi spec. by erictian · 15 years ago
  21. 008eeb5 Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg. by jyao1 · 15 years ago
  22. d03171e Add an EHCI register dump function for debug. Not hooked in any place... by andrewfish · 15 years ago
  23. 5a15736 Fix wrong BufferSize for Configuration data. by lgao4 · 15 years ago
  24. d34a247 Update the title Network Configuration to IPv4 Network Configuration since IPv6 UI is enabled. by tye1 · 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. 3a2f9cc uniform the sw and hw expression to avoid confusing. it does not effect hw function. by erictian · 15 years ago
  27. b26fc8d Use the input Request string as check string. by lgao4 · 15 years ago
  28. 18ca224 by gdong1 · 15 years ago
  29. 4526f27 Add align build option to avoid the build issues. by gdong1 · 15 years ago
  30. 59aefb7 Update HiiConfigAccess.ExtractConfig interface to support NULL request string and ConfigHdr request string. by lgao4 · 15 years ago
  31. 2d5ac15 Fix a bug that a NULL pointer may be dereferenced. by rsun3 · 15 years ago
  32. def75b5 Fix a bug in load modules at fixed address which may potentially impact OS S3. by jchen20 · 15 years ago
  33. f73b3df Fix a bug in LMFA which may potentially impact OS S3. by jchen20 · 15 years ago
  34. 1fc17d7 Remove Size==0 branch in SmmAllocatePool() by hhuan13 · 15 years ago
  35. 60cf9cf Minor bug fix and robustness check improvement. by rsun3 · 15 years ago
  36. 3c447c2 Enable "Load Module At fixed Address" feature in SMM Core by jchen20 · 15 years ago
  37. 06b07ce Change the minimal SMM core size from 1MB to 256KB-4K. by jyao1 · 15 years ago
  38. 52c0d06 Fix K8 scan issues by hhuan13 · 15 years ago
  39. ccf0f68 Add checking whether FvCount is overflow when new unknown FvInfoPpi is dispatched. by klu2 · 15 years ago
  40. 2292758 Minor coding style fix. by rsun3 · 15 years ago
  41. 17dd1ce Rollback change of revision 10061. by xli24 · 15 years ago
  42. 77215d1 update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPI by jchen20 · 15 years ago
  43. 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
  44. 3c5963c Update PiSmmCore: by hhuan13 · 15 years ago
  45. 9c1ca96 MdeModulePkg DxeNetLib: Fix compiler warning by jljusten · 15 years ago
  46. 96a65fc Add FormMap form example. by lgao4 · 15 years ago
  47. 592b87a update Ehci driver to distinct pci memory address and host address by erictian · 15 years ago
  48. e7af83a 1. Refine debug agent library. by vanjeff · 15 years ago
  49. 771ecec Add the missing check for NULL pointer before use it. by lgao4 · 15 years ago
  50. 3978f5d Fixed GCC build issue caused by converting a pointer to an integer of a larger size. by geekboy15a · 15 years ago
  51. 64ca680 Add parameter checking for PEI service AllocatePages(), according to PI1.2 errata A. by xli24 · 15 years ago
  52. f7dab9f Refine parameter description according to PI 1.2 errata A. by xli24 · 15 years ago
  53. d2fbaaa Add more code robustness check for modules under MdeModulePkg. by rsun3 · 15 years ago
  54. 4fb7207 Fix a bug in "Load module At fixed address" to enable it on IPF platform by jchen20 · 15 years ago
  55. fe92ab2 import Debug Agent Library and null instance in MdeModulePkg. by vanjeff · 15 years ago
  56. 5b422a7 Clean up PiSmmCore to pass K8 scan by hhuan13 · 15 years ago
  57. 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
  58. 4442c57 Add PI SMM IPL and PI SMM Core by mdkinney · 15 years ago
  59. e42e940 Add PI SMM IPL and PI SMM Core by mdkinney · 15 years ago
  60. 713b778 Add MemoryAllocationLib for PI SMM Core by mdkinney · 15 years ago
  61. b05ad4a Cleanup: Remove PcdDxePcdDatabaseTraverseEnabled by jljusten · 15 years ago
  62. a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
  63. 8976547 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  64. 2573712 Enhance SetupBrowser to support new UEFI HiiFormMap feature by lgao4 · 15 years ago
  65. ea02543 Add support for capsule above 4G. by xli24 · 15 years ago
  66. b6d539c roll back changing on save and restore interrupt status, it needn't doing. by vanjeff · 15 years ago
  67. 12fbc89 Minor comment fix. by rsun3 · 15 years ago
  68. f505090 Avoid shadowing PE image read function on IPF by jgong5 · 15 years ago
  69. ff8c786 fixed the bug in .S file to make the EBC driver work for UNIXGCC build. by jchen20 · 15 years ago
  70. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  71. cd539d4 Fix comment by mdkinney · 15 years ago
  72. f03ccf5 Enhance UpdateCapsule () to support calling multiple times. by li-elvin · 15 years ago
  73. 235eaa6 enhanced Dhcp4Dxe module to clean active configure data when Dhcp4->Stop() and Dhcp4->Release() called. by vanjeff · 15 years ago
  74. 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
  75. 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
  76. 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
  77. c39c3e2 add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport. by niruiyu · 15 years ago
  78. 3351d21 Cleanup HOB DEBUG prints by andrewfish · 15 years ago
  79. 74e4429 1) Fix build issues by mdkinney · 15 years ago
  80. d3308de Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  81. 300240b Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  82. 8e90dd6 Clean up HOB debug prints by andrewfish · 15 years ago
  83. 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
  84. c0b516d Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  85. 0803854 Update DXE Core to be compatible with PI 1.2 SMM Drivers. by mdkinney · 15 years ago
  86. c777c35 Update SnpDxe to support dynamic media detect. by xdu2 · 15 years ago
  87. 6ac15f7 Support HII VOID* dynamic/dynamicEx type PCD. by klu2 · 15 years ago
  88. 6ddd3af Update HiiDataBase to make sure that the installed StringPackages contains the same number string ID. by lgao4 · 15 years ago
  89. b3b1a4c The fix is for EFI Linux capsule test case can not run. by li-elvin · 15 years ago
  90. 97c7478 GraphicsOutputBlt() need judge parameter by klu2 · 15 years ago
  91. 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
  92. b07a5b6 Pass the correct TokenNumber into a CallbackOnSet notification function. The value being passed in was off by 1. by mdkinney · 15 years ago
  93. 736c5dd Pass the correct TokenNumber into a CallbackOnSet notification function. The value being passed in was off by 1. by mdkinney · 15 years ago
  94. ea02100 1. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout event. by erictian · 15 years ago
  95. 4140a66 Coding style fix and minor improvements. by rsun3 · 15 years ago
  96. 38ebfec Add example of Name/Value pair var store to DriverSample by lgao4 · 15 years ago
  97. 0cf27ce a)Save and disable CPU interrupt before calling AsmWriteIdtr(). by vanjeff · 15 years ago
  98. 852081f revise the debug message to add 0x in front of the HEX number for consistency by jchen20 · 15 years ago
  99. d7c0e60 Fix ICC build break by do data conversion. by lgao4 · 15 years ago
  100. 99ff63c change the GetPcd64 to FixedGetPcd64 to pass ECC by jchen20 · 15 years ago