Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a0cbd6acce0855e49a1abb5b3d228213cc293807
/
common
/
main.c
45b81954
efi_loader: capsule: add capsule_on_disk support
by AKASHI Takahiro
· Tue Nov 17 09:27:56 2020 +0900
1ea9789
common: Drop bootstage.h from common header
by Simon Glass
· Sun May 10 11:40:00 2020 -0600
274e0b0
common: Drop net.h from common header
by Simon Glass
· Sun May 10 11:39:56 2020 -0600
609add3
main: Drop show_boot_progress() prototype
by Simon Glass
· Wed Mar 18 09:42:40 2020 -0600
a5037e2
common: Move main_loop() to init.h
by Simon Glass
· Sat Dec 28 10:44:39 2019 -0700
adaaa48
common: Move command functions out of common.h
by Simon Glass
· Thu Nov 14 12:57:43 2019 -0700
5e6201b
env: Move env_set() to env.h
by Simon Glass
· Thu Aug 01 09:46:51 2019 -0600
675cfaf
main: Use conditional run_preboot_environment_command()
by Simon Glass
· Sat Jul 20 20:51:11 2019 -0600
9afb462
main: Drop more #ifdefs
by Simon Glass
· Sun Nov 25 20:05:54 2018 -0700
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
bdfb5c4
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· Wed Apr 18 13:50:47 2018 -0400
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· Thu Aug 03 12:22:12 2017 -0600
6a38e41
env: Rename setenv() to env_set()
by Simon Glass
· Thu Aug 03 12:22:09 2017 -0600
3bba650
Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot
by Simon Glass
· Sat May 14 18:49:35 2016 -0600
2833290
Panic when no command line processing can be performed
by Simon Glass
· Sun Mar 13 19:07:32 2016 -0600
fe6fbf3
Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.
by David Müller (ELSOFT AG)
· Sat Feb 06 07:57:25 2016 +0100
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· Sun Nov 08 23:47:45 2015 -0700
e32125a
update: tftp: dfu: Extend update_tftp() function to support DFU
by Lukasz Majewski
· Mon Aug 24 00:21:47 2015 +0200
b735e8c
common: main.c: make show_boot_progress __weak
by Jeroen Hofstee
· Thu Jun 26 20:18:31 2014 +0200
36b590c
main: Avoid unncessary strdup()/free()
by Simon Glass
· Thu Apr 10 20:01:36 2014 -0600
5b47e30
main: Make the execution path a little clearer in main.c
by Simon Glass
· Thu Apr 10 20:01:35 2014 -0600
33f7913
main: Hide the hush/simple details inside cli.c
by Simon Glass
· Thu Apr 10 20:01:34 2014 -0600
9f6bb18
Simplify the main loop
by Simon Glass
· Thu Apr 10 20:01:33 2014 -0600
e3a762c
m68k: powerpc: Clean up do_mdm_init
by Simon Glass
· Thu Apr 10 20:01:32 2014 -0600
d6d592f
Move command line API into cli.c
by Simon Glass
· Thu Apr 10 20:01:29 2014 -0600
7b6a95a
Move autoboot code to autoboot.c
by Simon Glass
· Thu Apr 10 20:01:28 2014 -0600
66b8c8b
Split out simple parser and readline into separate files
by Simon Glass
· Thu Apr 10 20:01:26 2014 -0600
dec3c01
move CLI prototypes to cli.h and add comments
by Simon Glass
· Thu Apr 10 20:01:25 2014 -0600
299f0be
Rename hush to cli_hush
by Simon Glass
· Thu Apr 10 20:01:24 2014 -0600
4c39b1d
Make 'run' use run_command_list() instead of run_command()
by Simon Glass
· Fri Oct 25 23:01:32 2013 -0600
f5b1c6d
Start the deprecation process for generic board
by Simon Glass
· Sat Mar 22 17:14:51 2014 -0600
c301226
autoboot: add an option to override keyed autoboot
by Mark Langsdorf
· Tue Sep 10 15:20:23 2013 -0500
ec7fbf5
Coding Style cleanup: replace leading SPACEs by TABs
by Wolfgang Denk
· Fri Oct 04 17:43:24 2013 +0200
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
1247446
fdt: allow bootdelay to be specified via device tree
by Stephen Warren
· Tue May 14 08:02:56 2013 +0000
e717e64
main: Add debug_bootkeys to avoid #ifdefs
by Simon Glass
· Wed May 15 06:24:01 2013 +0000
a1a16a8
main: Add debug_parser() to avoid #ifdefs
by Simon Glass
· Wed May 15 06:24:00 2013 +0000
b2b687f
main: Correct header order
by Simon Glass
· Wed May 15 06:23:59 2013 +0000
e30a5f7
main: Fix typos and checkpatch warnings in command line reading
by Simon Glass
· Wed May 15 06:23:58 2013 +0000
962cf72
main: Use get/setenv_ulong()
by Simon Glass
· Wed May 15 06:23:57 2013 +0000
de6f0c4
main: Move boot_delay code into its own function
by Simon Glass
· Wed May 15 06:23:56 2013 +0000
e71c1e6
main: Separate out the two abortboot() functions
by Simon Glass
· Wed May 15 06:23:55 2013 +0000
d1892ac
net: Add prototype for update_tftp
by Simon Glass
· Wed May 15 06:23:54 2013 +0000
9b48a9b
Revert "fdt- Tell the FDT library where the device tree is"
by Simon Glass
· Sat Apr 20 08:42:47 2013 +0000
66eb8fc
CONFIG_BOOTDELAY default should not affect runtime
by Joe Hershberger
· Fri Feb 08 10:28:00 2013 +0000
0eb9826
common/main: move set_working_fdt_addr to enable usage of $fdtaddr
by Barak Wasserstrom
· Wed Feb 27 08:48:41 2013 +0000
94ff067
cmd_time: merge run_command_and_time_it with cmd_process
by Richard Genoud
· Mon Dec 03 06:28:28 2012 +0000
56014a4
console: USB: KBD: Fix incorrect autoboot timeout
by Jim Lin
· Thu Jan 24 01:05:55 2013 +0000
bafe41a
Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged
by Allen Martin
· Wed Dec 19 13:02:36 2012 -0800
be960eb
Add new bootstage step for the main loop
by Simon Glass
· Wed Dec 05 14:46:28 2012 +0000
f4c5a5f
fdt: Correct global_data condition in main
by Simon Glass
· Wed Nov 28 07:54:58 2012 +0000
ef45ffd
lcd: Add support for flushing LCD fb from dcache after update
by Simon Glass
· Tue Oct 30 13:40:18 2012 +0000
057f680
fdt: Set kernaddr if fdt indicates a kernel is present
by Simon Glass
· Thu Oct 25 16:31:11 2012 +0000
07b8114
fdt: Allow device tree to specify secure booting
by Doug Anderson
· Thu Oct 25 16:31:09 2012 +0000
85892c1
fdt: Tell the FDT library where the device tree is
by Gabe Black
· Thu Oct 25 16:31:08 2012 +0000
0b5e5a3
fdt: Load boot command from device tree
by Che-Liang Chiou
· Thu Oct 25 16:31:07 2012 +0000
b052b60
common/misc: sparse fixes
by Kim Phillips
· Mon Oct 29 13:34:32 2012 +0000
96ccaf3
Allow runtime configuration of "zero-delay" check
by Joe Hershberger
· Fri Aug 17 10:53:12 2012 +0000
c82b4ea
Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is set
by Dirk Eibach
· Thu Apr 26 01:49:33 2012 +0000
d0eb940
Allow newlines within command environment vars
by Simon Glass
· Fri Mar 30 21:30:56 2012 +0000
a6642e0
Add run_command_list() to run a list of commands
by Simon Glass
· Fri Mar 30 21:30:55 2012 +0000
77001b43
net: cosmetic: net.c checkpatch compliance
by Joe Hershberger
· Tue May 15 08:59:08 2012 +0000
9ba5472
Fix the behaviour of the 'run' command
by Timo Ketola
· Sun Apr 22 23:57:27 2012 +0000
a06dfc7
Convert cmd_usage() calls in common to use a return value
by Simon Glass
· Sat Dec 10 08:44:01 2011 +0000
1727b94
Add cmd_process() to process commands in one place
by Simon Glass
· Tue Feb 14 19:59:25 2012 +0000
2176d60
Create a single cmd_call() function to handle command execution
by Simon Glass
· Tue Feb 14 19:59:23 2012 +0000
82c2132
Don't include standard parser if hush is used
by Simon Glass
· Tue Feb 14 19:59:22 2012 +0000
bf8c5b0
Stop using builtin_run_command()
by Simon Glass
· Tue Feb 14 19:59:21 2012 +0000
8161d04
Rename run_command2() to run_command()
by Simon Glass
· Tue Feb 14 19:59:20 2012 +0000
c023a89
Rename run_command() to builtin_run_command()
by Simon Glass
· Tue Feb 14 19:59:19 2012 +0000
388d223
Remove CMD_PXE's static on run_command()
by Simon Glass
· Tue Feb 14 19:59:18 2012 +0000
b4c1df8
common, menu: show menu on startup if CONFIG_MENU_SHOW is defined
by Heiko Schocher
· Mon Jan 16 21:13:35 2012 +0000
0eab4d5
common: add possibility for readline_into_buffer timeout
by Heiko Schocher
· Mon Jan 16 21:13:05 2012 +0000
0e3a593
Add pxe command
by Jason Hobbs
· Wed Aug 31 10:37:30 2011 -0500
cafa1aa
Replace space and tab checks with isblank
by Jason Hobbs
· Tue Aug 23 11:06:54 2011 +0000
cba50df
cosmetic: remove unneeded curly braces
by Jason Hobbs
· Tue Aug 23 11:06:53 2011 +0000
a56febb
common: add run_command2 for running simple or hush commands
by Jason Hobbs
· Wed Aug 31 05:37:24 2011 +0000
65febe6
common, menu: use abortboot for menu timeout
by Jason Hobbs
· Tue Aug 23 11:06:50 2011 +0000
61d0195
unify version_string
by Andreas Bießmann
· Mon Jul 18 20:24:04 2011 +0200
e3fd7c0
automatic update from FIT image: add optional address parameter
by Andreas Pretzsch
· Sat Jul 16 05:50:59 2011 +0000
3b403b7
cosmetic, main: correct indentation/spacing issues
by Jason Hobbs
· Thu Jun 23 08:27:30 2011 +0000
89f95a8
cosmetic, main: clean up declarations of abortboot
by Jason Hobbs
· Wed Jun 29 06:25:14 2011 +0000
8f399b3
ARM: drop unsupported 'trab' board
by Wolfgang Denk
· Sun May 01 20:44:23 2011 +0200
d5c319c
cmd editing: mark erase/tab seqs constant
by Mike Frysinger
· Wed Dec 22 09:40:45 2010 -0500
b5bc05e
autocomplete: remove runtime handler install
by Mike Frysinger
· Wed Oct 20 03:52:39 2010 -0400
6d1f698
do_reset: unify duplicate prototypes
by Mike Frysinger
· Wed Oct 20 03:41:17 2010 -0400
2e50fa3
do_bootd: unify duplicate prototypes
by Mike Frysinger
· Wed Oct 20 03:36:26 2010 -0400
7e0e5ca
Replace MAX_CMDBUF_SIZE references with CONFIG_SYS_CBSIZE
by Peter Tyser
· Wed Sep 29 13:30:56 2010 -0500
3952bea
cmd editing: optimize/shrink output blanking
by Mike Frysinger
· Fri Jul 23 05:28:15 2010 -0400
3b68311
cmd_usage(): simplify return code handling
by Wolfgang Denk
· Sat Jul 17 01:06:04 2010 +0200
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· Mon Jun 28 22:00:46 2010 +0200
b0b104a
Remove AmigaOneG3SE board
by Wolfgang Denk
· Sun Jun 13 18:28:54 2010 +0200
1124755
FIX: watchdog timeout, while waiting for input
by Jens Scharsig
· Fri Apr 09 19:02:38 2010 +0200
c1115d9
cmd history: Match history buffer size to console buffer
by John Schmoller
· Fri Mar 12 09:49:24 2010 -0600
c01e720
console: Fix console buffer overrun
by John Schmoller
· Fri Mar 12 09:49:23 2010 -0600
ce2dd6e
Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOT
by Wolfgang Denk
· Thu Mar 11 23:56:03 2010 +0100
8ad15a9
readline(): Add ability to modify a string buffer
by Peter Tyser
· Sun Oct 25 15:12:54 2009 -0500
03e46c4
cread_line(): Remove unused variables
by Peter Tyser
· Sun Oct 25 15:12:53 2009 -0500
c144e01
Check for NULL prompt in readline_into_buffer()
by Peter Tyser
· Sun Oct 25 15:12:52 2009 -0500
ace7cc8
Remove inline qualifier from show_boot_progress()
by Emil Medve
· Tue May 12 13:48:32 2009 -0500
Next »