1. 20f461c Adding more DMA #defines to backup all the typing. by andrewfish · 15 years ago
  2. ef0f565 Add a .h file for Omap3530 DMA engine. So far just register addresses by andrewfish · 15 years ago
  3. 8c6151f Updated MMC/SD Card driver to support hot add and remove of the media (SD Cards) and enable write protect of SD Cards. Had to update pads for WP bit as it was not being programmed as a GPIO. I also changed some of the PAD #defins as there were only really 3 states, so OR things in the table in the .c file did not make a lot of sense. by andrewfish · 15 years ago
  4. 0a0951e Update FileLib to use pointer to BlockIo->Media and not a cached copy also add some code in the library init that allows removable media devices to be probed to see if a media change has happened. by andrewfish · 15 years ago
  5. 24542fb Update the copyright notice format by hhtian · 15 years ago
  6. 3d70643 Update the copyright notice format by hhtian · 15 years ago
  7. 60274cc Update the copyright notice format by hhtian · 15 years ago
  8. 1ebd6c1 Update the copyright notice format by hhtian · 15 years ago
  9. d6ebcab Update the copyright notice format by hhtian · 15 years ago
  10. cf748a1 Update the copyright notice format by hhtian · 15 years ago
  11. 8091267 Forcing functions with variable argument lists to use the same calling convention (EFIAPI). This solves issues when using compilers where the default calling convention is not EFIAPI. by geekboy15a · 15 years ago
  12. 932d66a Forcing functions with variable argument lists to use the same calling convention (EFIAPI). This solves issues when using compilers where the default calling convention is not EFIAPI. by geekboy15a · 15 years ago
  13. 4e716b6 Made use of GCC built-in functions for variable arguments in procedures dependent on NO_BUILTIN_VA_FUNCS. This is because they do not function correctly in GCC 4.4 when using ms_abi in X64 images. This does not change functionality for other projects. by geekboy15a · 15 years ago
  14. 56d7640 Update the copyright notice format by hhtian · 15 years ago
  15. b1f700a Update the copyright notice format by hhtian · 15 years ago
  16. f9b8ab5 Update the copyright notice format by hhtian · 15 years ago
  17. 8f2a5f8 Update the copyright notice format by hhtian · 15 years ago
  18. f57387d Update the copyright notice format by hhtian · 15 years ago
  19. 4ea9375 Update the copyright notice format by hhtian · 15 years ago
  20. 2c7e5c2 Update the copyright notice format by hhtian · 15 years ago
  21. 4b1e112 Update the copyright notice format by hhtian · 15 years ago
  22. a46c3d4 Remove debug #ifdef in USB HC init by andrewfish · 15 years ago
  23. 01a1c0f Update the copyright notice format by hhtian · 15 years ago
  24. 3a888f2 Update the copyright notice format by hhtian · 15 years ago
  25. 92ea1df Update the copyright notice format by hhtian · 15 years ago
  26. 95d48e8 Update the copyright notice format by hhtian · 15 years ago
  27. ac1ca10 Update the copyright notice format by hhtian · 15 years ago
  28. 9d76963 Update the copyright notice format by hhtian · 15 years ago
  29. 74bdcc3 Update the copyright notice format by hhtian · 15 years ago
  30. e97f389 Update the copyright notice format by hhtian · 15 years ago
  31. 8362d12 Update the copyright notice format by hhtian · 15 years ago
  32. cd5ebaa Update the copyright notice format by hhtian · 15 years ago
  33. 584d565 Update the copyright notice format by hhtian · 15 years ago
  34. e5eed7d Update the copyright notice format by hhtian · 15 years ago
  35. c06ad33 Libraries and utilities for instrumenting regions of code and measuring their performance. by darylm503 · 15 years ago
  36. c3f13d4 Update the copyright notice format by hhtian · 15 years ago
  37. 19388d2 Update the copyright notice format by hhtian · 15 years ago
  38. 180a5a3 Update the copyright notice format by hhtian · 15 years ago
  39. e2d9bfb Update the copyright notice format by hhtian · 15 years ago
  40. acf57de Update the copyright notice format by hhtian · 15 years ago
  41. c33c647 Update the copyright notice format by hhtian · 15 years ago
  42. 1f55870 Update the copyright notice format by hhtian · 15 years ago
  43. 84b5877 Update the copyright notice format by hhtian · 15 years ago
  44. adc29a9 Update the copyright notice format by hhtian · 15 years ago
  45. 085c396 Update the copyright notice format by hhtian · 15 years ago
  46. 2fcf0ab Update the copyright notice format by hhtian · 15 years ago
  47. bb817c5 Update the copyright notice format by hhtian · 15 years ago
  48. 2b3687d Update the copyright notice format by hhtian · 15 years ago
  49. 9df063a Update the copyright notice format by hhtian · 15 years ago
  50. 4dd6f84 Update the copyright notice format by hhtian · 15 years ago
  51. 1815f5b Update the copyright notice format by hhtian · 15 years ago
  52. 700b41d Update the copyright notice format by hhtian · 15 years ago
  53. de2d341 Update the copyright notice format by hhtian · 15 years ago
  54. 2f7c0ad Update the copyright notice format by hhtian · 15 years ago
  55. 80494d3 Remove DataHub PCD references. by andrewfish · 15 years ago
  56. 983ae8c Add the correct check for the return value before use them. by lgao4 · 15 years ago
  57. deb8df5 Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI Unix platform. by lgao4 · 15 years ago
  58. 953c3e3 Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI OVMF platform. by lgao4 · 15 years ago
  59. 663ef02 Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI NT32 platform. by lgao4 · 15 years ago
  60. 55111a8 1. Remove DataHubGen drive, which is replaced by SmbiosGen. by lgao4 · 15 years ago
  61. 6f6e059 Fixup Embedded Package PCD names by andrewfish · 15 years ago
  62. bb5127a Clean up using FIQ as ctrl-c checker so you can break in from the debugger. by andrewfish · 15 years ago
  63. 55bff42 Cleanup name issues with PCD entries. by andrewfish · 15 years ago
  64. d39eb83 Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS by andrewfish · 15 years ago
  65. 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
  66. 2ed3c9c Enable NEON (SIMD instructions) via coprocessor register so CopyMem/SetMem can use VLDM and friends if you want. by andrewfish · 15 years ago
  67. 5efb913 Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type section data. by niruiyu · 15 years ago
  68. 3140ced Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type section data. by niruiyu · 15 years ago
  69. ba9f835 Add an IO Lib instance based on CPU IO2 Protocol. by rsun3 · 15 years ago
  70. d4a622c Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShiftState value. by erictian · 15 years ago
  71. 69c3ab9 Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShiftState value. by erictian · 15 years ago
  72. ed8dfd7 Fixed GCC 4.4 build issues due to EFIAPI not being used when required. by geekboy15a · 15 years ago
  73. e798cd8 Fixed GCC 4.4 build issues due to EFIAPI not being used when required. by geekboy15a · 15 years ago
  74. 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
  75. 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
  76. 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
  77. 47ca9c9 Fix format of Copyright notice to conform to legal requirements. by darylm503 · 15 years ago
  78. 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
  79. 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
  80. 9e4f210 DebugAgentTimerLib cleanup by andrewfish · 15 years ago
  81. 2db3d86 Fix minor coding style issue. by qhuang8 · 15 years ago
  82. 319dd74 Fix stray info in checkin by andrewfish · 15 years ago
  83. e9fc14b Make sure FIQ debugger stuff can work. by andrewfish · 15 years ago
  84. 9d1d724 Try out performance infrastructure by andrewfish · 15 years ago
  85. 6556897 Add supported for performance libraries. by andrewfish · 15 years ago
  86. bb02cb8 Cleanup MMU code to do book required sync. Update exception handler to clear fault registers. by andrewfish · 15 years ago
  87. 382127f Fix Beagle references without using svn mv. by andrewfish · 15 years ago
  88. 801ee6c Partial checkin to fix Beagle references by andrewfish · 15 years ago
  89. d70b881 Partial checkin fixing Beagle references by andrewfish · 15 years ago
  90. 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
  91. 7e35385 Fix build break. Was fixing Beagle names in Omap35xx package and missed a few. by andrewfish · 15 years ago
  92. bf19b44 Fix ICC build failure. by niruiyu · 15 years ago
  93. 18c97f5 Refine the file/function comments to follow doxygen format by klu2 · 15 years ago
  94. 9af300f Correct data conversion from pointer to integer. by lgao4 · 15 years ago
  95. e319b2d Add the blank line at the end of file to pass ICC compiler. by lgao4 · 15 years ago
  96. 41cbd48 Add the missing MemoryTest driver to let memory above 4G be discovered in Shell memmap. by niruiyu · 15 years ago
  97. e9ba23c 1. Add the missing function headers. by lgao4 · 15 years ago
  98. a58cc06 Update DevicePath.h to add the UART_FLOW_CONTROL_HARDWARE and UART_FLOW_CONTROL_XON_XOFF. by niruiyu · 15 years ago
  99. 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
  100. 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