1. 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
  2. 7e35385 Fix build break. Was fixing Beagle names in Omap35xx package and missed a few. by andrewfish · 15 years ago
  3. bf19b44 Fix ICC build failure. by niruiyu · 15 years ago
  4. 18c97f5 Refine the file/function comments to follow doxygen format by klu2 · 15 years ago
  5. 9af300f Correct data conversion from pointer to integer. by lgao4 · 15 years ago
  6. e319b2d Add the blank line at the end of file to pass ICC compiler. by lgao4 · 15 years ago
  7. 41cbd48 Add the missing MemoryTest driver to let memory above 4G be discovered in Shell memmap. by niruiyu · 15 years ago
  8. e9ba23c 1. Add the missing function headers. by lgao4 · 15 years ago
  9. a58cc06 Update DevicePath.h to add the UART_FLOW_CONTROL_HARDWARE and UART_FLOW_CONTROL_XON_XOFF. by niruiyu · 15 years ago
  10. 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
  11. 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
  12. 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
  13. 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
  14. f43b077 Remove old module which no one consume it. by klu2 · 15 years ago
  15. 7800c28 Cleanup Cache an MMU operations. by andrewfish · 15 years ago
  16. c5d00b3 Fix the issue that GCC treat enum type as unsigned int which incompatible with UEFI spec's INT32. by klu2 · 15 years ago
  17. 712389b Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  18. 87d0817 Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  19. 5e51a4d Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  20. 5009ddf Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  21. 46d45cd Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  22. 2521180 Remove the duplicated SmmLibNull, which has been moved into MdePkg. by lgao4 · 15 years ago
  23. 8180a7a Add the missing CpuLib library instance into EdkCompatibilityPkg.dsc by lgao4 · 15 years ago
  24. b295dfd MdeModulePkg: Fix warning with VS2005 toolchain on IA32 by jljusten · 15 years ago
  25. 38c7df9 Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure. by jgong5 · 15 years ago
  26. 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
  27. 66c0b44 Add Current working directory support to the library by andrewfish · 15 years ago
  28. 4326328 Added DebugAgentTimerLib. Cleaned up .h files and other code. by andrewfish · 15 years ago
  29. 1f44ee1 Correct PCD Pcd8259LegacyModeMask and Pcd8259LegacyModeEdgeLevel definition in PcAtChipsetPkg. by lgao4 · 15 years ago
  30. 097e25c Add function comments and refine function parameter IN OUT. by jgong5 · 15 years ago
  31. 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
  32. 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
  33. 35a895c Remove the unnecessary top level header files in protocol header file. by lgao4 · 15 years ago
  34. caeefbf Remove the duplicated UefiRuntimeLib in EdkCompatibilityPkg.dsc by lgao4 · 15 years ago
  35. 5b368e7 Fix ICC build failures by mdkinney · 15 years ago
  36. 3432b0c Fix INF file header format by qhuang8 · 15 years ago
  37. caf3046 Update to clean up some obsolete info by qhuang8 · 15 years ago
  38. a47d463 Remove RELEASE tag from DuetPkg DSC, because DuetPkg post build script only support DEBUG tag. by lgao4 · 15 years ago
  39. 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
  40. 0cf8c20 1. Remove the duplicated contents from source files and INF file of PiSmmStatusCodeOnFrameworkSmmStatusCodeThunk module. by lgao4 · 15 years ago
  41. 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
  42. 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
  43. 8edfbe0 Security enhancement to SMM Base thunk drivers: Framework SMM drivers can't be loaded after SMRAM is locked. by rsun3 · 15 years ago
  44. 123e0ca Not maintained. by hhtian · 15 years ago
  45. f5bf8c9 Not maintained. by hhtian · 15 years ago
  46. 72d792f Not maintained. by hhtian · 15 years ago
  47. 0095877 Not maintained. by hhtian · 15 years ago
  48. 5878d15 Not maintained. by hhtian · 15 years ago
  49. 0a36de5 Not maintained. by hhtian · 15 years ago
  50. f48d998 Not maintained. by hhtian · 15 years ago
  51. 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
  52. 7971490 Sync EDKII BaseTools to BaseTools project r1940 by qhuang8 · 15 years ago
  53. fc5de6b Remove obsolete BuildCapsuleHob() function in DxeCoreHobLib. by qhuang8 · 15 years ago
  54. f46d494 OVMF BlockMmioToBlockIoDxe: Fix build error for VS2005 by jljusten · 15 years ago
  55. 571f4f5 Remove the work around as the Fat driver's lock issue was found and fixed. by niruiyu · 15 years ago
  56. 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
  57. 8df1634 Don't create a dummy string with new language. by lgao4 · 15 years ago
  58. b2e5957 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
  59. 7cc9c45 Clean up Nt32Pkg and DuetPkg DSCs to move common used library instance to Common [LibraryClasses] section. by lgao4 · 15 years ago
  60. ab780eb Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in SmmCore for security consideration. by jyao1 · 15 years ago
  61. 59a4bd4 Add RELEASE target by lgao4 · 15 years ago
  62. 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
  63. efd82c5 OVMF: Add BlockMmioToBlockIoDxe driver by jljusten · 15 years ago
  64. b0f5144 OVMF: Add Block MMIO protocol definition by jljusten · 15 years ago
  65. fa4aade Add [Depex] section for DUETFwh DXE_DRIVER. A DXE_DRIVR must has [depex] section. by klu2 · 15 years ago
  66. cddf6c5 Correct file path separator to be consistent. by lgao4 · 15 years ago
  67. 6691cae Fix compile break on IA32 arch. by lgao4 · 15 years ago
  68. 4431fdc Fix an bug for PXE boot assert by hhuan13 · 15 years ago
  69. 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
  70. 1329da4 Add parameter check in SmmBase.Communicate(). by rsun3 · 15 years ago
  71. 3b1464d by rsun3 · 15 years ago
  72. f3decdc Sync EDKII BaseTools to BaseTools project r1937. by lgao4 · 15 years ago
  73. 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
  74. 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
  75. a5ca8fa Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). by jgong5 · 15 years ago
  76. 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
  77. 7bc01e8 changing UDP default timeout value to 2s to improve PXE BC boot performance. by vanjeff · 15 years ago
  78. 8e38f18 variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: by erictian · 15 years ago
  79. ff19726 variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: by erictian · 15 years ago
  80. 2ae0d12 Refine Legacy Region thunk to comply with PI 1.2. by xli24 · 15 years ago
  81. a04b8e8 Update shell binaries to use release build target and integrate the following hot fixes: by qhuang8 · 15 years ago
  82. 32c4126 Fixed a minor bug in PlatformDriOverrideDxe which will assert when user trigger "Clear all mapping record" twice. by jchen20 · 15 years ago
  83. 8ec8bed 1, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Callback function can not be found. by klu2 · 15 years ago
  84. 2db63cd Bug Fix: IPv4 Fragment is not correct when VLAN is enable. by qianouyang · 15 years ago
  85. abe31ad Roll back previous change. by rsun3 · 15 years ago
  86. 6af1b99 1. Update Fat Binaries to fix a migration bug about EFI lock semantics change. by qhuang8 · 15 years ago
  87. ab9cb4b Separate IA32/X64 architecture into two DSC file to avoid the their output mixup. by klu2 · 15 years ago
  88. 18e7892 Update SmmBase Communicate Thunk behaivor to be compatible with Framework implemenation. by rsun3 · 15 years ago
  89. 1d5cbb4 Former change breaks build; changed back to commented lines 58 & 59, but as regular comments (not Doxygen comments). by myronporter · 15 years ago
  90. 64a8054 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  91. d96d37d fix ia32 build error. by erictian · 15 years ago
  92. c61f936 fix ia32 build error. by erictian · 15 years ago
  93. 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
  94. 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
  95. 9f50cb9 Remove hook for debugger. Should be implemented using the new library scheme. by andrewfish · 15 years ago
  96. 3a75312 Fix bug by andrewfish · 15 years ago
  97. 4e471bf Update intrinsics for code sourcery gcc by andrewfish · 15 years ago
  98. bff4e9e Sync up ARMASM and GCC version by andrewfish · 15 years ago
  99. 7781f9f Add a build script for code socery gcc. by andrewfish · 15 years ago
  100. 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