summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* Allow libpayload to use an OXPCIe 952 card on systems without ...Stefan Reinauer2011-04-163-7/+87
* add FILO easy payload optionStefan Reinauer2011-04-151-0/+43
* coding style cosmetics.Stefan Reinauer2011-04-141-4/+8
* Add build instructions for coreinfo, specially pointing out installing ...Yang Hamo Bai2011-04-011-0/+24
* Update repo path in libpayload readme. ...Nils Jacobs2011-03-291-1/+1
* libpayload: Fix documentationPatrick Georgi2011-03-221-1/+1
* libpayload: fix string-to-numeric functions for base > 10Patrick Georgi2011-03-171-1/+1
* libpayload: Add more libpci-compatibility (#defines)Patrick Georgi2011-03-012-0/+28
* libpayload: Implement pci_cleanup()Patrick Georgi2011-03-012-1/+6
* libpayload: Implement ffs()Patrick Georgi2011-03-013-1/+76
* Some more standard types and defines (libpayload)Patrick Georgi2011-03-012-0/+7
* Add lib/ to the default library path of lpgcc, so -l worksPatrick Georgi2011-03-011-3/+3
* libpayload: Move stdin/stdout/stderr away from headersPatrick Georgi2011-02-243-11/+9
* use git.seabios.org for checking out seabios. Stefan Reinauer2011-02-151-1/+1
* Use fprintf(stderr, ...) in libraryPatrick Georgi2011-02-142-2/+3
* Stub out FILE*, stdout/stdin/stderr and implement fprintf on thesePatrick Georgi2011-02-142-1/+24
* lpgcc was too noisy in some casesPatrick Georgi2011-02-141-1/+3
* Some more POSIX compatibilityPatrick Georgi2011-02-142-0/+75
* Reliably build arbitrary Kconfig-based revisions of SeaBIOSPeter Stuge2011-02-071-17/+24
* Pass all required toolchain parts to SeaBIOS correctlyStefan Reinauer2011-01-291-2/+2
* 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