1. 23d3998 Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can link debugger into DXE core directly so you don't need a debug support. Also we are going to FIQ for debugger ctrl-c break in, so no need to hook the timer infrastructure. by andrewfish · 15 years ago
  2. 5f4dc6d Ported TimerDxe driver to edk2. by andrewfish · 15 years ago
  3. b76848c A better template, with some build scripts, for ArmEbPkg. New libraries are just stubs and need to get filled in. Also debugger scripts are just copies of the BeagleBoard scripts and need to be ported. Compiles with all build 3 build scripts. Cygwin RVCT via build.sh, DOS RVCT via b.bat, and DOS box CodeSourcery GCC via ba.bat. by andrewfish · 15 years ago
  4. f0c855b Small code refinement in MdeModulePkg. by rsun3 · 15 years ago
  5. 0e4483b Fix DxeCore Dispatch Issue that DXE drivers may not be dispatched if they depend on the protocols produced by SMM driver. by lgao4 · 15 years ago
  6. 562fccb Fix a typo in comment by klu2 · 15 years ago
  7. 29a4f92 Fix 3 K8 issues for PXE module by hhuan13 · 15 years ago
  8. d60957b Fix minor format issue in file header by qhuang8 · 15 years ago
  9. c78fece Fix minor format issue in file header by qhuang8 · 15 years ago
  10. 636844a Fix minor format issue in file header by qhuang8 · 15 years ago
  11. e3e134e Fix minor format issue in file header by qhuang8 · 15 years ago
  12. d57c443 Fix minor format issue in file header by qhuang8 · 15 years ago
  13. 2432c68 Fix for UNIXGCC build by jchen20 · 15 years ago
  14. 47c242a Setting svn:executable property on applications that do not have it set at this time by lhauch · 15 years ago
  15. ef05e06 1) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variables and parameter across the transition when TEMP RAM is disabled. by mdkinney · 15 years ago
  16. da935a5 Add fix for the hardcoded Max ACPI table number. With this fix, the number of ACPI table has no limitations by dynamical allocation by jchen20 · 15 years ago
  17. 884366c Added a PCD to turn on/off probing Block IO devices to detect add/remove/change. FAT driver does not do this so if the shell does not do this you will get dir hits on an SD Card that has been removed. Default is ON. I moved this feature from device command to main command loop so it gets done after you type return before your command is processed. by andrewfish · 15 years ago
  18. 9f6b977 Add PCD setting for Timer, default is 10 times a second. You need the timer to detect a media change event. Also coded up DMA, but have not debugged it yet and it is not turned on. by andrewfish · 15 years ago
  19. c16f9cc Minor comment update. by xdu2 · 15 years ago
  20. 30c636a Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode. by xdu2 · 15 years ago
  21. 5277dc8 Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode. by xdu2 · 15 years ago
  22. e35eb8a 1. Use the max string size to compare password string. by lgao4 · 15 years ago
  23. 61f0f43 Use the ASSERT() for parameter checking as the 4th paramter of internal worker function of MakeTable() must be <= 16. by qhuang8 · 15 years ago
  24. 0f127da Fix gcc warning. by andrewfish · 15 years ago
  25. d3f55de Add in OmapDmaLib instance. by andrewfish · 15 years ago
  26. 7f814ff Add a DMA lib for the OMAP. It is a combination of PCI IO (generic ARM) DMA functions and OMAP specific DMA config routines. Update PCI emulation driver to use the new library. Started converting MMCHS (SD Card) driver over to using DMA, still a work in progress. Need to verify the 22 parameters required to setup a DMA transfer. by andrewfish · 15 years ago
  27. 6191913 Removed connect/disconnect in device command and replace with simple BlockIo readblocks to probe for media change. This relies on ReinstallProtocolInterface() calls in the BlockIo drivers to make the filesystems reload. by andrewfish · 15 years ago
  28. 4da3058 Fix ICC 11.1 build break by mdkinney · 15 years ago
  29. cab979f Fix ICC 11.1 build break by mdkinney · 15 years ago
  30. 8f64277 Fix ICC 11.1 build error by mdkinney · 15 years ago
  31. 2dda77a Update UHCI and ECHI drivers to both Stop and Reset the host controller at ExitBootServices(). by mdkinney · 15 years ago
  32. 8063b47 Fix bug in PciHostBridgeEnumerator(). by mdkinney · 15 years ago
  33. 208a833 Fix svn check in bug that broke CWD. Update the connect disconnect support in device command to minimize operations. by andrewfish · 15 years ago
  34. 0caa7ad Update binaries to integrate a fix to support hot plug during FAT driver binding start (Fat svn r55) by qhuang8 · 15 years ago
  35. 15cc67e raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related modules, which prevent DriverBindingStop() from being invoked when DriverBindingStart() runs. by erictian · 15 years ago
  36. b9d5a7f Move SecExtractGuidedSectionLib instance from OvmfPkg to MdePkg by lgao4 · 15 years ago
  37. fcd7e67 Move SecExtractGuidedSectionLib instance from OvmfPkg to MdePkg by lgao4 · 15 years ago
  38. d7aaf1d Use new API GetSectionFromAnyFvByFileType() of MdePkg DxeServicesLib library to get PE data of SMM_CORE driver. by lgao4 · 15 years ago
  39. 682cee4 Add new API GetSectionFromAnyFvByFileType() into MdePkg DxeServicesLib. by lgao4 · 15 years ago
  40. 2b649f7 Program SD Cards into 4-bit mode (support for this is required in the spec). This gives a 20+% performance increase in load time of an 8MB image. by andrewfish · 15 years ago
  41. f6381f4 Remove probe for removable media from FileLib, it was getting called way too much. Now it is in the EBL shell device command. Cleanup some spacing issues in the lib code. by andrewfish · 15 years ago
  42. 2a9fe54 Add ReadyToBoot signal to BDS. by andrewfish · 15 years ago
  43. 20f461c Adding more DMA #defines to backup all the typing. by andrewfish · 15 years ago
  44. ef0f565 Add a .h file for Omap3530 DMA engine. So far just register addresses by andrewfish · 15 years ago
  45. 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
  46. 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
  47. 24542fb Update the copyright notice format by hhtian · 15 years ago
  48. 3d70643 Update the copyright notice format by hhtian · 15 years ago
  49. 60274cc Update the copyright notice format by hhtian · 15 years ago
  50. 1ebd6c1 Update the copyright notice format by hhtian · 15 years ago
  51. d6ebcab Update the copyright notice format by hhtian · 15 years ago
  52. cf748a1 Update the copyright notice format by hhtian · 15 years ago
  53. 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
  54. 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
  55. 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
  56. 56d7640 Update the copyright notice format by hhtian · 15 years ago
  57. b1f700a Update the copyright notice format by hhtian · 15 years ago
  58. f9b8ab5 Update the copyright notice format by hhtian · 15 years ago
  59. 8f2a5f8 Update the copyright notice format by hhtian · 15 years ago
  60. f57387d Update the copyright notice format by hhtian · 15 years ago
  61. 4ea9375 Update the copyright notice format by hhtian · 15 years ago
  62. 2c7e5c2 Update the copyright notice format by hhtian · 15 years ago
  63. 4b1e112 Update the copyright notice format by hhtian · 15 years ago
  64. a46c3d4 Remove debug #ifdef in USB HC init by andrewfish · 15 years ago
  65. 01a1c0f Update the copyright notice format by hhtian · 15 years ago
  66. 3a888f2 Update the copyright notice format by hhtian · 15 years ago
  67. 92ea1df Update the copyright notice format by hhtian · 15 years ago
  68. 95d48e8 Update the copyright notice format by hhtian · 15 years ago
  69. ac1ca10 Update the copyright notice format by hhtian · 15 years ago
  70. 9d76963 Update the copyright notice format by hhtian · 15 years ago
  71. 74bdcc3 Update the copyright notice format by hhtian · 15 years ago
  72. e97f389 Update the copyright notice format by hhtian · 15 years ago
  73. 8362d12 Update the copyright notice format by hhtian · 15 years ago
  74. cd5ebaa Update the copyright notice format by hhtian · 15 years ago
  75. 584d565 Update the copyright notice format by hhtian · 15 years ago
  76. e5eed7d Update the copyright notice format by hhtian · 15 years ago
  77. c06ad33 Libraries and utilities for instrumenting regions of code and measuring their performance. by darylm503 · 15 years ago
  78. c3f13d4 Update the copyright notice format by hhtian · 15 years ago
  79. 19388d2 Update the copyright notice format by hhtian · 15 years ago
  80. 180a5a3 Update the copyright notice format by hhtian · 15 years ago
  81. e2d9bfb Update the copyright notice format by hhtian · 15 years ago
  82. acf57de Update the copyright notice format by hhtian · 15 years ago
  83. c33c647 Update the copyright notice format by hhtian · 15 years ago
  84. 1f55870 Update the copyright notice format by hhtian · 15 years ago
  85. 84b5877 Update the copyright notice format by hhtian · 15 years ago
  86. adc29a9 Update the copyright notice format by hhtian · 15 years ago
  87. 085c396 Update the copyright notice format by hhtian · 15 years ago
  88. 2fcf0ab Update the copyright notice format by hhtian · 15 years ago
  89. bb817c5 Update the copyright notice format by hhtian · 15 years ago
  90. 2b3687d Update the copyright notice format by hhtian · 15 years ago
  91. 9df063a Update the copyright notice format by hhtian · 15 years ago
  92. 4dd6f84 Update the copyright notice format by hhtian · 15 years ago
  93. 1815f5b Update the copyright notice format by hhtian · 15 years ago
  94. 700b41d Update the copyright notice format by hhtian · 15 years ago
  95. de2d341 Update the copyright notice format by hhtian · 15 years ago
  96. 2f7c0ad Update the copyright notice format by hhtian · 15 years ago
  97. 80494d3 Remove DataHub PCD references. by andrewfish · 15 years ago
  98. 983ae8c Add the correct check for the return value before use them. by lgao4 · 15 years ago
  99. deb8df5 Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI Unix platform. by lgao4 · 15 years ago
  100. 953c3e3 Remove Framework DataHubDxe and DataHubStdErrDxe drivers from EDKII native PI/UEFI OVMF platform. by lgao4 · 15 years ago