summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* drop svn:externals in the tree and add it locally.Stefan Reinauer2009-10-3048-0/+6510
* Update Coreinfo to use TAG_FORWARD in tables.Myles Watson2009-08-242-11/+12
* 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
* Add initial support for a CBFS module for coreinfo.Uwe Hermann2009-07-074-4/+235
* 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
* 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
OpenPOWER on IntegriCloud