Age | Commit message (Expand) | Author |
2011-07-07 | libpayload: Implement strlcpy | Patrick Georgi |
2011-07-07 | libpayload: fix wborder() | Patrick Georgi |
2011-07-07 | Run 'git fetch' in SeaBIOS only when really needed | Cristian Măgherușan-Stanciu |
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-15 | add FILO easy payload option | Stefan Reinauer |
2011-04-14 | coding style cosmetics. | Stefan Reinauer |
2011-04-01 | Add build instructions for coreinfo, specially pointing out installing ... | Yang Hamo Bai |
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-15 | use git.seabios.org for checking out seabios. | Stefan Reinauer |
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 |
2011-02-07 | Reliably build arbitrary Kconfig-based revisions of SeaBIOS | Peter Stuge |
2011-01-29 | Pass all required toolchain parts to SeaBIOS correctly | Stefan Reinauer |
2011-01-25 | Fix abuild | Stefan Reinauer |
2011-01-23 | Clone a tag rather than SeaBIOS stable branch HEAD | Kevin O'Connor |
2010-12-30 | Per default, use SeaBIOS payload instead of no payload. | Stefan Reinauer |
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-16 | Add default libpayload build, xcompile, and lpgcc setup to tint. | Marc Jones |
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-08-05 | Change default path and configuration for Coreinfo. | Myles Watson |
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 |