summaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2010-03-08Trivial fix, use correct define.Mathias Krause
2010-02-21Add Doxyfile to bayouStefan Reinauer
2009-10-30drop svn:externals in the tree and add it locally.Stefan Reinauer
2009-08-24Update Coreinfo to use TAG_FORWARD in tables.Myles Watson
2009-08-05fix buggy comment in libpayload's strncat functionStefan Reinauer
2009-07-31oops, these two were missed in the last cleanup.Stefan Reinauer
2009-07-31Catch various cases in libpayload where malloc() or memalign() return NULLStefan Reinauer
2009-07-31* drop duplicate prototype for lib_get_sysinfo()Stefan Reinauer
2009-07-18This patch fixes payloads on certain Fedora versionsStefan Reinauer
2009-07-18Fix off-by-one bug in libpayload UHCI driverStefan Reinauer
2009-07-07Add initial support for a CBFS module for coreinfo.Uwe Hermann
2009-05-26Tell lpgcc about the target architecture directory. This slipped through sinceStefan Reinauer
2009-05-21This change adds PPC support to libpayload, and hooks it up in the buildPatrick Georgi
2009-05-17Add type field to memranges, and fill it from the source data.Patrick Georgi
2009-04-30Some driver fixes for libpayload:Stefan Reinauer
2009-04-29working memalign version for libpayload. This fixes problems with the USB stackStefan Reinauer
2009-04-29Mostly cosmetical changes. Stefan Reinauer
2009-04-29don't initialize "in" as it is initialized again one line below.Stefan Reinauer
2009-04-29getopt for libpayload. in case someone wants to pass parameters to payloads andStefan Reinauer
2009-03-17Add high coreboot table support to libpayloadStefan Reinauer
2009-03-06fix strstr. Seems the function never worked before, except the searchedStefan Reinauer
2009-02-22libpayload: Fix build when both USB and PS/2 keyboard support is disabledMart Raudsepp
2009-02-17Bayou: Clean up Bayou's window after returning from a payload.Ulf Jordan
2009-02-15This is a safety measure, since the shipping buildrom fails badly at present.Ronald G. Minnich
2009-02-10Fix bayou payload execution.Ulf Jordan
2009-02-10Fix bayou payload execution.Ulf Jordan
2009-01-26fix a potential null pointer reference in strdup (as found by Patrick Georgi)Stefan Reinauer
2008-11-25libpayload: Fix immediate rebuild after a cleanMart Raudsepp
2008-11-24[PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse
2008-11-11Signed-off-by: Robert Millan <rmh@aybabtu.com>Robert Millan
2008-11-11Signed-off-by: Robert Millan <rmh@aybabtu.com>Robert Millan
2008-11-11[PATCH] coreinfo: Add multiboot parsing supportJordan Crouse
2008-11-11[PATCH] Add sysinfo_have_multiboot functionJordan Crouse
2008-11-08Update bayou to use ACS_ macros for line drawing characters.Ulf Jordan
2008-11-02Get the lzma/ directory from v3 via svn:externals, for use with Bayou.Uwe Hermann
2008-11-02Import a slightly modified Bayou version into svn. This is basedUwe Hermann
2008-10-23make escape code handling for serial terminal more robustPatrick Georgi
2008-10-22Fix ordering problem in the libpayload Makefile. The include ofUwe Hermann
2008-10-22add multiboot support to defconfig (trivial)Stefan Reinauer
2008-10-22ouch. something went wrong with applying that old patchStefan Reinauer
2008-10-22This has been sitting here since a looong time.Stefan Reinauer
2008-10-21[PATCH] fix video console initJordan Crouse
2008-10-21This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi
2008-10-20[PATCH] libpayload: Fix overflow in _delay functionJordan Crouse
2008-10-20[PATCH] libpayload: Add a strtoul() functionJordan Crouse
2008-10-20[PATCH] libpayload: Bail if the keyboard controller isn't thereJordan Crouse
2008-10-20[PATCH] libpayload: Fix the PCI search functionJordan Crouse
2008-10-20[PATCH] libpayload: Add multiboot supportJordan Crouse
2008-10-20[PATCH] libpayload: Add pci_set_bus_master() functionJordan Crouse
2008-10-20[PATCH] libpayload: Use gcc to compile assembly filesJordan Crouse