Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
c6f3e650a1e00b99d3b32fa95d05811bc45a342b
/
common
/
main.c
9afb462
main: Drop more #ifdefs
by Simon Glass
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
bdfb5c4
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
6a38e41
env: Rename setenv() to env_set()
by Simon Glass
· 7 years ago
3bba650
Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot
by Simon Glass
· 9 years ago
2833290
Panic when no command line processing can be performed
by Simon Glass
· 9 years ago
fe6fbf3
Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.
by David Müller (ELSOFT AG)
· 9 years ago
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
e32125a
update: tftp: dfu: Extend update_tftp() function to support DFU
by Lukasz Majewski
· 9 years ago
b735e8c
common: main.c: make show_boot_progress __weak
by Jeroen Hofstee
· 10 years ago
36b590c
main: Avoid unncessary strdup()/free()
by Simon Glass
· 11 years ago
5b47e30
main: Make the execution path a little clearer in main.c
by Simon Glass
· 11 years ago
33f7913
main: Hide the hush/simple details inside cli.c
by Simon Glass
· 11 years ago
9f6bb18
Simplify the main loop
by Simon Glass
· 11 years ago
e3a762c
m68k: powerpc: Clean up do_mdm_init
by Simon Glass
· 11 years ago
d6d592f
Move command line API into cli.c
by Simon Glass
· 11 years ago
7b6a95a
Move autoboot code to autoboot.c
by Simon Glass
· 11 years ago
66b8c8b
Split out simple parser and readline into separate files
by Simon Glass
· 11 years ago
dec3c01
move CLI prototypes to cli.h and add comments
by Simon Glass
· 11 years ago
299f0be
Rename hush to cli_hush
by Simon Glass
· 11 years ago
4c39b1d
Make 'run' use run_command_list() instead of run_command()
by Simon Glass
· 11 years ago
f5b1c6d
Start the deprecation process for generic board
by Simon Glass
· 11 years ago
c301226
autoboot: add an option to override keyed autoboot
by Mark Langsdorf
· 11 years ago
ec7fbf5
Coding Style cleanup: replace leading SPACEs by TABs
by Wolfgang Denk
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
1247446
fdt: allow bootdelay to be specified via device tree
by Stephen Warren
· 12 years ago
e717e64
main: Add debug_bootkeys to avoid #ifdefs
by Simon Glass
· 12 years ago
a1a16a8
main: Add debug_parser() to avoid #ifdefs
by Simon Glass
· 12 years ago
b2b687f
main: Correct header order
by Simon Glass
· 12 years ago
e30a5f7
main: Fix typos and checkpatch warnings in command line reading
by Simon Glass
· 12 years ago
962cf72
main: Use get/setenv_ulong()
by Simon Glass
· 12 years ago
de6f0c4
main: Move boot_delay code into its own function
by Simon Glass
· 12 years ago
e71c1e6
main: Separate out the two abortboot() functions
by Simon Glass
· 12 years ago
d1892ac
net: Add prototype for update_tftp
by Simon Glass
· 12 years ago
9b48a9b
Revert "fdt- Tell the FDT library where the device tree is"
by Simon Glass
· 12 years ago
66eb8fc
CONFIG_BOOTDELAY default should not affect runtime
by Joe Hershberger
· 12 years ago
0eb9826
common/main: move set_working_fdt_addr to enable usage of $fdtaddr
by Barak Wasserstrom
· 12 years ago
94ff067
cmd_time: merge run_command_and_time_it with cmd_process
by Richard Genoud
· 12 years ago
56014a4
console: USB: KBD: Fix incorrect autoboot timeout
by Jim Lin
· 12 years ago
bafe41a
Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged
by Allen Martin
· 12 years ago
be960eb
Add new bootstage step for the main loop
by Simon Glass
· 12 years ago
f4c5a5f
fdt: Correct global_data condition in main
by Simon Glass
· 12 years ago
ef45ffd
lcd: Add support for flushing LCD fb from dcache after update
by Simon Glass
· 12 years ago
057f680
fdt: Set kernaddr if fdt indicates a kernel is present
by Simon Glass
· 12 years ago
07b8114
fdt: Allow device tree to specify secure booting
by Doug Anderson
· 12 years ago
85892c1
fdt: Tell the FDT library where the device tree is
by Gabe Black
· 12 years ago
0b5e5a3
fdt: Load boot command from device tree
by Che-Liang Chiou
· 12 years ago
b052b60
common/misc: sparse fixes
by Kim Phillips
· 12 years ago
96ccaf3
Allow runtime configuration of "zero-delay" check
by Joe Hershberger
· 12 years ago
c82b4ea
Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is set
by Dirk Eibach
· 13 years ago
d0eb940
Allow newlines within command environment vars
by Simon Glass
· 13 years ago
a6642e0
Add run_command_list() to run a list of commands
by Simon Glass
· 13 years ago
77001b43
net: cosmetic: net.c checkpatch compliance
by Joe Hershberger
· 13 years ago
9ba5472
Fix the behaviour of the 'run' command
by Timo Ketola
· 13 years ago
a06dfc7
Convert cmd_usage() calls in common to use a return value
by Simon Glass
· 13 years ago
1727b94
Add cmd_process() to process commands in one place
by Simon Glass
· 13 years ago
2176d60
Create a single cmd_call() function to handle command execution
by Simon Glass
· 13 years ago
82c2132
Don't include standard parser if hush is used
by Simon Glass
· 13 years ago
bf8c5b0
Stop using builtin_run_command()
by Simon Glass
· 13 years ago
8161d04
Rename run_command2() to run_command()
by Simon Glass
· 13 years ago
c023a89
Rename run_command() to builtin_run_command()
by Simon Glass
· 13 years ago
388d223
Remove CMD_PXE's static on run_command()
by Simon Glass
· 13 years ago
b4c1df8
common, menu: show menu on startup if CONFIG_MENU_SHOW is defined
by Heiko Schocher
· 13 years ago
0eab4d5
common: add possibility for readline_into_buffer timeout
by Heiko Schocher
· 13 years ago
0e3a593
Add pxe command
by Jason Hobbs
· 13 years ago
cafa1aa
Replace space and tab checks with isblank
by Jason Hobbs
· 13 years ago
cba50df
cosmetic: remove unneeded curly braces
by Jason Hobbs
· 13 years ago
a56febb
common: add run_command2 for running simple or hush commands
by Jason Hobbs
· 13 years ago
65febe6
common, menu: use abortboot for menu timeout
by Jason Hobbs
· 13 years ago
61d0195
unify version_string
by Andreas Bießmann
· 13 years ago
e3fd7c0
automatic update from FIT image: add optional address parameter
by Andreas Pretzsch
· 13 years ago
3b403b7
cosmetic, main: correct indentation/spacing issues
by Jason Hobbs
· 13 years ago
89f95a8
cosmetic, main: clean up declarations of abortboot
by Jason Hobbs
· 13 years ago
8f399b3
ARM: drop unsupported 'trab' board
by Wolfgang Denk
· 14 years ago
d5c319c
cmd editing: mark erase/tab seqs constant
by Mike Frysinger
· 14 years ago
b5bc05e
autocomplete: remove runtime handler install
by Mike Frysinger
· 14 years ago
6d1f698
do_reset: unify duplicate prototypes
by Mike Frysinger
· 14 years ago
2e50fa3
do_bootd: unify duplicate prototypes
by Mike Frysinger
· 14 years ago
7e0e5ca
Replace MAX_CMDBUF_SIZE references with CONFIG_SYS_CBSIZE
by Peter Tyser
· 14 years ago
3952bea
cmd editing: optimize/shrink output blanking
by Mike Frysinger
· 14 years ago
3b68311
cmd_usage(): simplify return code handling
by Wolfgang Denk
· 14 years ago
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
b0b104a
Remove AmigaOneG3SE board
by Wolfgang Denk
· 14 years ago
1124755
FIX: watchdog timeout, while waiting for input
by Jens Scharsig
· 15 years ago
c1115d9
cmd history: Match history buffer size to console buffer
by John Schmoller
· 15 years ago
c01e720
console: Fix console buffer overrun
by John Schmoller
· 15 years ago
ce2dd6e
Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOT
by Wolfgang Denk
· 15 years ago
8ad15a9
readline(): Add ability to modify a string buffer
by Peter Tyser
· 15 years ago
03e46c4
cread_line(): Remove unused variables
by Peter Tyser
· 15 years ago
c144e01
Check for NULL prompt in readline_into_buffer()
by Peter Tyser
· 15 years ago
ace7cc8
Remove inline qualifier from show_boot_progress()
by Emil Medve
· 16 years ago
ddb3af9
Standardize command usage messages with cmd_usage()
by Peter Tyser
· 16 years ago
6499fd6
common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
by Peter Korsgaard
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
49ebcb5
hush: add showvar command for hush shell.
by Heiko Schocher
· 16 years ago
e273e9f
Automatic software update from TFTP server
by Bartlomiej Sieka
· 16 years ago
3762825
Fix merge problems
by Stefan Roese
· 16 years ago
e4ad454
Fix printf errors.
by Andrew Klossner
· 16 years ago
bb83038
Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
by Peter Tyser
· 17 years ago
Next »