Age | Commit message (Expand) | Author |
2011-12-13 | libpayload: add set_option() function | Patrick Georgi |
2011-11-11 | libpayload: Enable colors in PDcurses | Patrick Georgi |
2011-11-10 | libpayload: Fix handling of CAPS LOCK key on PS/2 keyboards | Patrick Georgi |
2011-11-04 | libpayload: Implement usb_exit | Patrick Georgi |
2011-11-04 | libpayload: Tell EHCI to re-enable USB1 controllers | Patrick Georgi |
2011-11-04 | libpayload: Drop usb_fatal() | Patrick Georgi |
2011-11-03 | libpayload: Reduce verbosity in USB stack | Mathias Krause |
2011-11-03 | libpayload: Put coreboot version into lib_sysinfo | Mathias Krause |
2011-11-02 | don't scan beyond end of CBFS | Florian Zumbiehl |
2011-11-01 | libpayload: remove trailing whitespace and run dos2unix | Stefan Reinauer |
2011-11-01 | libpayload: Fix OHCI some more | Patrick Georgi |
2011-10-27 | Fix libpayload speaker driver | Stefan Reinauer |
2011-10-22 | Fix CMOS checksum calculation in libpayload. | Stefan Reinauer |
2011-10-21 | Extend coreboot table entry for serial ports | Stefan Reinauer |
2011-10-21 | libpayload: fix bulk transfers on OHCI controllers | Patrick Georgi |
2011-10-11 | Don't do a call as the first instruction in libpayload. | Marc Jones |
2011-09-14 | libpayload: Add get_option_from() | Patrick Georgi |
2011-08-18 | libpayload: export get_cbfs_header() | Patrick Georgi |
2011-08-17 | libpayload: Some more compatibility (for flashrom) | Patrick Georgi |
2011-08-16 | libpayload: EHCI registers are volatile | Patrick Georgi |
2011-08-04 | libpayload: Add liblzma, libcbfs | Patrick Georgi |
2011-08-04 | libpayload: Add PDCurses and ncurses' libform/libmenu | Patrick Georgi |
2011-07-21 | Libpayload: default DESTDIR for 'make install' | Tadas Slotkus |
2011-07-20 | libpayload: Provide dummy getenv() | Patrick Georgi |
2011-07-17 | port_enable and port_reset must change atomically. | Steven A. Falco |
2011-07-16 | libpayload: Improve compatibility | Patrick Georgi |
2011-07-14 | Print a warning when an unknow USB controller type is detected. | Steven A. Falco |
2011-07-14 | EHCI driver missing bus_address assignment. | Steven A. Falco |
2011-07-11 | libpayload: Add qsort() | Patrick Georgi |
2011-07-07 | libpayload: Don't declare mouse support in tinycurses | Patrick Georgi |
2011-07-07 | libpayload: Provide atol(), malloc.h | Patrick Georgi |
2011-07-07 | libpayload: Implement strlcpy | Patrick Georgi |
2011-07-07 | libpayload: fix wborder() | Patrick Georgi |
2011-07-03 | Fixes to the libpayload build system | Patrick Georgi |
2011-06-30 | Reduce warnings/errors in libpayload when using picky compiler options | Patrick Georgi |
2011-06-30 | Use coreboot build system for libpayload, too. | Patrick Georgi |
2011-06-29 | Libpayload needs to clear the bss region. | Marc Jones |
2011-04-16 | Allow libpayload to use an OXPCIe 952 card on systems without ... | Stefan Reinauer |
2011-04-14 | coding style cosmetics. | Stefan Reinauer |
2011-03-29 | Update repo path in libpayload readme. ... | Nils Jacobs |
2011-03-22 | libpayload: Fix documentation | Patrick Georgi |
2011-03-17 | libpayload: fix string-to-numeric functions for base > 10 | Patrick Georgi |
2011-03-01 | libpayload: Add more libpci-compatibility (#defines) | Patrick Georgi |
2011-03-01 | libpayload: Implement pci_cleanup() | Patrick Georgi |
2011-03-01 | libpayload: Implement ffs() | Patrick Georgi |
2011-03-01 | Some more standard types and defines (libpayload) | Patrick Georgi |
2011-03-01 | Add lib/ to the default library path of lpgcc, so -l works | Patrick Georgi |
2011-02-24 | libpayload: Move stdin/stdout/stderr away from headers | Patrick Georgi |
2011-02-14 | Use fprintf(stderr, ...) in library | Patrick Georgi |
2011-02-14 | Stub out FILE*, stdout/stdin/stderr and implement fprintf on these | Patrick Georgi |
2011-02-14 | lpgcc was too noisy in some cases | Patrick Georgi |
2011-02-14 | Some more POSIX compatibility | Patrick Georgi |
2010-12-03 | Update coreboot crossgcc toolchain, GCC 4.5.1, MPFR 3.0.0, GDB 7.2. | Marc Jones |
2010-11-22 | Printing coreboot debug messages on VGA console is pretty much useless, since | Stefan Reinauer |
2010-09-25 | Add an EHCI driver to libpayload's USB stack. | Patrick Georgi |
2010-09-09 | Only try to beep when speaker support is compiled in. | Patrick Georgi |
2010-09-08 | Changes to str*cmp functions. Fixes a couple more corner cases. | Liu Tao |
2010-09-03 | The AMD CS5536's USB controllers are located at device 0F, functions 4 | Jens Rottmann |
2010-08-28 | fix compilation of hello.elf example payload. | Stefan Reinauer |
2010-08-18 | libpayload: fix garbage on screen with Geode-LX VGA | Jens Rottmann |
2010-08-17 | libpayload: Add function to fix CMOS checksum. | Stefan Reinauer |
2010-08-16 | Fix strcmp and strncmp. They failed in several important scenarios | Patrick Georgi |
2010-08-16 | Add #define that states the libpci interface version we implement | Patrick Georgi |
2010-08-13 | Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr... | Patrick Georgi |
2010-07-29 | Resolved the bug of filo+libpayload building. The bug is if libpayload is ins... | Cai Bai Yin |
2010-07-09 | become more standard with libpayload headers. PATH_MAX belongs in limits.h, | Stefan Reinauer |
2010-06-28 | Run doxygen -u on doxygen configuration files | Stefan Reinauer |
2010-06-24 | __i386__ and __powerpc__ are set by the compiler already. | Patrick Georgi |
2010-06-24 | Incomplete implementation of libpci's (of pciutils) interface. | Patrick Georgi |
2010-06-24 | Attached patch moves functions out of the huge libpayload.h into headers | Patrick Georgi |
2010-06-24 | Add __LIBPAYLOAD__ and __i386__/__powerpc__ symbols to lpgcc's build context. | Patrick Georgi |
2010-06-22 | Fix libpayload xconfig script to find coreboot utils xgcc. | Cai Bai Yin |
2010-06-22 | Change the libpayload "make install" default destination to be the source dir... | Cai Bai Yin |
2010-06-11 | Follow up to the USB refactoring patch: Missed setting pid values correctly. | Patrick Georgi |
2010-06-07 | Avoid using the name "pid_t", which is used on unixoid systems. | Patrick Georgi |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-20 | install libpayload.ldscript on libpayload "make install" | Stefan Reinauer |
2010-04-20 | Allow easy libpayload compilation using xcompile. | Stefan Reinauer |
2010-04-20 | Copy mingw support for kconfig from coreboot to libpayload | Patrick Georgi |
2010-03-26 | Update libpayload default configuration so a make oldconfig | Stefan Reinauer |
2010-03-25 | USB updates from our internal tree | Stefan Reinauer |
2010-03-25 | libpayload update | Stefan Reinauer |
2010-03-25 | Add coreboot framebuffer support to libpayload | Stefan Reinauer |
2010-03-25 | don't hardcode i386 in lpgcc | Stefan Reinauer |
2010-03-25 | allow libpayload to completely build out of tree. | Stefan Reinauer |
2010-03-25 | prevent timer overflows in libpayload | Stefan Reinauer |
2010-03-25 | make keyboard reset driver generic (not pc keyboard driver dependent) | Stefan Reinauer |
2010-03-08 | Trivial fix, use correct define. | Mathias Krause |
2009-08-05 | fix buggy comment in libpayload's strncat function | Stefan Reinauer |
2009-07-31 | oops, these two were missed in the last cleanup. | Stefan Reinauer |
2009-07-31 | Catch various cases in libpayload where malloc() or memalign() return NULL | Stefan Reinauer |
2009-07-31 | * drop duplicate prototype for lib_get_sysinfo() | Stefan Reinauer |
2009-07-18 | This patch fixes payloads on certain Fedora versions | Stefan Reinauer |
2009-07-18 | Fix off-by-one bug in libpayload UHCI driver | Stefan Reinauer |
2009-05-26 | Tell lpgcc about the target architecture directory. This slipped through since | Stefan Reinauer |
2009-05-21 | This change adds PPC support to libpayload, and hooks it up in the build | Patrick Georgi |
2009-05-17 | Add type field to memranges, and fill it from the source data. | Patrick Georgi |
2009-04-30 | Some driver fixes for libpayload: | Stefan Reinauer |
2009-04-29 | working memalign version for libpayload. This fixes problems with the USB stack | Stefan Reinauer |
2009-04-29 | Mostly cosmetical changes. | Stefan Reinauer |