summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Ebl
AgeCommit message (Expand)Author
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron
2014-08-19ARM Packages: Removed trailing spacesRonald Cron
2014-06-20ARM Packages: Fixed missing braces (the warning was disabled by GCC)Olivier Martin
2013-01-25ARM Packages: Fixed line endingsoliviermartin
2012-05-02EmbeddedPkg/Ebl: Returned an error message when a command is not supportedoliviermartin
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin
2011-09-22EmbeddedPkg/Ebl: Fix EBL copy file commandoliviermartin
2011-08-08EmbeddedPkg: Fix mispellingsoliviermartin
2011-07-06ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin
2011-07-01EmbeddedPkg/Ebl: Check if gST->ConOut has been initializedoliviermartin
2011-06-11EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the fun...oliviermartin
2011-03-31EmbeddedPkg/Ebl: Add support for env variable deletionoliviermartin
2011-02-01Fix EBL GetCurrentIpAddress & GetCurrentMacAddress commands. Add variable ser...andrewfish
2010-08-12Fix bug in LoadFv command. Don't free the buffer the file was loaded into as ...andrewfish
2010-05-11Added a PCD to turn on/off probing Block IO devices to detect add/remove/chan...andrewfish
2010-05-08Fix gcc warning.andrewfish
2010-05-08Removed connect/disconnect in device command and replace with simple BlockIo ...andrewfish
2010-05-07Fix svn check in bug that broke CWD. Update the connect disconnect support in...andrewfish
2010-05-04Remove probe for removable media from FileLib, it was getting called way too ...andrewfish
2010-04-30Update FileLib to use pointer to BlockIo->Media and not a cached copy also ad...andrewfish
2010-04-29Update the copyright notice formathhtian
2010-02-16Fix typo in mfill commandandrewfish
2010-02-12Fix help command scroll issue. Also add FV space used, and free space to dir ...andrewfish
2010-02-12Change UI for dir of FV to make it less confusing.andrewfish
2010-02-10Update EBL to have an optional width specifier on commands. So hexdump.4 mean...andrewfish
2010-02-10Remove dead command and clean up some coding style stuff.andrewfish
2010-02-10Add CWD and thus a cd command to EBL shell. Fix WatchdogTimout code in EBL, i...andrewfish
2010-02-09Make the Volume Name display the same name that the use needs to type. ie. re...andrewfish
2010-02-07Added CWD to EfiFileLib. Fix some X64 warnings.andrewfish
2010-01-31Update mailing list to SourceForge.andrewfish
2010-01-30Fix VS2003 cast issueandrewfish
2010-01-27Added a library for the default exception handler and started to add a dissas...andrewfish
2010-01-12A few more header fixesAJFISH
2009-12-06Adding support for BeagleBoard. AJFISH