Always use printf_wrn() for printing warnings
[oweals/u-boot_mod.git] / u-boot / common / main.c
2017-07-09 Piotr DymaczAlways use printf_wrn() for printing warnings
2017-04-06 Piotr DymaczAdd support for multikey autoboot stop string
2017-04-06 Piotr DymaczDrop support for CONFIG_AUTOBOOT_STOP_CHAR
2017-04-05 Piotr DymaczRun recovery script only if 'recovery' variable exists
2017-04-05 Piotr DymaczClear env vars used in recovery script before and after...
2016-12-31 Piotr DymaczSave some bytes with common printf error/warning functions 134/head
2016-08-31 Piotr DymaczMove custom button recovery mode to environment script
2016-08-31 Piotr DymaczCode style cleanups in main.c
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-20 Piotr DymaczCosmetic cleanups in various files
2016-08-20 Piotr DymaczUse defines for selecting commands instead of bitmask
2016-08-16 Piotr DymaczMerge branch 'build_cleanups' into dev
2016-08-14 Piotr DymaczAdd function for printing command usage
2016-03-31 Piotr DymaczIgnore null character when waiting for autoboot abort
2016-03-22 Piotr DymaczMerge pull request #88 from bittorf/readme_fix_url_to_u...
2015-12-15 Piotr DymaczAllow to define particular stop character for autoboot
2015-11-05 Piotr DymaczMerge branch 'update_readme'
2015-04-26 Piotr DymaczMerge branch 'pull-request-56'
2015-04-20 Antony Pavlovtreewide: drop executable file attrib for non-executabl...
2014-03-20 Piotr DymaczMerge branch 'hush_shell_restore'
2014-03-19 Piotr DymaczAdd missing Hush shell code in other files
2014-02-10 Piotr DymaczAllow to build images with disabled U-Boot console...
2014-02-09 Piotr DymaczDont show boot delay info if boot delay is 0s
2013-08-12 Piotr DymaczInitial code commit