1. 50c6a4d EmbeddedPkg: Add EFIAPI to several Ebl functions by Thomas Palmer · 9 years ago
  2. 91c38d4 ARM Packages: Replace tabs by spaces for indentation by Ronald Cron · 10 years ago
  3. 3402aac ARM Packages: Removed trailing spaces by Ronald Cron · 10 years ago
  4. b0fdce9 ARM Packages: Fixed missing braces (the warning was disabled by GCC) by Olivier Martin · 11 years ago
  5. 1e57a46 ARM Packages: Fixed line endings by oliviermartin · 12 years ago
  6. 5817449 EmbeddedPkg/Ebl: Returned an error message when a command is not supported by oliviermartin · 13 years ago
  7. 11c20f4 Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention by oliviermartin · 13 years ago
  8. 5439ccd EmbeddedPkg/Ebl: Fix EBL copy file command by oliviermartin · 13 years ago
  9. 7ca9e5a EmbeddedPkg: Fix mispellings by oliviermartin · 13 years ago
  10. a6caee6 ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatformSecExtraAction() by oliviermartin · 14 years ago
  11. d60b4c4 EmbeddedPkg/Ebl: Check if gST->ConOut has been initialized by oliviermartin · 14 years ago
  12. e6b3b50 EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the function call by oliviermartin · 14 years ago
  13. 20fd35d EmbeddedPkg/Ebl: Add support for env variable deletion by oliviermartin · 14 years ago
  14. 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
  15. 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
  16. 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
  17. 0f127da Fix gcc warning. by andrewfish · 15 years ago
  18. 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
  19. 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
  20. 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
  21. 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
  22. 60274cc Update the copyright notice format by hhtian · 15 years ago
  23. 56015d8 Fix typo in mfill command by andrewfish · 15 years ago
  24. 60428d0 Fix help command scroll issue. Also add FV space used, and free space to dir command. by andrewfish · 15 years ago
  25. 3575301 Change UI for dir of FV to make it less confusing. by andrewfish · 15 years ago
  26. 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
  27. 0534bb8 Remove dead command and clean up some coding style stuff. by andrewfish · 15 years ago
  28. 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
  29. 638909f Make the Volume Name display the same name that the use needs to type. ie. replace space with _. by andrewfish · 15 years ago
  30. 85e385f Added CWD to EfiFileLib. Fix some X64 warnings. by andrewfish · 15 years ago
  31. fc35d13 Update mailing list to SourceForge. by andrewfish · 15 years ago
  32. e70c379 Fix VS2003 cast issue by andrewfish · 15 years ago
  33. 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
  34. 09f8b4e A few more header fixes by AJFISH · 15 years ago
  35. 2ef2b01 Adding support for BeagleBoard. by AJFISH · 15 years ago