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