index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
console.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-07
console: execute flush on uart when silent is removed
Patrick Delaunay
1
-9
/
+36
2019-08-07
console: update silent tag after env load
Patrick Delaunay
1
-0
/
+4
2018-11-26
sandbox: Allow puts() output before global_data is set up
Simon Glass
1
-0
/
+7
2018-09-10
console: unify fgetc function when console MUX is deactivated
Patrick Delaunay
1
-4
/
+5
2018-07-26
sandbox: Don't disable ctrlc() on sandbox if in raw mode
Joe Hershberger
1
-2
/
+0
2018-07-26
console: Remember if ctrlc is disabled in console_tstc()
Joe Hershberger
1
-3
/
+4
2018-06-18
console: Fix handling of NULL global_data
Simon Glass
1
-2
/
+6
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-05-06
stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly
Tom Rini
1
-2
/
+2
2017-12-07
Revert "sandbox: Drop special case console code for sandbox"
Simon Glass
1
-0
/
+7
2017-11-12
Revert "console: simplify puts()"
Soeren Moch
1
-2
/
+42
2017-08-28
common: console: Fix duplicated CONFIG in silent env callback
Wilson Lee
1
-2
/
+2
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
1
-5
/
+5
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
1
-2
/
+2
2017-07-31
dm: console: Check for serial devices properly
Simon Glass
1
-1
/
+10
2017-07-31
console: Unify the check for a serial console
Simon Glass
1
-2
/
+17
2017-07-28
console: simplify puts()
Masahiro Yamada
1
-42
/
+2
2017-07-11
sandbox: Drop special case console code for sandbox
Simon Glass
1
-13
/
+0
2017-07-11
console: Use map_sysmem() for the pre-relocation console
Simon Glass
1
-2
/
+9
2017-07-11
Allow displaying the U-Boot banner on a video display
Simon Glass
1
-4
/
+13
2017-02-06
console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL
Simon Glass
1
-15
/
+15
2016-10-23
Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig
Simon Glass
1
-3
/
+3
2016-10-23
Convert SILENT_CONSOLE options to Kconfig
Simon Glass
1
-2
/
+2
2016-10-17
watchdog: Fix Watchdog Reset while in U-Boot Prompt
Andreas J. Reichel
1
-0
/
+2
2016-10-07
common/console.c: ensure GD_FLG_SILENT is set or cleared
Chris Packham
1
-4
/
+13
2016-03-27
debug_uart: Remove duplicated carriage return handling
Bin Meng
1
-2
/
+0
2016-02-11
dm: video: Add a temporary work-around for old stdout var
Simon Glass
1
-0
/
+8
2016-01-25
common/console.c: Remove unused inline functions
Tom Rini
1
-48
/
+0
2015-11-23
lib/tiny-printf.c: Add tiny printf function for space limited environments
Stefan Roese
1
-36
/
+0
2015-11-23
common/console.c: Small coding style cleanup
Stefan Roese
1
-2
/
+4
2015-11-23
common/console.c: Drop sandbox special-case console code
Stefan Roese
1
-5
/
+0
2015-11-19
console: Add a console buffer
Simon Glass
1
-1
/
+49
2015-11-19
Move console definitions into a new console.h file
Simon Glass
1
-0
/
+1
2015-07-21
sandbox: Drop special-case sandbox console code
Simon Glass
1
-5
/
+1
2015-07-21
dm: Allow debug UART to support an early console
Simon Glass
1
-0
/
+19
2015-05-19
console: Fix pre-console flushing via cfb_console being very slow
Hans de Goede
1
-18
/
+22
2015-01-29
Export redesign
Martin Dorwig
1
-10
/
+10
2015-01-14
console: Use pre-console buffer to get complete log on all consoles
Siarhei Siamashka
1
-5
/
+41
2014-12-08
Fix console functions for U-Boot API
Simon Glass
1
-4
/
+4
2014-10-25
common:console: add missing include
Jeroen Hofstee
1
-1
/
+2
2014-09-24
sandbox: Disable Ctrl-C
Simon Glass
1
-0
/
+3
2014-07-23
Add a flag indicating when the serial console is ready
Simon Glass
1
-2
/
+2
2014-07-23
console: Remove vprintf() optimisation for sandbox
Simon Glass
1
-1
/
+1
2014-07-23
stdio: Pass device pointer to stdio methods
Simon Glass
1
-9
/
+9
2014-05-23
Add the function 'confirm_yesno' for interactive
Pierre Aubert
1
-1
/
+27
2014-01-08
sandbox: Allow the console to work earlier
Simon Glass
1
-1
/
+15
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2012-12-13
env: Add a silent env handler
Joe Hershberger
1
-0
/
+23
2012-12-13
env: Add a console env handler
Joe Hershberger
1
-0
/
+44
2012-12-13
env: Refactor do_apply to a flag
Joe Hershberger
1
-4
/
+4
[next]