Age | Commit message (Expand) | Author |
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 |