summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload
Commit message (Expand)AuthorAgeFilesLines
* fix buggy comment in libpayload's strncat functionStefan Reinauer2009-08-051-1/+1
* oops, these two were missed in the last cleanup.Stefan Reinauer2009-07-311-0/+6
* Catch various cases in libpayload where malloc() or memalign() return NULLStefan Reinauer2009-07-3110-7/+62
* * drop duplicate prototype for lib_get_sysinfo()Stefan Reinauer2009-07-313-6/+7
* This patch fixes payloads on certain Fedora versionsStefan Reinauer2009-07-181-0/+2
* Fix off-by-one bug in libpayload UHCI driverStefan Reinauer2009-07-181-1/+1
* Tell lpgcc about the target architecture directory. This slipped through sinceStefan Reinauer2009-05-261-1/+12
* This change adds PPC support to libpayload, and hooks it up in the buildPatrick Georgi2009-05-2134-26/+1057
* Add type field to memranges, and fill it from the source data.Patrick Georgi2009-05-174-0/+15
* Some driver fixes for libpayload:Stefan Reinauer2009-04-306-9/+35
* working memalign version for libpayload. This fixes problems with the USB stackStefan Reinauer2009-04-291-23/+110
* Mostly cosmetical changes. Stefan Reinauer2009-04-291-5/+9
* don't initialize "in" as it is initialized again one line below.Stefan Reinauer2009-04-291-1/+1
* getopt for libpayload. in case someone wants to pass parameters to payloads andStefan Reinauer2009-04-293-1/+601
* 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
* 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 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-111-2/+2
* Signed-off-by: Robert Millan <rmh@aybabtu.com>Robert Millan2008-11-111-2/+7
* [PATCH] Add sysinfo_have_multiboot functionJordan Crouse2008-11-115-1/+53
* 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
* 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
* Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues dueUlf Jordan2008-09-241-1/+1
OpenPOWER on IntegriCloud