Commit Graph

143 Commits (bf393998c7644c456b339c5071c55cacf95d2141)

Author SHA1 Message Date
David Müller (ELSOFT AG) 928f605455 Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. 9 years ago
Simon Glass 24b852a7a2 Move console definitions into a new console.h file 9 years ago
Lukasz Majewski c7ff552843 update: tftp: dfu: Extend update_tftp() function to support DFU 10 years ago
Jeroen Hofstee 3422299dc2 common: main.c: make show_boot_progress __weak 11 years ago
Simon Glass 95856248ca main: Avoid unncessary strdup()/free() 11 years ago
Simon Glass affb215626 main: Make the execution path a little clearer in main.c 11 years ago
Simon Glass c1bb2cd0b6 main: Hide the hush/simple details inside cli.c 11 years ago
Simon Glass 1364a0e48a Simplify the main loop 11 years ago
Simon Glass 9272a9b4f6 m68k: powerpc: Clean up do_mdm_init 11 years ago
Simon Glass 30354978ff Move command line API into cli.c 11 years ago
Simon Glass 66ded17dfc Move autoboot code to autoboot.c 11 years ago
Simon Glass 6493ccc7cf Split out simple parser and readline into separate files 11 years ago
Simon Glass 18d66533ac move CLI prototypes to cli.h and add comments 11 years ago
Simon Glass eca86fad3d Rename hush to cli_hush 11 years ago
Simon Glass 1992dbfdb9 Make 'run' use run_command_list() instead of run_command() 11 years ago
Simon Glass 0f605c1501 Start the deprecation process for generic board 11 years ago
Tom Rini 04d2f0a9f3 Revert "Start the deprecation process for generic board" 11 years ago
Simon Glass 36c4b1d980 Start the deprecation process for generic board 11 years ago
Mark Langsdorf 00ddacc1a1 autoboot: add an option to override keyed autoboot 11 years ago
Wolfgang Denk 93e1459641 Coding Style cleanup: replace leading SPACEs by TABs 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Stephen Warren 99bd544ee7 fdt: allow bootdelay to be specified via device tree 12 years ago
Simon Glass d34d186ef9 main: Add debug_bootkeys to avoid #ifdefs 12 years ago
Simon Glass 3e4088737b main: Add debug_parser() to avoid #ifdefs 12 years ago
Simon Glass fbcdf32af7 main: Correct header order 12 years ago
Simon Glass 4933381a5b main: Fix typos and checkpatch warnings in command line reading 12 years ago
Simon Glass f2abca8459 main: Use get/setenv_ulong() 12 years ago
Simon Glass bc2b4c27d0 main: Move boot_delay code into its own function 12 years ago
Simon Glass 063ae006ae main: Separate out the two abortboot() functions 12 years ago
Simon Glass ea5427e260 net: Add prototype for update_tftp 12 years ago
Simon Glass 095686d3f5 Revert "fdt- Tell the FDT library where the device tree is" 12 years ago
Joe Hershberger d514544fe0 CONFIG_BOOTDELAY default should not affect runtime 12 years ago
Barak Wasserstrom fe492cee35 common/main: move set_working_fdt_addr to enable usage of $fdtaddr 12 years ago
Richard Genoud 34765e8853 cmd_time: merge run_command_and_time_it with cmd_process 12 years ago
Jim Lin b2f3e0ea3e console: USB: KBD: Fix incorrect autoboot timeout 12 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 13 years ago
Dirk Eibach a5aae0a1a9 Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is set 13 years ago
Simon Glass 3a8a02beb7 Allow newlines within command environment vars 13 years ago
Simon Glass d51004a832 Add run_command_list() to run a list of commands 13 years ago
Joe Hershberger 48522bb503 net: cosmetic: net.c checkpatch compliance 13 years ago
Timo Ketola 030fca5228 Fix the behaviour of the 'run' command 13 years ago
Simon Glass 4c12eeb8b5 Convert cmd_usage() calls in common to use a return value 13 years ago