Reduce warnings/errors in libpayload when using picky compiler options
[coreboot.git] / payloads / libpayload / drivers / serial.c
2011-06-30 Patrick GeorgiReduce warnings/errors in libpayload when using picky...
2011-04-16 Stefan ReinauerAllow libpayload to use an OXPCIe 952 card on systems...
2009-04-30 Stefan ReinauerSome driver fixes for libpayload:
2008-11-24 Jordan Crouse[PATCH] libpayload: rename config.h to libpayload-config.h
2008-10-21 Patrick GeorgiThis patch removes most of the #ifdefs in libc/console...
2008-09-26 Stefan Reinauer* factor out serial hardware init
2008-09-04 Ulf JordanMake the serial output driver 8 bit clean. Remove trans...
2008-09-03 Ulf JordanAdd support for curses color output over serial.
2008-08-11 Ulf JordanAdd support for line drawing characters and the alterna...
2008-08-11 Stefan Reinauerthese should be the last occurences of CONFIG_ without...
2008-08-09 Ulf JordanBugfixes to serial output functions: vt100 has bold...
2008-06-20 Jordan Crouselibpayload: Support curses for serial
2008-04-11 Uwe HermannDrop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE...
2008-03-20 Uwe HermannCosmetics, coding style fixes (trivial).
2008-03-19 Jordan Crouselibpayload: The initial chunk of code writen by AMD