1. 11c20f4 Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention by oliviermartin · 13 years ago
  2. 5439ccd EmbeddedPkg/Ebl: Fix EBL copy file command by oliviermartin · 13 years ago
  3. 6b062a8 EmbeddedPkg/Mmc: Fixed ARMGCC build by oliviermartin · 13 years ago
  4. 6740ea7 Clean up Rules of Platform FDFs to apply only one EFI image and Depex for each driver by oliviermartin · 13 years ago
  5. 16d88c2 EmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol function by oliviermartin · 13 years ago
  6. 40842a5 EmbeddedPkg/MmcDxe: Card Presence Detect Race Condition by oliviermartin · 13 years ago
  7. 151acec ArmPkg: Fix ARMGCC build by oliviermartin · 13 years ago
  8. e093278 EmbeddedPkg/MmcDxe: Set the BlockLength at the beginning of the BlockIo transfer by oliviermartin · 13 years ago
  9. bb0f9e9 EmbeddedPkg/MmcDxe: Fix the indexes in the response array by oliviermartin · 13 years ago
  10. 36aa561 EmbeddedPkg/MmcDxe: Implement the correct macro to get the device size of SD 2 High Density cards by oliviermartin · 13 years ago
  11. d8ad473 EmbeddedPkg/MmcDxe: Fix the CMD3 sequence by oliviermartin · 13 years ago
  12. 969ece7 EmbeddedPkg/MmcDxe: Improved parameters checking by oliviermartin · 13 years ago
  13. 3de9937 EmbeddedPkg/MmcDxe: Create a periodic function to check if a card is present by oliviermartin · 13 years ago
  14. 7ca9e5a EmbeddedPkg: Fix mispellings by oliviermartin · 13 years ago
  15. a6caee6 ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatformSecExtraAction() by oliviermartin · 14 years ago
  16. fb42fff ArmPlatformPkg: Fix build issues by oliviermartin · 14 years ago
  17. 7fb54d9 EmbeddedPkg: Removed unused PCD values by oliviermartin · 14 years ago
  18. d60b4c4 EmbeddedPkg/Ebl: Check if gST->ConOut has been initialized by oliviermartin · 14 years ago
  19. f6eab26 EmbeddedPkg/PrePiLib: Export HobConstructor() by oliviermartin · 14 years ago
  20. 32f718c EmbeddedPkg/PrePiHobListPointerLib: New interface to abstract the HobListPointer storage by oliviermartin · 14 years ago
  21. 6da6db1 EmbeddedPkg/PrePiLib: Remove the performance measurements from the library by oliviermartin · 14 years ago
  22. 05e48e0 EmbeddedPkg/PrePiHobLib: Move Hob functions from PrePiLib to PrePiHobLib by oliviermartin · 14 years ago
  23. e889946 EmbeddedPkg: Introduce PrePiMemoryAllocationLib (2) by oliviermartin · 14 years ago
  24. 5b490e7 EmbeddedPkg: Introduce PrePiMemoryAllocationLib by oliviermartin · 14 years ago
  25. e862cd5 ArmPkg: Fix warnings raised by ARMGCC by oliviermartin · 14 years ago
  26. e6b3b50 EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the function call by oliviermartin · 14 years ago
  27. f65dc3b Fix bug in SerialRead returning error if no data was present. by andrewfish · 14 years ago
  28. 010bb3d EmbeddedPkg/SerialDxe: Only read Serial Port if data available by oliviermartin · 14 years ago
  29. 52721ad EmbeddedPkg/SerialDxe: Fix SIMPLE_TEXT_OUT_DEVICE_PATH Device Path by oliviermartin · 14 years ago
  30. 56226bf EmbeddedPkg/SimpleTextInOutSerial: Update the cursor position by oliviermartin · 14 years ago
  31. e8e95df EmbeddedPkg/MmcDxe: Fix coding style by oliviermartin · 14 years ago
  32. b9d5fe0 EmbeddedPkg/MmcDxe: Wait for the MMC controller to be in Transfer Mode by oliviermartin · 14 years ago
  33. ce73d60 EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkg by oliviermartin · 14 years ago
  34. 98790d8 EmbeddedPkg/LauterbachT32: Lauterbach T32 Debug Scripts by oliviermartin · 14 years ago
  35. 20fd35d EmbeddedPkg/Ebl: Add support for env variable deletion by oliviermartin · 14 years ago
  36. fb334ef Fix EBL GetCurrentIpAddress & GetCurrentMacAddress commands. Add variable services commands. Fix arugment parsing in EBL. All fixes from ARM Ltd. by andrewfish · 14 years ago
  37. 63ca740 Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half of check-in 11167. by andrewfish · 14 years ago
  38. eca37a3 Fix dec file to pass new stricter error checking. by andrewfish · 14 years ago
  39. 18bd7f3 These libraries moved to ArmPkg, but did not get deleted. Fixing that issue. by andrewfish · 14 years ago
  40. abeca79 Fix bug in LoadFv command. Don't free the buffer the file was loaded into as the DXE Core will point to it as an FV. by andrewfish · 14 years ago
  41. 685f8c7 Fix more InitializeDebugAgent API change bugs. GDB stub was not turned on in example platforms. by andrewfish · 14 years ago
  42. 6be6c2e NullDmaLib:DmaMap() function needs to return valid DeviceAddress. by andrewfish · 15 years ago
  43. aaeef06 Add a DMA lib that works like PCI_IO protocl. Add a NULL version that would work with Intel (DMA is coherent no matter what you do). by andrewfish · 15 years ago
  44. 31e4a57 Fix newline at end of file issue. by andrewfish · 15 years ago
  45. 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
  46. 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
  47. 0f127da Fix gcc warning. by andrewfish · 15 years ago
  48. 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
  49. 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
  50. 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
  51. 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
  52. 60274cc Update the copyright notice format by hhtian · 15 years ago
  53. 6f6e059 Fixup Embedded Package PCD names by andrewfish · 15 years ago
  54. bb5127a Clean up using FIQ as ctrl-c checker so you can break in from the debugger. by andrewfish · 15 years ago
  55. 6556897 Add supported for performance libraries. by andrewfish · 15 years ago
  56. 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
  57. 66c0b44 Add Current working directory support to the library by andrewfish · 15 years ago
  58. 753816a Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. Remove bogus PCD by andrewfish · 15 years ago
  59. a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
  60. 3cfc857 Fix case bug. by andrewfish · 15 years ago
  61. 56015d8 Fix typo in mfill command by andrewfish · 15 years ago
  62. 026e30c Cleanup SerailIO drivers to have a device path and use PCD settings for various stuff. Also clean up a few coding convention items. by andrewfish · 15 years ago
  63. 60428d0 Fix help command scroll issue. Also add FV space used, and free space to dir command. by andrewfish · 15 years ago
  64. 3575301 Change UI for dir of FV to make it less confusing. by andrewfish · 15 years ago
  65. 875c883 Add support for Seeking on FV, and update the device syntax to support specifying which section of the FV file you want to operate on, previously the only option was to operate on the Raw file. by andrewfish · 15 years ago
  66. 127fd07 Fix issue with making a seek to zero on an FV file legal. by andrewfish · 15 years ago
  67. a6d7123 Update EBL to have an optional width specifier on commands. So hexdump.4 means use a width of 4 bytes. by andrewfish · 15 years ago
  68. 0534bb8 Remove dead command and clean up some coding style stuff. by andrewfish · 15 years ago
  69. 9c0ce9f The VOLUME name case did not reserve enough storage in the CWD function. by andrewfish · 15 years ago
  70. 37e0f9a Fix issue with VOLUMN Name as an alias for device name. by andrewfish · 15 years ago
  71. e83c843 Needed to fix defaulting / to be \ as it is required by EFI Simple File System. by andrewfish · 15 years ago
  72. 16ccac4 Add CWD and thus a cd command to EBL shell. Fix WatchdogTimout code in EBL, it was inside a PCD feature flag and should have been outside of the PCD so it is in all paths. by andrewfish · 15 years ago
  73. 638909f Make the Volume Name display the same name that the use needs to type. ie. replace space with _. by andrewfish · 15 years ago
  74. 85e385f Added CWD to EfiFileLib. Fix some X64 warnings. by andrewfish · 15 years ago
  75. fc35d13 Update mailing list to SourceForge. by andrewfish · 15 years ago
  76. ca3ad58 Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently turned off. by andrewfish · 15 years ago
  77. 3370d33 Rmove info files by andrewfish · 15 years ago
  78. a815afa Remove info files by andrewfish · 15 years ago
  79. 607a0df Adding some new libraries to experiment with size reduction. Trying not to duplicate big code chunks in SEC with stuff compressed in FV. by andrewfish · 15 years ago
  80. bdfd135 Change name by andrewfish · 15 years ago
  81. 50aa03f Fix name by andrewfish · 15 years ago
  82. e4dbec7 Change name to remove Template by andrewfish · 15 years ago
  83. 76a689b Remove Template stuff and teach people with BeagleBoard by andrewfish · 15 years ago
  84. e70c379 Fix VS2003 cast issue by andrewfish · 15 years ago
  85. 33e4913 Fix VS2003 cast by andrewfish · 15 years ago
  86. ab2a68f Fix some VS2003 warnings by andrewfish · 15 years ago
  87. 6f72e28 Added a library for the default exception handler and started to add a dissasembler. Cleaned up some issues with BlockIo in BeagleBoard and add some extra info on Ebl devices command to show if a blk device has a file system on it. by andrewfish · 15 years ago
  88. 920cb92 Fix RVCT compiler warnings, and a bug in the GdbStub by AJFISH · 15 years ago
  89. 09f8b4e A few more header fixes by AJFISH · 15 years ago
  90. cc726b9 update comments by AJFISH · 15 years ago
  91. 2ef2b01 Adding support for BeagleBoard. by AJFISH · 15 years ago