summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* Fix abuildStefan Reinauer2011-01-251-3/+3
* Clone a tag rather than SeaBIOS stable branch HEADKevin O'Connor2011-01-231-1/+1
* Per default, use SeaBIOS payload instead of no payload.Stefan Reinauer2010-12-301-0/+31
* Update coreboot crossgcc toolchain, GCC 4.5.1, MPFR 3.0.0, GDB 7.2.Marc Jones2010-12-031-0/+2
* Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer2010-11-221-3/+3
* Add an EHCI driver to libpayload's USB stack.Patrick Georgi2010-09-258-7/+818
* Add default libpayload build, xcompile, and lpgcc setup to tint.Marc Jones2010-09-161-110/+229
* Only try to beep when speaker support is compiled in.Patrick Georgi2010-09-091-0/+2
* Changes to str*cmp functions. Fixes a couple more corner cases.Liu Tao2010-09-081-18/+24
* The AMD CS5536's USB controllers are located at device 0F, functions 4Jens Rottmann2010-09-031-1/+1
* fix compilation of hello.elf example payload.Stefan Reinauer2010-08-281-7/+6
* libpayload: fix garbage on screen with Geode-LX VGAJens Rottmann2010-08-181-3/+3
* libpayload: Add function to fix CMOS checksum.Stefan Reinauer2010-08-172-0/+18
* Fix strcmp and strncmp. They failed in several important scenariosPatrick Georgi2010-08-161-4/+4
* Add #define that states the libpci interface version we implementPatrick Georgi2010-08-161-0/+3
* Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr...Patrick Georgi2010-08-1311-11/+1736
* Change default path and configuration for Coreinfo.Myles Watson2010-08-052-3/+5
* Resolved the bug of filo+libpayload building. The bug is if libpayload is ins...Cai Bai Yin2010-07-291-2/+2
* become more standard with libpayload headers. PATH_MAX belongs in limits.h,Stefan Reinauer2010-07-095-31/+64
* Run doxygen -u on doxygen configuration filesStefan Reinauer2010-06-282-92/+400
* __i386__ and __powerpc__ are set by the compiler already.Patrick Georgi2010-06-241-3/+1
* Incomplete implementation of libpci's (of pciutils) interface.Patrick Georgi2010-06-244-2/+324
* Attached patch moves functions out of the huge libpayload.h into headersPatrick Georgi2010-06-2416-182/+743
* Add __LIBPAYLOAD__ and __i386__/__powerpc__ symbols to lpgcc's build context.Patrick Georgi2010-06-241-1/+3
* Fix libpayload xconfig script to find coreboot utils xgcc.Cai Bai Yin2010-06-221-1/+1
* Change the libpayload "make install" default destination to be the source dir...Cai Bai Yin2010-06-221-1/+1
* Follow up to the USB refactoring patch: Missed setting pid values correctly.Patrick Georgi2010-06-111-2/+10
* Avoid using the name "pid_t", which is used on unixoid systems.Patrick Georgi2010-06-075-96/+137
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2745-1150/+1150
* bayou compile fixesStefan Reinauer2010-04-206-25/+2683
* install libpayload.ldscript on libpayload "make install"Stefan Reinauer2010-04-201-0/+1
* Allow easy libpayload compilation using xcompile.Stefan Reinauer2010-04-202-1/+107
* Copy mingw support for kconfig from coreboot to libpayloadPatrick Georgi2010-04-205-7/+5473
* 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