aboutsummaryrefslogtreecommitdiff
path: root/common/main.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-19lcd: Add support for flushing LCD fb from dcache after updateSimon Glass1-2/+10
2012-11-12fdt: Set kernaddr if fdt indicates a kernel is presentSimon Glass1-0/+16
2012-11-12fdt: Allow device tree to specify secure bootingDoug Anderson1-0/+62
2012-11-12fdt: Tell the FDT library where the device tree isGabe Black1-0/+8
2012-11-12fdt: Load boot command from device treeChe-Liang Chiou1-1/+15
2012-11-04common/misc: sparse fixesKim Phillips1-5/+5
2012-10-03Allow runtime configuration of "zero-delay" checkJoe Hershberger1-2/+3
2012-08-09Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is setDirk Eibach1-0/+5
2012-08-09Allow newlines within command environment varsSimon Glass1-3/+3
2012-08-09Add run_command_list() to run a list of commandsSimon Glass1-0/+85
2012-05-15net: cosmetic: net.c checkpatch complianceJoe Hershberger1-1/+0
2012-04-23Fix the behaviour of the 'run' commandTimo Ketola1-1/+2
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass1-1/+1
2012-03-06Add cmd_process() to process commands in one placeSimon Glass1-36/+1
2012-03-06Create a single cmd_call() function to handle command executionSimon Glass1-2/+1
2012-03-06Don't include standard parser if hush is usedSimon Glass1-0/+2
2012-03-06Stop using builtin_run_command()Simon Glass1-23/+26
2012-03-06Rename run_command2() to run_command()Simon Glass1-5/+5
2012-03-06Rename run_command() to builtin_run_command()Simon Glass1-4/+5
2012-03-06Remove CMD_PXE's static on run_command()Simon Glass1-3/+0
2012-02-12common, menu: show menu on startup if CONFIG_MENU_SHOW is definedHeiko Schocher1-0/+4
2012-02-12common: add possibility for readline_into_buffer timeoutHeiko Schocher1-4/+16
2011-10-17Add pxe commandJason Hobbs1-0/+2
2011-10-17Replace space and tab checks with isblankJason Hobbs1-2/+3
2011-10-17cosmetic: remove unneeded curly bracesJason Hobbs1-4/+2
2011-10-17common: add run_command2 for running simple or hush commandsJason Hobbs1-29/+27
2011-10-17common, menu: use abortboot for menu timeoutJason Hobbs1-2/+8
2011-07-28unify version_stringAndreas Bießmann1-2/+1
2011-07-26automatic update from FIT image: add optional address parameterAndreas Pretzsch1-2/+2
2011-07-25cosmetic, main: correct indentation/spacing issuesJason Hobbs1-6/+6
2011-07-25cosmetic, main: clean up declarations of abortbootJason Hobbs1-6/+2
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk1-11/+0
2011-01-09cmd editing: mark erase/tab seqs constantMike Frysinger1-2/+2
2010-11-28autocomplete: remove runtime handler installMike Frysinger1-4/+0
2010-11-28do_reset: unify duplicate prototypesMike Frysinger1-4/+0
2010-11-28do_bootd: unify duplicate prototypesMike Frysinger1-2/+0
2010-10-06Replace MAX_CMDBUF_SIZE references with CONFIG_SYS_CBSIZEPeter Tyser1-5/+2
2010-08-09cmd editing: optimize/shrink output blankingMike Frysinger1-5/+3
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-4/+2
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-3/+3
2010-06-23Remove AmigaOneG3SE boardWolfgang Denk1-8/+1
2010-04-10FIX: watchdog timeout, while waiting for inputJens Scharsig1-0/+3
2010-03-21cmd history: Match history buffer size to console bufferJohn Schmoller1-1/+1
2010-03-21console: Fix console buffer overrunJohn Schmoller1-2/+2
2010-03-11Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOTWolfgang Denk1-4/+4
2009-10-27readline(): Add ability to modify a string bufferPeter Tyser1-0/+10
2009-10-27cread_line(): Remove unused variablesPeter Tyser1-4/+1
2009-10-27Check for NULL prompt in readline_into_buffer()Peter Tyser1-1/+2
2009-05-15Remove inline qualifier from show_boot_progress()Emil Medve1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2