Commit Graph

120 Commits (4933381a5b221d31305aef94bef990b3c6a65454)

Author SHA1 Message Date
Simon Glass 4933381a5b main: Fix typos and checkpatch warnings in command line reading 11 years ago
Simon Glass f2abca8459 main: Use get/setenv_ulong() 11 years ago
Simon Glass bc2b4c27d0 main: Move boot_delay code into its own function 11 years ago
Simon Glass 063ae006ae main: Separate out the two abortboot() functions 11 years ago
Simon Glass ea5427e260 net: Add prototype for update_tftp 11 years ago
Simon Glass 095686d3f5 Revert "fdt- Tell the FDT library where the device tree is" 11 years ago
Joe Hershberger d514544fe0 CONFIG_BOOTDELAY default should not affect runtime 11 years ago
Barak Wasserstrom fe492cee35 common/main: move set_working_fdt_addr to enable usage of $fdtaddr 11 years ago
Richard Genoud 34765e8853 cmd_time: merge run_command_and_time_it with cmd_process 11 years ago
Jim Lin b2f3e0ea3e console: USB: KBD: Fix incorrect autoboot timeout 11 years ago
Simon Glass 01433d6001 Add new bootstage step for the main loop 12 years ago
Simon Glass f39612d360 fdt: Correct global_data condition in main 12 years ago
Simon Glass 9a8efc4604 lcd: Add support for flushing LCD fb from dcache after update 12 years ago
Simon Glass fcabc24f4f fdt: Set kernaddr if fdt indicates a kernel is present 12 years ago
Doug Anderson 67e1ea26e8 fdt: Allow device tree to specify secure booting 12 years ago
Gabe Black 3b73459ea3 fdt: Tell the FDT library where the device tree is 12 years ago
Che-Liang Chiou 224b72e639 fdt: Load boot command from device tree 12 years ago
Kim Phillips 199adb601f common/misc: sparse fixes 12 years ago
Joe Hershberger 93d7212fa6 Allow runtime configuration of "zero-delay" check 12 years ago
Dirk Eibach a5aae0a1a9 Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is set 12 years ago
Simon Glass 3a8a02beb7 Allow newlines within command environment vars 12 years ago
Simon Glass d51004a832 Add run_command_list() to run a list of commands 12 years ago
Joe Hershberger 48522bb503 net: cosmetic: net.c checkpatch compliance 12 years ago
Timo Ketola 030fca5228 Fix the behaviour of the 'run' command 12 years ago
Simon Glass 4c12eeb8b5 Convert cmd_usage() calls in common to use a return value 12 years ago
Simon Glass 9d12d5d41d Add cmd_process() to process commands in one place 12 years ago
Simon Glass bdf8e34b93 Create a single cmd_call() function to handle command execution 12 years ago
Simon Glass 7fed89e00e Don't include standard parser if hush is used 12 years ago
Simon Glass 5307153236 Stop using builtin_run_command() 12 years ago
Simon Glass 009dde1955 Rename run_command2() to run_command() 12 years ago
Simon Glass f47360a74e Rename run_command() to builtin_run_command() 12 years ago
Simon Glass 79714c1e26 Remove CMD_PXE's static on run_command() 12 years ago
Heiko Schocher 317d6c57d5 common, menu: show menu on startup if CONFIG_MENU_SHOW is defined 12 years ago
Heiko Schocher 9c3483113d common: add possibility for readline_into_buffer timeout 12 years ago
Jason Hobbs 06283a6401 Add pxe command 13 years ago
Jason Hobbs 4d91a6ecab Replace space and tab checks with isblank 13 years ago
Jason Hobbs ce2d4c9532 cosmetic: remove unneeded curly braces 13 years ago
Jason Hobbs c8a2079e49 common: add run_command2 for running simple or hush commands 13 years ago
Jason Hobbs b41bc5a82d common, menu: use abortboot for menu timeout 13 years ago
Andreas Bießmann 09c2e90c11 unify version_string 13 years ago
Andreas Pretzsch 8d6b73202c automatic update from FIT image: add optional address parameter 13 years ago
Jason Hobbs 370d1e3e58 cosmetic, main: correct indentation/spacing issues 13 years ago
Jason Hobbs 3c766dccb3 cosmetic, main: clean up declarations of abortboot 13 years ago
Wolfgang Denk 566e5cf451 ARM: drop unsupported 'trab' board 13 years ago
Mike Frysinger 82359aec45 cmd editing: mark erase/tab seqs constant 14 years ago
Mike Frysinger 722b061b6f autocomplete: remove runtime handler install 14 years ago
Mike Frysinger 882b7d726f do_reset: unify duplicate prototypes 14 years ago
Mike Frysinger 7842fb7c4f do_bootd: unify duplicate prototypes 14 years ago
Peter Tyser 8804ae3b7a Replace MAX_CMDBUF_SIZE references with CONFIG_SYS_CBSIZE 14 years ago
Mike Frysinger 8faba4894c cmd editing: optimize/shrink output blanking 14 years ago