summaryrefslogtreecommitdiffstats
path: root/common/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename run_command2() to run_command()Simon Glass2012-03-061-5/+5
* Rename run_command() to builtin_run_command()Simon Glass2012-03-061-4/+5
* Remove CMD_PXE's static on run_command()Simon Glass2012-03-061-3/+0
* common, menu: show menu on startup if CONFIG_MENU_SHOW is definedHeiko Schocher2012-02-121-0/+4
* common: add possibility for readline_into_buffer timeoutHeiko Schocher2012-02-121-4/+16
* Add pxe commandJason Hobbs2011-10-171-0/+2
* Replace space and tab checks with isblankJason Hobbs2011-10-171-2/+3
* cosmetic: remove unneeded curly bracesJason Hobbs2011-10-171-4/+2
* common: add run_command2 for running simple or hush commandsJason Hobbs2011-10-171-29/+27
* common, menu: use abortboot for menu timeoutJason Hobbs2011-10-171-2/+8
* unify version_stringAndreas Bießmann2011-07-281-2/+1
* automatic update from FIT image: add optional address parameterAndreas Pretzsch2011-07-261-2/+2
* cosmetic, main: correct indentation/spacing issuesJason Hobbs2011-07-251-6/+6
OpenPOWER on IntegriCloud