aboutsummaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* Add high coreboot table support to libpayloadStefan Reinauer2009-03-172-0/+12
* fix strstr. Seems the function never worked before, except the searchedStefan Reinauer2009-03-061-1/+1
* libpayload: Fix build when both USB and PS/2 keyboard support is disabledMart Raudsepp2009-02-221-0/+2
* Bayou: Clean up Bayou's window after returning from a payload.Ulf Jordan2009-02-171-0/+1
* This is a safety measure, since the shipping buildrom fails badly at present.Ronald G. Minnich2009-02-151-0/+9
* Fix bayou payload execution.Ulf Jordan2009-02-101-1/+8
* Fix bayou payload execution.Ulf Jordan2009-02-101-0/+2
* fix a potential null pointer reference in strdup (as found by Patrick Georgi)Stefan Reinauer2009-01-261-3/+3
* libpayload: Fix immediate rebuild after a cleanMart Raudsepp2008-11-251-1/+1
* [PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse2008-11-2417-17/+18
* Signed-off-by: Robert Millan <rmh@aybabtu.com>Robert Millan2008-11-112-4/+4
* Signed-off-by: Robert Millan <rmh@aybabtu.com>Robert Millan2008-11-111-2/+7
* [PATCH] coreinfo: Add multiboot parsing supportJordan Crouse2008-11-114-5/+136
* [PATCH] Add sysinfo_have_multiboot functionJordan Crouse2008-11-115-1/+53
* Update bayou to use ACS_ macros for line drawing characters.Ulf Jordan2008-11-081-2/+2
* Get the lzma/ directory from v3 via svn:externals, for use with Bayou.Uwe Hermann2008-11-023-5/+78
* Import a slightly modified Bayou version into svn. This is basedUwe Hermann2008-11-0225-0/+3227
* make escape code handling for serial terminal more robustPatrick Georgi2008-10-231-11/+14
* Fix ordering problem in the libpayload Makefile. The include ofUwe Hermann2008-10-221-10/+16
* add multiboot support to defconfig (trivial)Stefan Reinauer2008-10-221-0/+5
* ouch. something went wrong with applying that old patchStefan Reinauer2008-10-221-2/+2
* This has been sitting here since a looong time.Stefan Reinauer2008-10-221-1/+4
* [PATCH] fix video console initJordan Crouse2008-10-213-3/+4
* This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi2008-10-216-32/+89
* [PATCH] libpayload: Fix overflow in _delay functionJordan Crouse2008-10-201-1/+1
* [PATCH] libpayload: Add a strtoul() functionJordan Crouse2008-10-202-0/+94
* [PATCH] libpayload: Bail if the keyboard controller isn't thereJordan Crouse2008-10-201-2/+7
* [PATCH] libpayload: Fix the PCI search functionJordan Crouse2008-10-201-8/+17
* [PATCH] libpayload: Add multiboot supportJordan Crouse2008-10-2010-3/+234
* [PATCH] libpayload: Add pci_set_bus_master() functionJordan Crouse2008-10-202-1/+13
* [PATCH] libpayload: Use gcc to compile assembly filesJordan Crouse2008-10-201-2/+2
* - reduced memory requirements a lot (from >100kb/controller toPatrick Georgi2008-10-1613-117/+357
* libpayload: Rename Geode video driver to Geode LX video driver.Peter Stuge2008-10-085-21/+21
* move variable declaration to where it is used, to prevent gcc failure.Patrick Georgi2008-10-081-3/+3
* Do not try to display non-printable characters on the bootlog andUlf Jordan2008-09-302-2/+3
* accidently backed out r3598. Sorry Ulf, will pay more attention next time.Stefan Reinauer2008-09-261-1/+1
* * Add strsep (since strtok is considered obsolete)Stefan Reinauer2008-09-262-0/+85
* Use a block cursor on VGA console :-)Stefan Reinauer2008-09-261-0/+14
* fix option handling in libpayloadStefan Reinauer2008-09-261-4/+4
* * add keyboard layout support to libpayloadStefan Reinauer2008-09-263-9/+146
* * factor out serial hardware initStefan Reinauer2008-09-265-26/+133
* Add default config file to libpayload so that one can do make defconfigStefan Reinauer2008-09-261-0/+35
* Fix overflow in modwin erase. Do not refresh modwin yet, since it isUlf Jordan2008-09-241-7/+1
* Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues dueUlf Jordan2008-09-241-1/+1
* 1.Patrick Georgi2008-09-233-1/+6
* fix regression in libpayload introduced by merge of the keyboard drivers.Stefan Reinauer2008-09-181-8/+8
* - unify keycodes for non-ASCII keys by using curses' codes and labelsPatrick Georgi2008-09-172-209/+76
* This patch adds damage detection to libpayload's tinycurses. ThisStefan Reinauer2008-09-171-21/+81
* * Implement scrolling in tinycursesStefan Reinauer2008-09-121-3/+19
* makes cursorx and cursory signed, as therePatrick Georgi2008-09-111-3/+7