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
/
payloads
/
libpayload
/
drivers
/
serial.c
Age
Commit message (
Expand
)
Author
2014-11-13
libpayload: Add minimal support for PL011 UART
Marcelo Povoa
2014-11-09
libpayload: serial: Move the depthcharge serial drivers into libpayload.
Gabe Black
2014-08-10
serial: Separate the serial hardware init and the serial console init.
Gabe Black
2014-08-05
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-05-17
libpayload: Fix to properly disable serial console
Kyösti Mälkki
2013-05-15
libpayload: Fix the logic for hardware-less serial consoles
Dave Frodin
2013-03-13
libpayload: If there's no IO address space, don't try to use it for serial
Gabe Black
2013-03-13
libpayload: If there's no IO space, complain if the serial claims to use it
Gabe Black
2013-03-13
libpayload: Consolidate io vs. mem mapped serial into accessor functions
Gabe Black
2012-12-18
libpayload: Check if serial console h/w is present before using
Dave Frodin
2012-11-07
Update the way serial info is read from the coreboot tables.
Gabe Black
2012-10-03
libpayload: Set 8bits per char for serial port
Anton Kochkov
2011-06-30
Reduce warnings/errors in libpayload when using picky compiler options
Patrick Georgi
2011-04-16
Allow libpayload to use an OXPCIe 952 card on systems without ...
Stefan Reinauer
2009-04-30
Some driver fixes for libpayload:
Stefan Reinauer
2008-11-24
[PATCH] libpayload: rename config.h to libpayload-config.h
Jordan Crouse
2008-10-21
This patch removes most of the #ifdefs in libc/console.c, and
Patrick Georgi
2008-09-26
* factor out serial hardware init
Stefan Reinauer
2008-09-04
Make the serial output driver 8 bit clean. Remove translate_special_chars(),
Ulf Jordan
2008-09-03
Add support for curses color output over serial.
Ulf Jordan
2008-08-11
Add support for line drawing characters and the alternate character set.
Ulf Jordan
2008-08-11
these should be the last occurences of CONFIG_ without config.h in libpayload.
Stefan Reinauer
2008-08-09
Bugfixes to serial output functions: vt100 has bold with \e[1m,
Ulf Jordan
2008-06-20
libpayload: Support curses for serial
Jordan Crouse
2008-04-11
Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).
Uwe Hermann
2008-03-20
Cosmetics, coding style fixes (trivial).
Uwe Hermann
2008-03-19
libpayload: The initial chunk of code writen by AMD
Jordan Crouse