コミット履歴

作者 SHA1 メッセージ 日付
  Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 年 前
  Simon Glass 382bee57f1 env: Rename setenv() to env_set() 7 年 前
  Simon Glass 9be2e790eb Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot 9 年 前
  Simon Glass 045e6f0d4f Panic when no command line processing can be performed 9 年 前
  David Müller (ELSOFT AG) 928f605455 Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. 9 年 前
  Simon Glass 24b852a7a2 Move console definitions into a new console.h file 9 年 前
  Lukasz Majewski c7ff552843 update: tftp: dfu: Extend update_tftp() function to support DFU 9 年 前
  Jeroen Hofstee 3422299dc2 common: main.c: make show_boot_progress __weak 11 年 前
  Simon Glass 95856248ca main: Avoid unncessary strdup()/free() 11 年 前
  Simon Glass affb215626 main: Make the execution path a little clearer in main.c 11 年 前
  Simon Glass c1bb2cd0b6 main: Hide the hush/simple details inside cli.c 11 年 前
  Simon Glass 1364a0e48a Simplify the main loop 11 年 前
  Simon Glass 9272a9b4f6 m68k: powerpc: Clean up do_mdm_init 11 年 前
  Simon Glass 30354978ff Move command line API into cli.c 11 年 前
  Simon Glass 66ded17dfc Move autoboot code to autoboot.c 11 年 前
  Simon Glass 6493ccc7cf Split out simple parser and readline into separate files 11 年 前
  Simon Glass 18d66533ac move CLI prototypes to cli.h and add comments 11 年 前
  Simon Glass eca86fad3d Rename hush to cli_hush 11 年 前
  Simon Glass 1992dbfdb9 Make 'run' use run_command_list() instead of run_command() 11 年 前
  Simon Glass 0f605c1501 Start the deprecation process for generic board 11 年 前
  Mark Langsdorf 00ddacc1a1 autoboot: add an option to override keyed autoboot 11 年 前
  Wolfgang Denk 93e1459641 Coding Style cleanup: replace leading SPACEs by TABs 11 年 前
  Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 年 前
  Stephen Warren 99bd544ee7 fdt: allow bootdelay to be specified via device tree 12 年 前
  Simon Glass d34d186ef9 main: Add debug_bootkeys to avoid #ifdefs 12 年 前
  Simon Glass 3e4088737b main: Add debug_parser() to avoid #ifdefs 12 年 前
  Simon Glass fbcdf32af7 main: Correct header order 12 年 前
  Simon Glass 4933381a5b main: Fix typos and checkpatch warnings in command line reading 12 年 前
  Simon Glass f2abca8459 main: Use get/setenv_ulong() 12 年 前
  Simon Glass bc2b4c27d0 main: Move boot_delay code into its own function 12 年 前