summaryrefslogtreecommitdiff
path: root/common/main.c
AgeCommit message (Expand)Author
2013-05-01Revert "fdt- Tell the FDT library where the device tree is"Simon Glass
2013-03-12CONFIG_BOOTDELAY default should not affect runtimeJoe Hershberger
2013-03-12common/main: move set_working_fdt_addr to enable usage of $fdtaddrBarak Wasserstrom
2013-02-04cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud
2013-02-04console: USB: KBD: Fix incorrect autoboot timeoutJim Lin
2012-12-19Merge remote-tracking branch 'u-boot/master' into u-boot-arm-mergedAllen Martin
2012-12-11Add new bootstage step for the main loopSimon Glass
2012-11-28fdt: Correct global_data condition in mainSimon Glass
2012-11-19lcd: Add support for flushing LCD fb from dcache after updateSimon Glass
2012-11-12fdt: Set kernaddr if fdt indicates a kernel is presentSimon Glass
2012-11-12fdt: Allow device tree to specify secure bootingDoug Anderson
2012-11-12fdt: Tell the FDT library where the device tree isGabe Black
2012-11-12fdt: Load boot command from device treeChe-Liang Chiou
2012-11-04common/misc: sparse fixesKim Phillips
2012-10-03Allow runtime configuration of "zero-delay" checkJoe Hershberger
2012-08-09Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is setDirk Eibach
2012-08-09Allow newlines within command environment varsSimon Glass
2012-08-09Add run_command_list() to run a list of commandsSimon Glass
2012-05-15net: cosmetic: net.c checkpatch complianceJoe Hershberger
2012-04-23Fix the behaviour of the 'run' commandTimo Ketola
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass
2012-03-06Add cmd_process() to process commands in one placeSimon Glass
2012-03-06Create a single cmd_call() function to handle command executionSimon Glass
2012-03-06Don't include standard parser if hush is usedSimon Glass
2012-03-06Stop using builtin_run_command()Simon Glass
2012-03-06Rename run_command2() to run_command()Simon Glass
2012-03-06Rename run_command() to builtin_run_command()Simon Glass
2012-03-06Remove CMD_PXE's static on run_command()Simon Glass
2012-02-12common, menu: show menu on startup if CONFIG_MENU_SHOW is definedHeiko Schocher
2012-02-12common: add possibility for readline_into_buffer timeoutHeiko Schocher
2011-10-17Add pxe commandJason Hobbs
2011-10-17Replace space and tab checks with isblankJason Hobbs
2011-10-17cosmetic: remove unneeded curly bracesJason Hobbs
2011-10-17common: add run_command2 for running simple or hush commandsJason Hobbs
2011-10-17common, menu: use abortboot for menu timeoutJason Hobbs
2011-07-28unify version_stringAndreas Bießmann
2011-07-26automatic update from FIT image: add optional address parameterAndreas Pretzsch
2011-07-25cosmetic, main: correct indentation/spacing issuesJason Hobbs
2011-07-25cosmetic, main: clean up declarations of abortbootJason Hobbs
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk
2011-01-09cmd editing: mark erase/tab seqs constantMike Frysinger
2010-11-28autocomplete: remove runtime handler installMike Frysinger
2010-11-28do_reset: unify duplicate prototypesMike Frysinger
2010-11-28do_bootd: unify duplicate prototypesMike Frysinger
2010-10-06Replace MAX_CMDBUF_SIZE references with CONFIG_SYS_CBSIZEPeter Tyser
2010-08-09cmd editing: optimize/shrink output blankingMike Frysinger
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-06-23Remove AmigaOneG3SE boardWolfgang Denk
2010-04-10FIX: watchdog timeout, while waiting for inputJens Scharsig