index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
console
Age
Commit message (
Expand
)
Author
2015-06-09
cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API
Kyösti Mälkki
2015-05-26
consoles: remove unused infrastructure
Aaron Durbin
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-13
secmon: allow for serial console
Aaron Durbin
2015-05-13
verstage: provide support for serial console
Aaron Durbin
2015-05-05
console: rename do_vtxprintf to do_printk_va_list and use it
Aaron Durbin
2015-04-27
cbmem: add and use a function to dump console buffer
Vadim Bendebury
2015-04-23
cbmem_console: fix it for x86
Aaron Durbin
2015-04-14
Add console wrapper for UART driver
Vadim Bendebury
2015-03-28
arm64: Add support for secure monitor
Furquan Shaikh
2015-03-09
console: Fix broken early_print.h include guards
Stefan Reinauer
2015-01-27
CBMEM console: Fix and enhance pre-RAM support
Kyösti Mälkki
2015-01-09
misc: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2015-01-09
src/include: Doxygen fixes
Martin Roth
2014-12-30
vboot: Add a new post code for TPM failure
Duncan Laurie
2014-12-16
CBMEM console: Fix boards with BROKEN_CAR_MIGRATE
Kyösti Mälkki
2014-10-16
uarts: 32/64 cleanup
Ronald G. Minnich
2014-05-26
console: Add console for GDB
Kyösti Mälkki
2014-04-30
console: Drop EARLY_CONSOLE option
Kyösti Mälkki
2014-04-30
uart: Support multiple ports
Kyösti Mälkki
2014-04-18
console: Simplify the enable rules
Kyösti Mälkki
2014-04-18
console: Split ROMCC helpers
Kyösti Mälkki
2014-04-18
console: Use romstage code for ramstage and SMM
Kyösti Mälkki
2014-04-18
console: Drop driver list in ramstage
Kyösti Mälkki
2014-04-09
console: Refactor uart8250/NE2K
Kyösti Mälkki
2014-04-09
console: Remove old fix for DEBUG_SMI
Kyösti Mälkki
2014-04-09
console: Simplify vtxprintf
Kyösti Mälkki
2014-04-09
console: Move newline translation outside console_tx_byte
Kyösti Mälkki
2014-04-09
console: Add printk helper for ChromeOS
Kyösti Mälkki
2014-04-09
console: Hide global console_loglevel
Kyösti Mälkki
2014-04-09
console: Split console_init()
Kyösti Mälkki
2014-04-09
OxPCIe uart: Split PCI bridge control
Kyösti Mälkki
2014-04-09
console uart: Fill coreboot table entries
Kyösti Mälkki
2014-04-09
uart: Prepare to support multiple base addresses
Kyösti Mälkki
2014-03-10
CBMEM console: Fix build for ARM
Kyösti Mälkki
2014-03-04
console: Use single driver entry for UARTs
Kyösti Mälkki
2014-03-04
SMM: Only have console with DEBUG_SMI
Kyösti Mälkki
2014-03-04
uart8250mem: Unify calls with generic UART
Kyösti Mälkki
2014-03-04
uart8250io: Unify calls with generic UART
Kyösti Mälkki
2014-03-04
console: Fix includes
Kyösti Mälkki
2014-02-20
usbdebug: Unify console API
Kyösti Mälkki
2014-02-11
Move hexdump32() to lib/hexdump.
Kyösti Mälkki
2014-02-10
usbdebug: Improve receive speed
Kyösti Mälkki
2014-02-06
QEMU debugcon: Move under drivers/emulation/qemu
Kyösti Mälkki
2014-02-06
usbdebug: Move under drivers/usb
Kyösti Mälkki
2013-12-21
Add a specific post code for S3 resume failures
Duncan Laurie
2013-12-07
vtxprintf: Introduce vtxdprintf for the ease of closures
Vladimir Serbinenko
2013-11-26
Clean up POST codes for Boot State machine
Duncan Laurie
2013-11-26
Log device path into CMOS during probe stages
Duncan Laurie
2013-11-26
Extend CMOS POST code logging to store extra data
Duncan Laurie
2013-11-24
no-car/cbmemc: Fix compilation
Vladimir Serbinenko
2013-11-10
console: Add hexdump32 function
Marc Jones
2013-11-05
usbdebug: Fix build for ROMCC boards
Kyösti Mälkki
2013-09-21
ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug
Kyösti Mälkki
2013-07-11
include: Fix spelling
Martin Roth
2013-07-10
ARM: Separate the early console (romstage) from the bootblock console.
Gabe Black
2013-07-10
Rename hardwaremain() to main()
Stefan Reinauer
2013-05-10
Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot b...
Ronald G. Minnich
2013-05-10
Drop prototype guarding for romcc
Stefan Reinauer
2013-04-18
spkmodem console
Vladimir Serbinenko
2013-03-23
x86: expose console_tx_flush in romstage
Aaron Durbin
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-08
console: Only print romstage messages with EARLY_CONSOLE enabled.
Hung-Te Lin
2013-02-08
console: Revise serial console configuration names.
Hung-Te Lin
2012-11-14
Provide MRC with a console printing callback function
Vadim Bendebury
2012-11-12
Define post codes for OS boot and resume
Duncan Laurie
2012-11-07
Add POST code for "All devices initialized"
Stefan Reinauer
2012-08-04
Add a capability for mainboard-specific posting.
Alexandru Gagniuc
2012-03-29
CBMEM CONSOLE: Add CBMEM console driver implementation.
Vadim Bendebury
2012-03-09
move console includes to central console/console.h
Stefan Reinauer
2012-01-23
post code: Replaced hard-coded post code with macro
Vikram Narayanan
2011-11-01
remove trailing whitespace
Stefan Reinauer
2011-04-20
Simplify coreboot's console/console.h
Stefan Reinauer
2011-04-11
Unify use of post_code
Alexandru Gagniuc
2011-01-28
This patch gets usbdebug console working in romstage.
Stefan Reinauer
2010-12-17
fix the tree again.
Stefan Reinauer
2010-12-17
drop one more version of doing serial uart output differently.
Stefan Reinauer
2010-11-22
Printing coreboot debug messages on VGA console is pretty much useless, since
Stefan Reinauer
2010-09-27
oops. always run abuild on a clean tree with no other patches applied.
Stefan Reinauer
2010-09-27
Add 2 missing license headers based on svn logs and remove an unneeded #include
Stefan Reinauer
2010-08-04
Remove warnings from USB debug console code.
Myles Watson
2010-07-16
Add support for the console over Ethernet (through PCI NE2000).
Rudolf Marek
2010-05-09
Remove pc80/serial.c includes in ROMCC boards and include
Patrick Georgi
2010-05-08
Drop console/console.c and pc80/serial.c from mainboards'
Patrick Georgi
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-02
oops, sorry, overlapping work
Stefan Reinauer
2010-04-02
remove some more warnings
Stefan Reinauer
2010-04-02
Fix console prototypes for non-romcc boards.
Myles Watson
2010-04-01
-Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.
Stefan Reinauer
2010-03-31
This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and
Stefan Reinauer
2010-03-31
mini part of the patch on the mailing list to fix the boards again
Stefan Reinauer
2010-03-23
fix newly introduced printk_foo warnings..
Stefan Reinauer
2010-03-16
This patch is what I needed to compile coreboot with LLVM.
Stefan Reinauer
2010-02-15
Various license header consistency fixes (trivial).
Uwe Hermann
2009-10-24
re-order console output functions, add proper prototypes,
Stefan Reinauer
2009-10-16
Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8.
Myles Watson
2009-07-21
Example how simple it is to use printk instead of printk_something in
Stefan Reinauer
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-03
Revert "CMOS: Add set_option and rework get_option."
Luc Verhaegen
2009-06-03
CMOS: Add set_option and rework get_option.
Luc Verhaegen
[next]