Age | Commit message (Expand) | Author |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2019-03-07 | payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2017-04-19 | libpayload/libc/console: Flush input driver buffer on init | Furquan Shaikh |
2015-06-30 | libpayload: Make Kconfig bools use IS_ENABLED() | Stefan Reinauer |
2015-03-20 | libpayload console: Add check for already existing driver | Furquan Shaikh |
2015-01-09 | libpayload: Add ability to unregister output driver | Julius Werner |
2014-12-22 | libpayload: console: Allow output drivers to print whole strings at once | Julius Werner |
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-07-12 | libpayload: find source of input characters | Luigi Semenzato |
2012-11-09 | libpayload: Add support for the CBMEM in memory console. | Gabe Black |
2009-04-29 | don't initialize "in" as it is initialized again one line below. | 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-10-16 | - reduced memory requirements a lot (from >100kb/controller to | Patrick Georgi |
2008-08-11 | these use CONFIG_ variables, too. | Stefan Reinauer |
2008-04-25 | libpayload: Enable keyboard translation so that we can use scancode set 1 | Jordan Crouse |
2008-04-10 | libpayload: Add video console framework | Jordan Crouse |
2008-04-08 | libpayload: Add a timeout function for getchar and getch | Jordan Crouse |
2008-03-20 | Cosmetics, coding style fixes (trivial). | Uwe Hermann |
2008-03-19 | libpayload: The initial chunk of code writen by AMD | Jordan Crouse |