summaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2008-11-11Signed-off-by: Robert Millan <rmh@aybabtu.com>Robert Millan
2008-11-11Signed-off-by: Robert Millan <rmh@aybabtu.com>Robert Millan
2008-11-11[PATCH] coreinfo: Add multiboot parsing supportJordan Crouse
2008-11-11[PATCH] Add sysinfo_have_multiboot functionJordan Crouse
2008-11-08Update bayou to use ACS_ macros for line drawing characters.Ulf Jordan
2008-11-02Get the lzma/ directory from v3 via svn:externals, for use with Bayou.Uwe Hermann
2008-11-02Import a slightly modified Bayou version into svn. This is basedUwe Hermann
2008-10-23make escape code handling for serial terminal more robustPatrick Georgi
2008-10-22Fix ordering problem in the libpayload Makefile. The include ofUwe Hermann
2008-10-22add multiboot support to defconfig (trivial)Stefan Reinauer
2008-10-22ouch. something went wrong with applying that old patchStefan Reinauer
2008-10-22This has been sitting here since a looong time.Stefan Reinauer
2008-10-21[PATCH] fix video console initJordan Crouse
2008-10-21This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi
2008-10-20[PATCH] libpayload: Fix overflow in _delay functionJordan Crouse
2008-10-20[PATCH] libpayload: Add a strtoul() functionJordan Crouse
2008-10-20[PATCH] libpayload: Bail if the keyboard controller isn't thereJordan Crouse
2008-10-20[PATCH] libpayload: Fix the PCI search functionJordan Crouse
2008-10-20[PATCH] libpayload: Add multiboot supportJordan Crouse
2008-10-20[PATCH] libpayload: Add pci_set_bus_master() functionJordan Crouse
2008-10-20[PATCH] libpayload: Use gcc to compile assembly filesJordan Crouse
2008-10-16- reduced memory requirements a lot (from >100kb/controller toPatrick Georgi
2008-10-08libpayload: Rename Geode video driver to Geode LX video driver.Peter Stuge
2008-10-08move variable declaration to where it is used, to prevent gcc failure.Patrick Georgi
2008-09-30Do not try to display non-printable characters on the bootlog andUlf Jordan
2008-09-26accidently backed out r3598. Sorry Ulf, will pay more attention next time.Stefan Reinauer
2008-09-26* Add strsep (since strtok is considered obsolete)Stefan Reinauer
2008-09-26Use a block cursor on VGA console :-)Stefan Reinauer
2008-09-26fix option handling in libpayloadStefan Reinauer
2008-09-26* add keyboard layout support to libpayloadStefan Reinauer
2008-09-26* factor out serial hardware initStefan Reinauer
2008-09-26Add default config file to libpayload so that one can do make defconfigStefan Reinauer
2008-09-24Fix overflow in modwin erase. Do not refresh modwin yet, since it isUlf Jordan
2008-09-24Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues dueUlf Jordan
2008-09-231.Patrick Georgi
2008-09-18fix regression in libpayload introduced by merge of the keyboard drivers.Stefan Reinauer
2008-09-17- unify keycodes for non-ASCII keys by using curses' codes and labelsPatrick Georgi
2008-09-17This patch adds damage detection to libpayload's tinycurses. ThisStefan Reinauer
2008-09-12* Implement scrolling in tinycursesStefan Reinauer
2008-09-11makes cursorx and cursory signed, as therePatrick Georgi
2008-09-11Fix the USB code to find the headers after they were moved.Jordan Crouse
2008-09-11Move the USB header files to a common location for installJordan Crouse
2008-09-05Add editing keypad keys and the missing F11 key to the curses serialUlf Jordan
2008-09-05define array size in a single place (trivial)Stefan 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-09-02This patch adds USB capabilities to libpayload. It requires somePatrick Georgi
2008-09-02Add memalign(align, size).Patrick Georgi
2008-09-02The keyboard driver mixed up the key press/release events for theStefan Reinauer
2008-08-31Various Doxygen-related fixes in libpayload (trivial).Uwe Hermann