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