summaryrefslogtreecommitdiff
path: root/common/main.c
Commit message (Expand)AuthorAgeLines
* Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)2016-02-08-14/+0
* Move console definitions into a new console.h fileSimon Glass2015-11-19-0/+1
* update: tftp: dfu: Extend update_tftp() function to support DFULukasz Majewski2015-09-07-1/+1
* common: main.c: make show_boot_progress __weakJeroen Hofstee2014-07-18-2/+1
* main: Avoid unncessary strdup()/free()Simon Glass2014-05-29-4/+2
* main: Make the execution path a little clearer in main.cSimon Glass2014-05-29-4/+8
* main: Hide the hush/simple details inside cli.cSimon Glass2014-05-29-14/+2
* Simplify the main loopSimon Glass2014-05-29-27/+32
* m68k: powerpc: Clean up do_mdm_initSimon Glass2014-05-29-7/+4
* Move command line API into cli.cSimon Glass2014-05-29-93/+0
* Move autoboot code to autoboot.cSimon Glass2014-05-29-364/+2
* Split out simple parser and readline into separate filesSimon Glass2014-05-29-1012/+5
* move CLI prototypes to cli.h and add commentsSimon Glass2014-05-29-0/+1
* Rename hush to cli_hushSimon Glass2014-05-29-1/+1
* Make 'run' use run_command_list() instead of run_command()Simon Glass2014-05-09-1/+1
* Start the deprecation process for generic boardSimon Glass2014-04-17-0/+6
* autoboot: add an option to override keyed autobootMark Langsdorf2013-11-08-2/+2
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-14-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* fdt: allow bootdelay to be specified via device treeStephen Warren2013-06-04-0/+5
* main: Add debug_bootkeys to avoid #ifdefsSimon Glass2013-06-04-12/+12
* main: Add debug_parser() to avoid #ifdefsSimon Glass2013-06-04-35/+23
* main: Correct header orderSimon Glass2013-06-04-15/+4
* main: Fix typos and checkpatch warnings in command line readingSimon Glass2013-06-04-11/+11
* main: Use get/setenv_ulong()Simon Glass2013-06-04-6/+2
* main: Move boot_delay code into its own functionSimon Glass2013-06-04-67/+70
* main: Separate out the two abortboot() functionsSimon Glass2013-06-04-8/+11
* net: Add prototype for update_tftpSimon Glass2013-06-04-4/+0
* Revert "fdt- Tell the FDT library where the device tree is"Simon Glass2013-05-01-8/+0
* CONFIG_BOOTDELAY default should not affect runtimeJoe Hershberger2013-03-12-8/+6
* common/main: move set_working_fdt_addr to enable usage of $fdtaddrBarak Wasserstrom2013-03-12-4/+4
* cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud2013-02-04-1/+1
* console: USB: KBD: Fix incorrect autoboot timeoutJim Lin2013-02-04-5/+5
* Merge remote-tracking branch 'u-boot/master' into u-boot-arm-mergedAllen Martin2012-12-19-3/+103
|\
| * Add new bootstage step for the main loopSimon Glass2012-12-11-0/+2
| * fdt: Correct global_data condition in mainSimon Glass2012-11-28-2/+0
| * fdt: Set kernaddr if fdt indicates a kernel is presentSimon Glass2012-11-12-0/+16
| * fdt: Allow device tree to specify secure bootingDoug Anderson2012-11-12-0/+62
| * fdt: Tell the FDT library where the device tree isGabe Black2012-11-12-0/+8
| * fdt: Load boot command from device treeChe-Liang Chiou2012-11-12-1/+15
* | lcd: Add support for flushing LCD fb from dcache after updateSimon Glass2012-11-19-2/+10
|/
* common/misc: sparse fixesKim Phillips2012-11-04-5/+5
* Allow runtime configuration of "zero-delay" checkJoe Hershberger2012-10-03-2/+3
* Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is setDirk Eibach2012-08-09-0/+5
* Allow newlines within command environment varsSimon Glass2012-08-09-3/+3
* Add run_command_list() to run a list of commandsSimon Glass2012-08-09-0/+85
* net: cosmetic: net.c checkpatch complianceJoe Hershberger2012-05-15-1/+0
* Fix the behaviour of the 'run' commandTimo Ketola2012-04-23-1/+2
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-1/+1
* Add cmd_process() to process commands in one placeSimon Glass2012-03-06-36/+1