summaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2010-08-16Fix strcmp and strncmp. They failed in several important scenariosPatrick Georgi
2010-08-16Add #define that states the libpci interface version we implementPatrick Georgi
2010-08-13Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr...Patrick Georgi
2010-08-05Change default path and configuration for Coreinfo.Myles Watson
2010-07-29Resolved the bug of filo+libpayload building. The bug is if libpayload is ins...Cai Bai Yin
2010-07-09become more standard with libpayload headers. PATH_MAX belongs in limits.h,Stefan Reinauer
2010-06-28Run doxygen -u on doxygen configuration filesStefan Reinauer
2010-06-24__i386__ and __powerpc__ are set by the compiler already.Patrick Georgi
2010-06-24Incomplete implementation of libpci's (of pciutils) interface.Patrick Georgi
2010-06-24Attached patch moves functions out of the huge libpayload.h into headersPatrick Georgi
2010-06-24Add __LIBPAYLOAD__ and __i386__/__powerpc__ symbols to lpgcc's build context.Patrick Georgi
2010-06-22Fix libpayload xconfig script to find coreboot utils xgcc.Cai Bai Yin
2010-06-22Change the libpayload "make install" default destination to be the source dir...Cai Bai Yin
2010-06-11Follow up to the USB refactoring patch: Missed setting pid values correctly.Patrick Georgi
2010-06-07Avoid using the name "pid_t", which is used on unixoid systems.Patrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-20bayou compile fixesStefan Reinauer
2010-04-20install libpayload.ldscript on libpayload "make install"Stefan Reinauer
2010-04-20Allow easy libpayload compilation using xcompile.Stefan Reinauer
2010-04-20Copy mingw support for kconfig from coreboot to libpayloadPatrick Georgi
2010-03-26Update libpayload default configuration so a make oldconfigStefan Reinauer
2010-03-25USB updates from our internal treeStefan Reinauer
2010-03-25libpayload updateStefan Reinauer
2010-03-25Add coreboot framebuffer support to libpayloadStefan Reinauer
2010-03-25don't hardcode i386 in lpgccStefan Reinauer
2010-03-25allow libpayload to completely build out of tree.Stefan Reinauer
2010-03-25prevent timer overflows in libpayloadStefan Reinauer
2010-03-25make keyboard reset driver generic (not pc keyboard driver dependent)Stefan Reinauer
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