aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload
AgeCommit message (Expand)Author
2011-12-21Respect linker orderChristian Ruppert
2011-12-13libpayload: add set_option() functionPatrick Georgi
2011-11-11libpayload: Enable colors in PDcursesPatrick Georgi
2011-11-10libpayload: Fix handling of CAPS LOCK key on PS/2 keyboardsPatrick Georgi
2011-11-04libpayload: Implement usb_exitPatrick Georgi
2011-11-04libpayload: Tell EHCI to re-enable USB1 controllersPatrick Georgi
2011-11-04libpayload: Drop usb_fatal()Patrick Georgi
2011-11-03libpayload: Reduce verbosity in USB stackMathias Krause
2011-11-03libpayload: Put coreboot version into lib_sysinfoMathias Krause
2011-11-02don't scan beyond end of CBFSFlorian Zumbiehl
2011-11-01libpayload: remove trailing whitespace and run dos2unixStefan Reinauer
2011-11-01libpayload: Fix OHCI some morePatrick Georgi
2011-10-27Fix libpayload speaker driverStefan Reinauer
2011-10-22Fix CMOS checksum calculation in libpayload.Stefan Reinauer
2011-10-21Extend coreboot table entry for serial portsStefan Reinauer
2011-10-21libpayload: fix bulk transfers on OHCI controllersPatrick Georgi
2011-10-11Don't do a call as the first instruction in libpayload.Marc Jones
2011-09-14libpayload: Add get_option_from()Patrick Georgi
2011-08-18libpayload: export get_cbfs_header()Patrick Georgi
2011-08-17libpayload: Some more compatibility (for flashrom)Patrick Georgi
2011-08-16libpayload: EHCI registers are volatilePatrick Georgi
2011-08-04libpayload: Add liblzma, libcbfsPatrick Georgi
2011-08-04libpayload: Add PDCurses and ncurses' libform/libmenuPatrick Georgi
2011-07-21Libpayload: default DESTDIR for 'make install'Tadas Slotkus
2011-07-20libpayload: Provide dummy getenv()Patrick Georgi
2011-07-17port_enable and port_reset must change atomically.Steven A. Falco
2011-07-16libpayload: Improve compatibilityPatrick Georgi
2011-07-14Print a warning when an unknow USB controller type is detected.Steven A. Falco
2011-07-14EHCI driver missing bus_address assignment.Steven A. Falco
2011-07-11libpayload: Add qsort()Patrick Georgi
2011-07-07libpayload: Don't declare mouse support in tinycursesPatrick Georgi
2011-07-07libpayload: Provide atol(), malloc.hPatrick Georgi
2011-07-07libpayload: Implement strlcpyPatrick Georgi
2011-07-07libpayload: fix wborder()Patrick Georgi
2011-07-03Fixes to the libpayload build systemPatrick Georgi
2011-06-30Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi
2011-06-30Use coreboot build system for libpayload, too.Patrick Georgi
2011-06-29Libpayload needs to clear the bss region.Marc Jones
2011-04-16Allow libpayload to use an OXPCIe 952 card on systems without ...Stefan Reinauer
2011-04-14coding style cosmetics.Stefan Reinauer
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-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
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-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.Liu Tao
2010-09-03The AMD CS5536's USB controllers are located at device 0F, functions 4Jens Rottmann
2010-08-28fix compilation of hello.elf example payload.Stefan Reinauer
2010-08-18libpayload: fix garbage on screen with Geode-LX VGAJens Rottmann
2010-08-17libpayload: Add function to fix CMOS checksum.Stefan Reinauer
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-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-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
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-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