1. e862cd5 ArmPkg: Fix warnings raised by ARMGCC by oliviermartin · 14 years ago
  2. e6b3b50 EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the function call by oliviermartin · 14 years ago
  3. f65dc3b Fix bug in SerialRead returning error if no data was present. by andrewfish · 14 years ago
  4. 010bb3d EmbeddedPkg/SerialDxe: Only read Serial Port if data available by oliviermartin · 14 years ago
  5. 52721ad EmbeddedPkg/SerialDxe: Fix SIMPLE_TEXT_OUT_DEVICE_PATH Device Path by oliviermartin · 14 years ago
  6. 56226bf EmbeddedPkg/SimpleTextInOutSerial: Update the cursor position by oliviermartin · 14 years ago
  7. e8e95df EmbeddedPkg/MmcDxe: Fix coding style by oliviermartin · 14 years ago
  8. b9d5fe0 EmbeddedPkg/MmcDxe: Wait for the MMC controller to be in Transfer Mode by oliviermartin · 14 years ago
  9. ce73d60 EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkg by oliviermartin · 14 years ago
  10. 98790d8 EmbeddedPkg/LauterbachT32: Lauterbach T32 Debug Scripts by oliviermartin · 14 years ago
  11. 20fd35d EmbeddedPkg/Ebl: Add support for env variable deletion by oliviermartin · 14 years ago
  12. 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
  13. 63ca740 Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half of check-in 11167. by andrewfish · 14 years ago
  14. eca37a3 Fix dec file to pass new stricter error checking. by andrewfish · 14 years ago
  15. 18bd7f3 These libraries moved to ArmPkg, but did not get deleted. Fixing that issue. by andrewfish · 14 years ago
  16. 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
  17. 685f8c7 Fix more InitializeDebugAgent API change bugs. GDB stub was not turned on in example platforms. by andrewfish · 14 years ago
  18. 6be6c2e NullDmaLib:DmaMap() function needs to return valid DeviceAddress. by andrewfish · 15 years ago
  19. 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
  20. 31e4a57 Fix newline at end of file issue. by andrewfish · 15 years ago
  21. 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
  22. 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
  23. 0f127da Fix gcc warning. by andrewfish · 15 years ago
  24. 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
  25. 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
  26. 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
  27. 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
  28. 60274cc Update the copyright notice format by hhtian · 15 years ago
  29. 6f6e059 Fixup Embedded Package PCD names by andrewfish · 15 years ago
  30. bb5127a Clean up using FIQ as ctrl-c checker so you can break in from the debugger. by andrewfish · 15 years ago
  31. 6556897 Add supported for performance libraries. by andrewfish · 15 years ago
  32. 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
  33. 66c0b44 Add Current working directory support to the library by andrewfish · 15 years ago
  34. 753816a Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. Remove bogus PCD by andrewfish · 15 years ago
  35. a495774 Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* by jljusten · 15 years ago
  36. 3cfc857 Fix case bug. by andrewfish · 15 years ago
  37. 56015d8 Fix typo in mfill command by andrewfish · 15 years ago
  38. 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
  39. 60428d0 Fix help command scroll issue. Also add FV space used, and free space to dir command. by andrewfish · 15 years ago
  40. 3575301 Change UI for dir of FV to make it less confusing. by andrewfish · 15 years ago
  41. 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
  42. 127fd07 Fix issue with making a seek to zero on an FV file legal. by andrewfish · 15 years ago
  43. 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
  44. 0534bb8 Remove dead command and clean up some coding style stuff. by andrewfish · 15 years ago
  45. 9c0ce9f The VOLUME name case did not reserve enough storage in the CWD function. by andrewfish · 15 years ago
  46. 37e0f9a Fix issue with VOLUMN Name as an alias for device name. by andrewfish · 15 years ago
  47. e83c843 Needed to fix defaulting / to be \ as it is required by EFI Simple File System. by andrewfish · 15 years ago
  48. 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
  49. 638909f Make the Volume Name display the same name that the use needs to type. ie. replace space with _. by andrewfish · 15 years ago
  50. 85e385f Added CWD to EfiFileLib. Fix some X64 warnings. by andrewfish · 15 years ago
  51. fc35d13 Update mailing list to SourceForge. by andrewfish · 15 years ago
  52. ca3ad58 Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently turned off. by andrewfish · 15 years ago
  53. 3370d33 Rmove info files by andrewfish · 15 years ago
  54. a815afa Remove info files by andrewfish · 15 years ago
  55. 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
  56. bdfd135 Change name by andrewfish · 15 years ago
  57. 50aa03f Fix name by andrewfish · 15 years ago
  58. e4dbec7 Change name to remove Template by andrewfish · 15 years ago
  59. 76a689b Remove Template stuff and teach people with BeagleBoard by andrewfish · 15 years ago
  60. e70c379 Fix VS2003 cast issue by andrewfish · 15 years ago
  61. 33e4913 Fix VS2003 cast by andrewfish · 15 years ago
  62. ab2a68f Fix some VS2003 warnings by andrewfish · 15 years ago
  63. 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
  64. 920cb92 Fix RVCT compiler warnings, and a bug in the GdbStub by AJFISH · 15 years ago
  65. 09f8b4e A few more header fixes by AJFISH · 15 years ago
  66. cc726b9 update comments by AJFISH · 15 years ago
  67. 2ef2b01 Adding support for BeagleBoard. by AJFISH · 15 years ago