Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
a4ffe8aa4981130b240eee5ed22c5bbfa1c7598b
/
src
/
console
/
console.c
3a54318
Add EM100 'hyper term' spi console support in ramstage & smm
by Martin Roth
· 8 years ago
b890a12
Remove address from GPLv2 headers
by Patrick Georgi
· 9 years ago
d4a72f7
console: Bring back newline translation
by Kyösti Mälkki
· 8 years ago
0ddb826
src/console: Sanitize headers and IS_ENABLED usage
by Edward O'Callaghan
· 9 years ago
f2f7f03
console: Add console for GDB
by Kyösti Mälkki
· 10 years ago
f339086
console: Simplify the enable rules
by Kyösti Mälkki
· 10 years ago
4076072
console: Use romstage code for ramstage and SMM
by Kyösti Mälkki
· 10 years ago
fd95624
console: Drop driver list in ramstage
by Kyösti Mälkki
· 10 years ago
657e0be
console: Move newline translation outside console_tx_byte
by Kyösti Mälkki
· 10 years ago
21333f9
console: Split console_init()
by Kyösti Mälkki
· 10 years ago
4c686f2
OxPCIe uart: Split PCI bridge control
by Kyösti Mälkki
· 10 years ago
ab94bbf
usbdebug: Move Kconfig under drivers/usb
by Kyösti Mälkki
· 10 years ago
2b95da0
uart8250mem: Unify calls with generic UART
by Kyösti Mälkki
· 10 years ago
1d7541f
console: Fix includes
by Kyösti Mälkki
· 10 years ago
919923d
option: Add arch-agnostic get_option()
by Kyösti Mälkki
· 10 years ago
972d5cf
Move hexdump32() to lib/hexdump.
by Kyösti Mälkki
· 10 years ago
72dccce
global: Fix usage of get_option() to make use of CB_CMOS_ codes
by Alexandru Gagniuc
· 10 years ago
af0cd09
console: Add hexdump32 function
by Marc Jones
· 10 years ago
ac16405
usbdebug: Fix boards without EARLY_CBMEM_INIT
by Kyösti Mälkki
· 10 years ago
2644793
Have option of timestamps, CBMEM console and usbdebug for most boards
by Kyösti Mälkki
· 10 years ago
a2f6af3
ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug
by Kyösti Mälkki
· 10 years ago
3be80cc
usbdebug: Add option for verbose logging of connection
by Kyösti Mälkki
· 10 years ago
9e7806a
usbdebug: Move ehci_debug_info allocation
by Kyösti Mälkki
· 10 years ago
9d9b0dd
Don't try to use CBMEM console in bootblock
by Stefan Reinauer
· 10 years ago
fbb11cf
ARM: Separate the early console (romstage) from the bootblock console.
by Gabe Black
· 10 years ago
45988da
spkmodem console
by Vladimir Serbinenko
· 11 years ago
8b5b764
console: Make use of CONFIG_USE_OPTION_TABLE
by Christian Gmeiner
· 11 years ago
882f7e3
console: Fix using CMOS for options
by Patrick Georgi
· 11 years ago
580fa2b
console: Only print romstage messages with EARLY_CONSOLE enabled.
by Hung-Te Lin
· 11 years ago
ad173ea
console: Revise serial console configuration names.
by Hung-Te Lin
· 11 years ago
8d05322
Fix console.c with serial support disabled
by Stefan Reinauer
· 11 years ago
6a503b6
make early serial console support more generic
by David Hendricks
· 11 years ago
0f5caa2
Conditionally include mc146818rtc in console.c
by David Hendricks
· 11 years ago
1078c67
CBMEM CONSOLE: Add code using the new console driver.
by Vadim Bendebury
· 12 years ago
8907e81
move console includes to central console/console.h
by Stefan Reinauer
· 12 years ago
20fc631
Fix usb debug dongle support
by Sven Schnelle
· 12 years ago
4885daa
Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an
by Stefan Reinauer
· 12 years ago
42fa7fe
run uart_init() from console_init, just like the other console initialization functions.
by Stefan Reinauer
· 12 years ago
b3ae186
* Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value
by Stefan Reinauer
· 12 years ago
abc0c85
Printing coreboot debug messages on VGA console is pretty much useless, since
by Stefan Reinauer
· 13 years ago
2a8ad41
Add 2 missing license headers based on svn logs and remove an unneeded #include
by Stefan Reinauer
· 13 years ago
4aa93cc
Add support for the console over Ethernet (through PCI NE2000).
by Rudolf Marek
· 13 years ago
12584e2
Drop console/console.c and pc80/serial.c from mainboards' romstage.c.
by Patrick Georgi
· 13 years ago
14e2277
Since some people disapprove of white space cleanups mixed in regular commits
by Stefan Reinauer
· 13 years ago
0c781b2
-Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.
by Stefan Reinauer
· 14 years ago
64ed2b7
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
by Stefan Reinauer
· 14 years ago
5a1f597
This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and
by Stefan Reinauer
· 14 years ago
c02b4fc
printk_foo -> printk(BIOS_FOO, ...)
by Stefan Reinauer
· 14 years ago
3ff6358
Revert deletion that snuck in to 4794. Sorry.
by Myles Watson
· 14 years ago
0364618
Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8.
by Myles Watson
· 14 years ago
0588d19
Kconfig! Works on Kontron, qemu, and serengeti.
by Patrick Georgi
· 14 years ago
0867062
This patch unifies the use of config options in v2 to all start with CONFIG_
by Stefan Reinauer
· 14 years ago
87e7050
die() does never return. Annotate it as such.
by Carl-Daniel Hailfinger
· 14 years ago
a9c5ea0
Revert "CMOS: Add set_option and rework get_option."
by Luc Verhaegen
· 14 years ago
9ceae90
CMOS: Add set_option and rework get_option.
by Luc Verhaegen
· 14 years ago
f96c2d9
fix warnings, shadowed declarations and style guide violations (all trivial)
by Stefan Reinauer
· 14 years ago
7ce8c54
1201_ht_bus0_dev0_fidvid_core.diff
by Stefan Reinauer
· 18 years ago
e2ad5ce
fixed function prototype for die()
by Li-Ta Lo
· 19 years ago
7ebb9e9
updates for the E325
by Ronald G. Minnich
· 20 years ago
7f84586
fix up for serial post
by Ronald G. Minnich
· 20 years ago
e54d55b
added rx support
by Greg Watson
· 20 years ago
57ffeb0
updates from YhLu, plus fixes for PPC/K8 issues.
by Ronald G. Minnich
· 20 years ago
655bf44
- Remove all of the annoying $Id strings
by Eric Biederman
· 20 years ago
8ca8d76
- Initial checkin of the freebios2 tree
by Eric Biederman
· 20 years ago