summaryrefslogtreecommitdiff
path: root/common/main.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07common: autoboot: Add auto-fastboot on StarFive SoCXingyu Wu1-1/+8
2020-12-03efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro1-0/+4
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-11main: Drop show_boot_progress() prototypeSimon Glass1-5/+0
2020-01-17common: Move main_loop() to init.hSimon Glass1-0/+1
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-08-02main: Use conditional run_preboot_environment_command()Simon Glass1-3/+2
2018-12-07main: Drop more #ifdefsSimon Glass1-12/+10
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2016-05-27Drop use of CONFIG_SYS_GENERIC_BOARD in U-BootSimon Glass1-6/+0
2016-03-22Panic when no command line processing can be performedSimon Glass1-0/+1
2016-02-08Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)1-14/+0
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-09-07update: tftp: dfu: Extend update_tftp() function to support DFULukasz Majewski1-1/+1
2014-07-19common: main.c: make show_boot_progress __weakJeroen Hofstee1-2/+1
2014-05-30main: Avoid unncessary strdup()/free()Simon Glass1-4/+2
2014-05-30main: Make the execution path a little clearer in main.cSimon Glass1-4/+8
2014-05-30main: Hide the hush/simple details inside cli.cSimon Glass1-14/+2
2014-05-30Simplify the main loopSimon Glass1-27/+32
2014-05-30m68k: powerpc: Clean up do_mdm_initSimon Glass1-7/+4
2014-05-30Move command line API into cli.cSimon Glass1-93/+0
2014-05-30Move autoboot code to autoboot.cSimon Glass1-364/+2
2014-05-30Split out simple parser and readline into separate filesSimon Glass1-1012/+5
2014-05-30move CLI prototypes to cli.h and add commentsSimon Glass1-0/+1
2014-05-30Rename hush to cli_hushSimon Glass1-1/+1
2014-05-10Make 'run' use run_command_list() instead of run_command()Simon Glass1-1/+1
2014-04-17Start the deprecation process for generic boardSimon Glass1-0/+6
2013-11-09autoboot: add an option to override keyed autobootMark Langsdorf1-2/+2
2013-10-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-05fdt: allow bootdelay to be specified via device treeStephen Warren1-0/+5
2013-06-05main: Add debug_bootkeys to avoid #ifdefsSimon Glass1-12/+12
2013-06-05main: Add debug_parser() to avoid #ifdefsSimon Glass1-35/+23
2013-06-05main: Correct header orderSimon Glass1-15/+4
2013-06-05main: Fix typos and checkpatch warnings in command line readingSimon Glass1-11/+11
2013-06-05main: Use get/setenv_ulong()Simon Glass1-6/+2
2013-06-05main: Move boot_delay code into its own functionSimon Glass1-67/+70
2013-06-05main: Separate out the two abortboot() functionsSimon Glass1-8/+11
2013-06-05net: Add prototype for update_tftpSimon Glass1-4/+0
2013-05-01Revert "fdt- Tell the FDT library where the device tree is"Simon Glass1-8/+0
2013-03-12CONFIG_BOOTDELAY default should not affect runtimeJoe Hershberger1-8/+6
2013-03-12common/main: move set_working_fdt_addr to enable usage of $fdtaddrBarak Wasserstrom1-4/+4
2013-02-04cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud1-1/+1
2013-02-04console: USB: KBD: Fix incorrect autoboot timeoutJim Lin1-5/+5
2012-12-20Merge remote-tracking branch 'u-boot/master' into u-boot-arm-mergedAllen Martin1-3/+103