1. a46c3d4 Remove debug #ifdef in USB HC init by andrewfish · 15 years ago
  2. 01a1c0f Update the copyright notice format by hhtian · 15 years ago
  3. 3a888f2 Update the copyright notice format by hhtian · 15 years ago
  4. 92ea1df Update the copyright notice format by hhtian · 15 years ago
  5. 95d48e8 Update the copyright notice format by hhtian · 15 years ago
  6. ac1ca10 Update the copyright notice format by hhtian · 15 years ago
  7. 9d76963 Update the copyright notice format by hhtian · 15 years ago
  8. 74bdcc3 Update the copyright notice format by hhtian · 15 years ago
  9. e97f389 Update the copyright notice format by hhtian · 15 years ago
  10. 8362d12 Update the copyright notice format by hhtian · 15 years ago
  11. cd5ebaa Update the copyright notice format by hhtian · 15 years ago
  12. 584d565 Update the copyright notice format by hhtian · 15 years ago
  13. e5eed7d Update the copyright notice format by hhtian · 15 years ago
  14. c06ad33 Libraries and utilities for instrumenting regions of code and measuring their performance. by darylm503 · 15 years ago
  15. c3f13d4 Update the copyright notice format by hhtian · 15 years ago
  16. 19388d2 Update the copyright notice format by hhtian · 15 years ago
  17. 180a5a3 Update the copyright notice format by hhtian · 15 years ago
  18. e2d9bfb Update the copyright notice format by hhtian · 15 years ago
  19. acf57de Update the copyright notice format by hhtian · 15 years ago
  20. c33c647 Update the copyright notice format by hhtian · 15 years ago
  21. 1f55870 Update the copyright notice format by hhtian · 15 years ago
  22. 84b5877 Update the copyright notice format by hhtian · 15 years ago
  23. adc29a9 Update the copyright notice format by hhtian · 15 years ago
  24. 085c396 Update the copyright notice format by hhtian · 15 years ago
  25. 2fcf0ab Update the copyright notice format by hhtian · 15 years ago
  26. bb817c5 Update the copyright notice format by hhtian · 15 years ago
  27. 2b3687d Update the copyright notice format by hhtian · 15 years ago
  28. 9df063a Update the copyright notice format by hhtian · 15 years ago
  29. 4dd6f84 Update the copyright notice format by hhtian · 15 years ago
  30. 1815f5b Update the copyright notice format by hhtian · 15 years ago
  31. 700b41d Update the copyright notice format by hhtian · 15 years ago
  32. de2d341 Update the copyright notice format by hhtian · 15 years ago
  33. 2f7c0ad Update the copyright notice format by hhtian · 15 years ago
  34. 80494d3 Remove DataHub PCD references. by andrewfish · 15 years ago
  35. 983ae8c Add the correct check for the return value before use them. by lgao4 · 15 years ago
  36. deb8df5 Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI Unix platform. by lgao4 · 15 years ago
  37. 953c3e3 Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI OVMF platform. by lgao4 · 15 years ago
  38. 663ef02 Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI NT32 platform. by lgao4 · 15 years ago
  39. 55111a8 1. Remove DataHubGen drive, which is replaced by SmbiosGen. by lgao4 · 15 years ago
  40. 6f6e059 Fixup Embedded Package PCD names by andrewfish · 15 years ago
  41. bb5127a Clean up using FIQ as ctrl-c checker so you can break in from the debugger. by andrewfish · 15 years ago
  42. 55bff42 Cleanup name issues with PCD entries. by andrewfish · 15 years ago
  43. d39eb83 Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS by andrewfish · 15 years ago
  44. d02b28d Change to a NEON compatible CPU Arch (ARMv7 is NEON optional) and add performance lib stuff to measure boot time. Also add an example performace lib dumper as an example EBL command. by andrewfish · 15 years ago
  45. 2ed3c9c Enable NEON (SIMD instructions) via coprocessor register so CopyMem/SetMem can use VLDM and friends if you want. by andrewfish · 15 years ago
  46. 5efb913 Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type section data. by niruiyu · 15 years ago
  47. 3140ced Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type section data. by niruiyu · 15 years ago
  48. ba9f835 Add an IO Lib instance based on CPU IO2 Protocol. by rsun3 · 15 years ago
  49. d4a622c Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShiftState value. by erictian · 15 years ago
  50. 69c3ab9 Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShiftState value. by erictian · 15 years ago
  51. ed8dfd7 Fixed GCC 4.4 build issues due to EFIAPI not being used when required. by geekboy15a · 15 years ago
  52. e798cd8 Fixed GCC 4.4 build issues due to EFIAPI not being used when required. by geekboy15a · 15 years ago
  53. 66c95e7 Fixed GCC 4.4 build issue. All protocols and public interfaces must specify EFIAPI to enforce the expected calling convention. by geekboy15a · 15 years ago
  54. 4e57f24 Fixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to correctly set the prefix. by geekboy15a · 15 years ago
  55. bc810c8 Fixed GCC 4.4 build issue. Also fixed issue where upper 32-bits may be lost during AND operation. by geekboy15a · 15 years ago
  56. 47ca9c9 Fix format of Copyright notice to conform to legal requirements. by darylm503 · 15 years ago
  57. e89e593 Checked in some things from my working copy that break the build. Remove the unneeded things so the build works. by andrewfish · 15 years ago
  58. 5b792f1 Add a PE/COFF extra action lib that DEBUG prints the debugger command to load symbols. Turn off DXE Core DEBUG print on load and use this new library in its place. by andrewfish · 15 years ago
  59. 9e4f210 DebugAgentTimerLib cleanup by andrewfish · 15 years ago
  60. 2db3d86 Fix minor coding style issue. by qhuang8 · 15 years ago
  61. 319dd74 Fix stray info in checkin by andrewfish · 15 years ago
  62. e9fc14b Make sure FIQ debugger stuff can work. by andrewfish · 15 years ago
  63. 9d1d724 Try out performance infrastructure by andrewfish · 15 years ago
  64. 6556897 Add supported for performance libraries. by andrewfish · 15 years ago
  65. bb02cb8 Cleanup MMU code to do book required sync. Update exception handler to clear fault registers. by andrewfish · 15 years ago
  66. 382127f Fix Beagle references without using svn mv. by andrewfish · 15 years ago
  67. 801ee6c Partial checkin to fix Beagle references by andrewfish · 15 years ago
  68. d70b881 Partial checkin fixing Beagle references by andrewfish · 15 years ago
  69. 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
  70. 7e35385 Fix build break. Was fixing Beagle names in Omap35xx package and missed a few. by andrewfish · 15 years ago
  71. bf19b44 Fix ICC build failure. by niruiyu · 15 years ago
  72. 18c97f5 Refine the file/function comments to follow doxygen format by klu2 · 15 years ago
  73. 9af300f Correct data conversion from pointer to integer. by lgao4 · 15 years ago
  74. e319b2d Add the blank line at the end of file to pass ICC compiler. by lgao4 · 15 years ago
  75. 41cbd48 Add the missing MemoryTest driver to let memory above 4G be discovered in Shell memmap. by niruiyu · 15 years ago
  76. e9ba23c 1. Add the missing function headers. by lgao4 · 15 years ago
  77. a58cc06 Update DevicePath.h to add the UART_FLOW_CONTROL_HARDWARE and UART_FLOW_CONTROL_XON_XOFF. by niruiyu · 15 years ago
  78. 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
  79. 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
  80. 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
  81. 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
  82. f43b077 Remove old module which no one consume it. by klu2 · 15 years ago
  83. 7800c28 Cleanup Cache an MMU operations. by andrewfish · 15 years ago
  84. c5d00b3 Fix the issue that GCC treat enum type as unsigned int which incompatible with UEFI spec's INT32. by klu2 · 15 years ago
  85. 712389b Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  86. 87d0817 Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  87. 5e51a4d Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  88. 5009ddf Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  89. 46d45cd Update the modules with the different module GUID to avoid the different modules with the same module GUID. by lgao4 · 15 years ago
  90. 2521180 Remove the duplicated SmmLibNull, which has been moved into MdePkg. by lgao4 · 15 years ago
  91. 8180a7a Add the missing CpuLib library instance into EdkCompatibilityPkg.dsc by lgao4 · 15 years ago
  92. b295dfd MdeModulePkg: Fix warning with VS2005 toolchain on IA32 by jljusten · 15 years ago
  93. 38c7df9 Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure. by jgong5 · 15 years ago
  94. 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
  95. 66c0b44 Add Current working directory support to the library by andrewfish · 15 years ago
  96. 4326328 Added DebugAgentTimerLib. Cleaned up .h files and other code. by andrewfish · 15 years ago
  97. 1f44ee1 Correct PCD Pcd8259LegacyModeMask and Pcd8259LegacyModeEdgeLevel definition in PcAtChipsetPkg. by lgao4 · 15 years ago
  98. 097e25c Add function comments and refine function parameter IN OUT. by jgong5 · 15 years ago
  99. 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
  100. 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