summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* Update libpayload default configuration so a make oldconfigStefan Reinauer2010-03-261-2/+17
* USB updates from our internal treeStefan Reinauer2010-03-2512-261/+773
* libpayload updateStefan Reinauer2010-03-258-15/+360
* Add coreboot framebuffer support to libpayloadStefan Reinauer2010-03-2511-17/+359
* don't hardcode i386 in lpgccStefan Reinauer2010-03-251-3/+5
* allow libpayload to completely build out of tree.Stefan Reinauer2010-03-251-16/+17
* prevent timer overflows in libpayloadStefan Reinauer2010-03-251-4/+6
* make keyboard reset driver generic (not pc keyboard driver dependent)Stefan Reinauer2010-03-254-12/+49
* Trivial fix, use correct define.Mathias Krause2010-03-081-1/+1
* Add Doxyfile to bayouStefan Reinauer2010-02-211-0/+1551
* 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
OpenPOWER on IntegriCloud