summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the USB code to find the headers after they were moved.Jordan Crouse2008-09-118-11/+11
* Move the USB header files to a common location for installJordan Crouse2008-09-113-0/+0
* Add editing keypad keys and the missing F11 key to the curses serialUlf Jordan2008-09-051-0/+7
* define array size in a single place (trivial)Stefan Reinauer2008-09-051-2/+3
* Make the serial output driver 8 bit clean. Remove translate_special_chars(), Ulf Jordan2008-09-041-22/+0
* Add support for curses color output over serial.Ulf Jordan2008-09-033-0/+26
* This patch adds USB capabilities to libpayload. It requires somePatrick Georgi2008-09-0216-0/+2427
* Add memalign(align, size).Patrick Georgi2008-09-022-8/+28
* The keyboard driver mixed up the key press/release events for theStefan Reinauer2008-09-021-5/+5
* Various Doxygen-related fixes in libpayload (trivial).Uwe Hermann2008-08-314-103/+90
* fix typoPaul Menzel2008-08-291-1/+1
* [PATCH]: libpayload: Document time functions Jordan Crouse2008-08-281-0/+10
* [PATCH]: libpayload: Document the architecture specific routinesJordan Crouse2008-08-282-2/+35
* [PATCH]: libpayload: change the type of the cpu_khz variable Jordan Crouse2008-08-281-1/+1
* [PATCH]: libpayload: Document readlineJordan Crouse2008-08-282-4/+29
* [PATCH]: libpayload: Document include/libpayload.hJordan Crouse2008-08-281-44/+66
* [PATCH]: Libpayload: Remove static variables from the doxygen outputJordan Crouse2008-08-281-1/+1
* libpayload: Expand doxygen definitionsJordan Crouse2008-08-283-31/+131
* fix libpayload build dependencies (trivial)Stefan Reinauer2008-08-281-1/+1
OpenPOWER on IntegriCloud