1. e9fc14b Make sure FIQ debugger stuff can work. by andrewfish · 15 years ago
  2. 9d1d724 Try out performance infrastructure by andrewfish · 15 years ago
  3. 6556897 Add supported for performance libraries. by andrewfish · 15 years ago
  4. bb02cb8 Cleanup MMU code to do book required sync. Update exception handler to clear fault registers. by andrewfish · 15 years ago
  5. 382127f Fix Beagle references without using svn mv. by andrewfish · 15 years ago
  6. 801ee6c Partial checkin to fix Beagle references by andrewfish · 15 years ago
  7. d70b881 Partial checkin fixing Beagle references by andrewfish · 15 years ago
  8. b1c5bd5 Cleaning up thing Beagle in Omap35xx. Partial checkin as I'm getting errors out of svn for doing a svn mv. by andrewfish · 15 years ago
  9. 7e35385 Fix build break. Was fixing Beagle names in Omap35xx package and missed a few. by andrewfish · 15 years ago
  10. bf19b44 Fix ICC build failure. by niruiyu · 15 years ago
  11. 18c97f5 Refine the file/function comments to follow doxygen format by klu2 · 15 years ago
  12. 9af300f Correct data conversion from pointer to integer. by lgao4 · 15 years ago
  13. e319b2d Add the blank line at the end of file to pass ICC compiler. by lgao4 · 15 years ago
  14. 41cbd48 Add the missing MemoryTest driver to let memory above 4G be discovered in Shell memmap. by niruiyu · 15 years ago
  15. e9ba23c 1. Add the missing function headers. by lgao4 · 15 years ago
  16. a58cc06 Update DevicePath.h to add the UART_FLOW_CONTROL_HARDWARE and UART_FLOW_CONTROL_XON_XOFF. by niruiyu · 15 years ago
  17. 526bf28 UnixSerialIo driver was changed to produce the flow control device path node when the remaining device path contains such node. And it will return unsupported when receiving a remaining device path only contains UART node and it’s already produced the flow control node. by niruiyu · 15 years ago
  18. ff72001 Nt32SerialIo driver was changed to produce the flow control device path node when the remaining device path contains such node. And it will return unsupported when receiving a remaining device path only contains UART node and it’s already produced the flow control node. by niruiyu · 15 years ago
  19. 6b008b7 1. IsaSerialIo driver was changed to produce the flow control device path node when the remaining device path contains such node. And it will return unsupported when receiving a remaining device path only contains UART node and it’s already produced the flow control node. by niruiyu · 15 years ago
  20. 76649bf 1.Fixed the bug when retrieved component name by child handle. It should used gEfiConsoleInDeviceGuid, gEfiConsoleOutDeviceGuid instead of gEfiSimpleTextInProtocolGuid and gEfiSimpleTextOutProtocolGuid. by vanjeff · 15 years ago
  21. f43b077 Remove old module which no one consume it. by klu2 · 15 years ago
  22. 7800c28 Cleanup Cache an MMU operations. by andrewfish · 15 years ago
  23. c5d00b3 Fix the issue that GCC treat enum type as unsigned int which incompatible with UEFI spec's INT32. by klu2 · 15 years ago
  24. 712389b Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  25. 87d0817 Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  26. 5e51a4d Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  27. 5009ddf Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  28. 46d45cd Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  29. 2521180 Remove the duplicated SmmLibNull, which has been moved into MdePkg. by lgao4 · 15 years ago
  30. 8180a7a Add the missing CpuLib library instance into EdkCompatibilityPkg.dsc by lgao4 · 15 years ago
  31. b295dfd MdeModulePkg: Fix warning with VS2005 toolchain on IA32 by jljusten · 15 years ago
  32. 38c7df9 Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure. by jgong5 · 15 years ago
  33. 969eba7 Add the beginning of a GDB based Debug Agent. IA-32 and X64 don't have low level interrupt code yet. I've been testing on ARM. by andrewfish · 15 years ago
  34. 66c0b44 Add Current working directory support to the library by andrewfish · 15 years ago
  35. 4326328 Added DebugAgentTimerLib. Cleaned up .h files and other code. by andrewfish · 15 years ago
  36. 1f44ee1 Correct PCD Pcd8259LegacyModeMask and Pcd8259LegacyModeEdgeLevel definition in PcAtChipsetPkg. by lgao4 · 15 years ago
  37. 097e25c Add function comments and refine function parameter IN OUT. by jgong5 · 15 years ago
  38. ff443d3 Use on-demand paging for CpuSaveStates read/write. It was measured about 200us for either read or write the PI CpuSaveStates to framework, ~400us in total on a platform with 80 CPUs with original for loop implementation. So with on-demand paging, if the framework SMI handler doesn’t read/write CpuSaveStates, ~400us will be saved. If the handler happens to use CpuSaveStates, there will be about 20us overhead for either read or write a page which contains 5 continuous CpuSaveStates. by jgong5 · 15 years ago
  39. 553472f Enhance SNP to be compatible with UNDI driver which doesn’t report correct network cable status in Initialize(), i.e. force MediaPresent in Snp Mode to be TRUE in case UNDI driver report no media but actually we have already received packet from network interface. by xdu2 · 15 years ago
  40. 35a895c Remove the unnecessary top level header files in protocol header file. by lgao4 · 15 years ago
  41. caeefbf Remove the duplicated UefiRuntimeLib in EdkCompatibilityPkg.dsc by lgao4 · 15 years ago
  42. 5b368e7 Fix ICC build failures by mdkinney · 15 years ago
  43. 3432b0c Fix INF file header format by qhuang8 · 15 years ago
  44. caf3046 Update to clean up some obsolete info by qhuang8 · 15 years ago
  45. a47d463 Remove RELEASE tag from DuetPkg DSC, because DuetPkg post build script only support DEBUG tag. by lgao4 · 15 years ago
  46. 619561d fixed IP fragment issue which caused the MTU used by IP is less than the one IP exposed to upper layers. by qianouyang · 15 years ago
  47. 0cf8c20 1. Remove the duplicated contents from source files and INF file of PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk module. by lgao4 · 15 years ago
  48. ee6e871 remove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the calling PxeBc->Stop() in Driver Binding Stop() could make sure PXE functionality is stopped when disconnecting UefiPxeBcDxe module. by vanjeff · 15 years ago
  49. dc2b05a Add PI SMM Status Code Protocol on Framework SMM Status Code Protocol thunk driver. This thunk driver produces PI SMM Status Code Protocol and SMM Report Status Code Handler Protocol and it registers a status code handler within itself to route status codes into Framework SMM Status Code Protocol. by rsun3 · 15 years ago
  50. 8edfbe0 Security enhancement to SMM Base thunk drivers: Framework SMM drivers can't be loaded after SMRAM is locked. by rsun3 · 15 years ago
  51. 123e0ca Not maintained. by hhtian · 15 years ago
  52. f5bf8c9 Not maintained. by hhtian · 15 years ago
  53. 72d792f Not maintained. by hhtian · 15 years ago
  54. 0095877 Not maintained. by hhtian · 15 years ago
  55. 5878d15 Not maintained. by hhtian · 15 years ago
  56. 0a36de5 Not maintained. by hhtian · 15 years ago
  57. f48d998 Not maintained. by hhtian · 15 years ago
  58. 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
  59. 7971490 Sync EDKII BaseTools to BaseTools project r1940 by qhuang8 · 15 years ago
  60. fc5de6b Remove obsolete BuildCapsuleHob() function in DxeCoreHobLib. by qhuang8 · 15 years ago
  61. f46d494 OVMF BlockMmioToBlockIoDxe: Fix build error for VS2005 by jljusten · 15 years ago
  62. 571f4f5 Remove the work around as the Fat driver's lock issue was found and fixed. by niruiyu · 15 years ago
  63. 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
  64. 8df1634 Don't create a dummy string with new language. by lgao4 · 15 years ago
  65. b2e5957 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
  66. 7cc9c45 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
  67. ab780eb Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in SmmCore for security consideration. by jyao1 · 15 years ago
  68. 59a4bd4 Add RELEASE target by lgao4 · 15 years ago
  69. 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
  70. efd82c5 OVMF: Add BlockMmioToBlockIoDxe driver by jljusten · 15 years ago
  71. b0f5144 OVMF: Add Block MMIO protocol definition by jljusten · 15 years ago
  72. fa4aade Add [Depex] section for DUETFwh DXE_DRIVER. A DXE_DRIVR must has [depex] section. by klu2 · 15 years ago
  73. cddf6c5 Correct file path separator to be consistent. by lgao4 · 15 years ago
  74. 6691cae Fix compile break on IA32 arch. by lgao4 · 15 years ago
  75. 4431fdc Fix an bug for PXE boot assert by hhuan13 · 15 years ago
  76. 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
  77. 1329da4 Add parameter check in SmmBase.Communicate(). by rsun3 · 15 years ago
  78. 3b1464d by rsun3 · 15 years ago
  79. f3decdc Sync EDKII BaseTools to BaseTools project r1937. by lgao4 · 15 years ago
  80. 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
  81. 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
  82. a5ca8fa Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). by jgong5 · 15 years ago
  83. 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
  84. 7bc01e8 changing UDP default timeout value to 2s to improve PXE BC boot performance. by vanjeff · 15 years ago
  85. 8e38f18 variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: by erictian · 15 years ago
  86. ff19726 variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: by erictian · 15 years ago
  87. 2ae0d12 Refine Legacy Region thunk to comply with PI 1.2. by xli24 · 15 years ago
  88. a04b8e8 Update shell binaries to use release build target and integrate the following hot fixes: by qhuang8 · 15 years ago
  89. 32c4126 Fixed a minor bug in PlatformDriOverrideDxe which will assert when user trigger "Clear all mapping record" twice. by jchen20 · 15 years ago
  90. 8ec8bed 1, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Callback function can not be found. by klu2 · 15 years ago
  91. 2db63cd Bug Fix: IPv4 Fragment is not correct when VLAN is enable. by qianouyang · 15 years ago
  92. abe31ad Roll back previous change. by rsun3 · 15 years ago
  93. 6af1b99 1. Update Fat Binaries to fix a migration bug about EFI lock semantics change. by qhuang8 · 15 years ago
  94. ab9cb4b Separate IA32/X64 architecture into two DSC file to avoid the their output mixup. by klu2 · 15 years ago
  95. 18e7892 Update SmmBase Communicate Thunk behaivor to be compatible with Framework implemenation. by rsun3 · 15 years ago
  96. 1d5cbb4 Former change breaks build; changed back to commented lines 58 & 59, but as regular comments (not Doxygen comments). by myronporter · 15 years ago
  97. 64a8054 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  98. d96d37d fix ia32 build error. by erictian · 15 years ago
  99. c61f936 fix ia32 build error. by erictian · 15 years ago
  100. 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