Add more stock U-Boot images
[oweals/u-boot_mod.git] / u-boot / common / cmd_custom.c
2018-02-22 Piotr DymaczMake it possible to support devices with no buttons
2017-07-07 Piotr DymaczFix compiler warning in cmd_custom.c/do_default_env()
2017-06-13 Piotr DymaczAdd new custom command 'rstbywdt' for last reset reason...
2017-02-12 Piotr DymaczMake MAC related commands configurable
2016-12-31 Piotr DymaczSave some bytes with common printf error/warning functions 134/head
2016-09-08 Piotr DymaczEnable defenv cmd only if flash and env cmds are defined
2016-08-31 Piotr DymaczAdd two simple, custom commands: led{on,off}
2016-08-28 Piotr DymaczCleanup board configs
2016-08-21 Piotr DymaczMerge branch 'mr13u_led_polarity_fix' into dev
2016-08-20 Piotr DymaczInclude two trivial commands: button and sleep
2016-08-16 Piotr DymaczMerge branch 'build_cleanups' into dev
2016-08-14 Piotr DymaczAdd function for printing command usage
2016-06-14 Piotr Dymacztrivial: drop executable file attribute on source files
2016-03-22 Piotr DymaczMerge pull request #88 from bittorf/readme_fix_url_to_u...
2016-02-21 Piotr DymaczRemove old code of setclk and clearclk custom commands
2015-12-02 Piotr DymaczFix SPI clock calculation in setclk command, use new...
2015-12-02 Piotr DymaczRemove from cmd_custom.c include of already removed...
2015-11-13 Piotr DymaczStart using new QC/A related code plus minor fixes...
2015-11-05 Piotr DymaczMerge branch 'update_readme'
2015-04-29 Piotr DymaczAdd missing newline in setclk command description.
2015-04-28 Piotr DymaczSwitch to target function name for clocks reading
2015-04-28 Piotr DymaczRemove fake, software FLASH protection command and...
2015-04-28 Piotr DymaczMake custom command "defenv" compatible with environmen...
2015-04-26 Piotr DymaczMerge branch 'pull-request-56'
2015-04-20 Antony Pavlovtreewide: drop executable file attrib for non-executabl...
2014-09-08 Piotr DymaczMerge pull request #36 from villagetelco/master
2014-09-08 Piotr DymaczMerge branch 'master' of github.com:pepe2k/u-boot_mod
2014-09-08 Piotr DymaczSupport for Village Telco Mesh Potato 2 (which is based...
2014-03-20 Piotr Dymaczdefenv cmd shouldn't be repeatable
2014-03-20 Piotr Dymaczflash -> FLASH
2014-03-20 Piotr DymaczMake defenv cmd compatible with env size smaller than...
2014-03-20 Piotr DymaczSimpler command name for resetting env variables
2014-03-20 Piotr DymaczSimpler command names for O/C
2014-02-03 Piotr DymaczMerge branch 'support_for_dragino2'
2014-02-02 Piotr DymaczInitial support for Dragino2, not working - need to...
2014-01-27 Piotr DymaczMerge branch 'support_for_gs-oolite-v1'
2014-01-16 Piotr DymaczSmall fixes in text
2014-01-14 Piotr DymaczMerge branch 'simpler_oc_command_ar9331'
2014-01-14 Piotr DymaczCommand 'printclocks' is not needed anymore
2014-01-14 Piotr DymaczNew 'setclocks' command
2014-01-13 Piotr DymaczRemoval of the old set_clocks cmd
2013-12-04 Piotr DymaczMerge branch 'oc_recovery' to master
2013-12-04 Piotr DymaczPLL/clocks settings in FLASH and O/C recovery for AR933...
2013-08-12 Piotr DymaczInitial code commit