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
/
lib
/
uart8250.c
Age
Commit message (
Expand
)
Author
2013-12-02
global: Fix usage of get_option() to make use of CB_CMOS_ codes
Alexandru Gagniuc
2012-02-17
Remove whitespace.
Patrick Georgi
2012-02-07
Don't loop infinitely long on serial comm failures
Kyösti Mälkki
2011-09-07
Add support for the tracing infastructure in coreboot.
Rudolf Marek
2011-07-12
Do full flush on uart8250 only at end of printk.
Kevin O'Connor
2011-05-10
Change read_option() to a macro that wraps some API uglyness
Patrick Georgi
2011-04-22
fix typo ttys0_index -> b_index
Stefan Reinauer
2011-04-22
Get rid of all but one (I/O mapped) UART init functions.
Stefan Reinauer
2011-04-22
The UART divider should be calculated based on the base frequency
Stefan Reinauer
2011-04-20
drop excessive newline in uart8250.c
Stefan Reinauer
2011-04-20
drop dead uart init code.
Stefan Reinauer
2011-04-14
drop half an uart8250 implementation from smiutil and use the common code
Stefan Reinauer
2011-01-05
uart_init is only used in romstage.
Stefan Reinauer
2010-12-17
drop one more version of doing serial uart output differently.
Stefan Reinauer
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2006-10-07
Add serial stream payload support from Ed Swierk <eswierk@arastra.com>
Stefan Reinauer
2004-11-11
mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...
Eric Biederman
2004-03-13
added rx support
Greg Watson
2004-03-11
- Moved hlt() to it's own header.
Eric Biederman
2003-07-12
- Remove all of the annoying $Id strings
Eric Biederman
2003-04-22
- Initial checkin of the freebios2 tree
Eric Biederman