summaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2011-04-16Allow libpayload to use an OXPCIe 952 card on systems without ...Stefan Reinauer
2011-04-15add FILO easy payload optionStefan Reinauer
2011-04-14coding style cosmetics.Stefan Reinauer
2011-04-01Add build instructions for coreinfo, specially pointing out installing ...Yang Hamo Bai
2011-03-29Update repo path in libpayload readme. ...Nils Jacobs
2011-03-22libpayload: Fix documentationPatrick Georgi
2011-03-17libpayload: fix string-to-numeric functions for base > 10Patrick Georgi
2011-03-01libpayload: Add more libpci-compatibility (#defines)Patrick Georgi
2011-03-01libpayload: Implement pci_cleanup()Patrick Georgi
2011-03-01libpayload: Implement ffs()Patrick Georgi
2011-03-01Some more standard types and defines (libpayload)Patrick Georgi
2011-03-01Add lib/ to the default library path of lpgcc, so -l worksPatrick Georgi
2011-02-24libpayload: Move stdin/stdout/stderr away from headersPatrick Georgi
2011-02-15use git.seabios.org for checking out seabios. Stefan Reinauer
2011-02-14Use fprintf(stderr, ...) in libraryPatrick Georgi
2011-02-14Stub out FILE*, stdout/stdin/stderr and implement fprintf on thesePatrick Georgi
2011-02-14lpgcc was too noisy in some casesPatrick Georgi
2011-02-14Some more POSIX compatibilityPatrick Georgi
2011-02-07Reliably build arbitrary Kconfig-based revisions of SeaBIOSPeter Stuge
2011-01-29Pass all required toolchain parts to SeaBIOS correctlyStefan Reinauer
2011-01-25Fix abuildStefan Reinauer
2011-01-23Clone a tag rather than SeaBIOS stable branch HEADPeter Stuge
2010-12-30Per default, use SeaBIOS payload instead of no payload.Stefan Reinauer
2010-12-03Update coreboot crossgcc toolchain, GCC 4.5.1, MPFR 3.0.0, GDB 7.2.Marc Jones
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-09-25Add an EHCI driver to libpayload's USB stack.Patrick Georgi
2010-09-16Add default libpayload build, xcompile, and lpgcc setup to tint.Marc Jones
2010-09-09Only try to beep when speaker support is compiled in.Patrick Georgi
2010-09-08Changes to str*cmp functions. Fixes a couple more corner cases.Patrick Georgi
2010-09-03The AMD CS5536's USB controllers are located at device 0F, functions 4Patrick Georgi
2010-08-28fix compilation of hello.elf example payload.Stefan Reinauer
2010-08-18libpayload: fix garbage on screen with Geode-LX VGAPatrick Georgi
2010-08-17libpayload: Add function to fix CMOS checksum.Patrick Georgi
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...Marc Jones
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.Marc Jones
2010-06-22Change the libpayload "make install" default destination to be the source dir...Marc Jones
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