index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
console
/
console.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
console: Add SimNow console logging
Fred Reitberger
2023-02-09
1
-0
/
+3
*
console/console.c: Sort includes and add <types.h>
Elyes Haouas
2022-10-06
1
-4
/
+5
*
console: attach smbus console driver
Husni Faiz
2022-09-16
1
-0
/
+4
*
console: Add compile-time fast path when only CBMEM console is used
Julius Werner
2022-02-07
1
-0
/
+2
*
console: Add loglevel prefix to interactive consoles
Julius Werner
2022-02-07
1
-9
/
+16
*
src/console: Drop unneeded empty lines
Elyes HAOUAS
2020-09-21
1
-1
/
+0
*
ec/system76: Add console support
Jeremy Soller
2020-09-07
1
-0
/
+4
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
1
-1
/
+0
*
src/console: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-04
1
-12
/
+2
*
AUTHORS: Move src/console copyrights into AUTHORS file
Martin Roth
2019-09-10
1
-2
/
+0
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
1
-1
/
+1
*
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2019-01-16
1
-1
/
+0
*
src/console: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-12
1
-1
/
+1
*
console/flashsconsole: Add spi flash console for debugging
Youness Alaoui
2017-06-04
1
-0
/
+4
*
console: Add write line routine
Lee Leahy
2016-08-10
1
-0
/
+13
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
1
-4
/
+0
*
Add EM100 'hyper term' spi console support in ramstage & smm
Martin Roth
2015-10-05
1
-0
/
+3
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
1
-1
/
+1
*
console: Bring back newline translation
Kyösti Mälkki
2015-05-15
1
-0
/
+8
*
src/console: Sanitize headers and IS_ENABLED usage
Edward O'Callaghan
2014-06-25
1
-5
/
+5
*
console: Add console for GDB
Kyösti Mälkki
2014-05-26
1
-0
/
+24
*
console: Simplify the enable rules
Kyösti Mälkki
2014-04-18
1
-45
/
+17
*
console: Use romstage code for ramstage and SMM
Kyösti Mälkki
2014-04-18
1
-5
/
+34
*
console: Drop driver list in ramstage
Kyösti Mälkki
2014-04-18
1
-56
/
+9
*
console: Move newline translation outside console_tx_byte
Kyösti Mälkki
2014-04-09
1
-8
/
+1
*
console: Split console_init()
Kyösti Mälkki
2014-04-09
1
-36
/
+2
*
OxPCIe uart: Split PCI bridge control
Kyösti Mälkki
2014-04-09
1
-2
/
+10
*
usbdebug: Move Kconfig under drivers/usb
Kyösti Mälkki
2014-03-04
1
-1
/
+1
*
uart8250mem: Unify calls with generic UART
Kyösti Mälkki
2014-03-04
1
-3
/
+3
*
console: Fix includes
Kyösti Mälkki
2014-03-04
1
-0
/
+6
*
option: Add arch-agnostic get_option()
Kyösti Mälkki
2014-03-04
1
-12
/
+1
*
Move hexdump32() to lib/hexdump.
Kyösti Mälkki
2014-02-11
1
-20
/
+0
*
global: Fix usage of get_option() to make use of CB_CMOS_ codes
Alexandru Gagniuc
2013-12-02
1
-2
/
+4
*
console: Add hexdump32 function
Marc Jones
2013-11-10
1
-0
/
+20
*
usbdebug: Fix boards without EARLY_CBMEM_INIT
Kyösti Mälkki
2013-10-22
1
-1
/
+1
*
Have option of timestamps, CBMEM console and usbdebug for most boards
Kyösti Mälkki
2013-10-15
1
-2
/
+2
*
ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug
Kyösti Mälkki
2013-09-21
1
-1
/
+1
*
usbdebug: Add option for verbose logging of connection
Kyösti Mälkki
2013-08-10
1
-3
/
+3
*
usbdebug: Move ehci_debug_info allocation
Kyösti Mälkki
2013-07-10
1
-2
/
+1
*
Don't try to use CBMEM console in bootblock
Stefan Reinauer
2013-07-10
1
-1
/
+1
*
ARM: Separate the early console (romstage) from the bootblock console.
Gabe Black
2013-07-10
1
-1
/
+2
*
spkmodem console
Vladimir Serbinenko
2013-04-18
1
-0
/
+4
*
console: Make use of CONFIG_USE_OPTION_TABLE
Christian Gmeiner
2013-04-01
1
-1
/
+1
*
console: Fix using CMOS for options
Patrick Georgi
2013-02-08
1
-1
/
+1
*
console: Only print romstage messages with EARLY_CONSOLE enabled.
Hung-Te Lin
2013-02-08
1
-2
/
+4
*
console: Revise serial console configuration names.
Hung-Te Lin
2013-02-08
1
-1
/
+1
*
Fix console.c with serial support disabled
Stefan Reinauer
2013-01-11
1
-1
/
+1
*
make early serial console support more generic
David Hendricks
2013-01-04
1
-1
/
+3
*
Conditionally include mc146818rtc in console.c
David Hendricks
2012-12-05
1
-0
/
+10
*
CBMEM CONSOLE: Add code using the new console driver.
Vadim Bendebury
2012-03-29
1
-1
/
+4
[next]