port_enable and port_reset must change atomically.
[coreboot.git] / payloads / libpayload /
2011-07-17 Steven A. Falcoport_enable and port_reset must change atomically.
2011-07-16 Patrick Georgilibpayload: Improve compatibility
2011-07-14 Steven A. FalcoPrint a warning when an unknow USB controller type...
2011-07-14 Steven A. FalcoEHCI driver missing bus_address assignment.
2011-07-11 Patrick Georgilibpayload: Add qsort()
2011-07-07 Patrick Georgilibpayload: Don't declare mouse support in tinycurses
2011-07-07 Patrick Georgilibpayload: Provide atol(), malloc.h
2011-07-07 Patrick Georgilibpayload: Implement strlcpy
2011-07-07 Patrick Georgilibpayload: fix wborder()
2011-07-03 Patrick GeorgiFixes to the libpayload build system
2011-06-30 Patrick GeorgiReduce warnings/errors in libpayload when using picky...
2011-06-30 Patrick GeorgiUse coreboot build system for libpayload, too.
2011-06-29 Marc JonesLibpayload needs to clear the bss region.
2011-04-16 Stefan ReinauerAllow libpayload to use an OXPCIe 952 card on systems...
2011-04-14 Stefan Reinauercoding style cosmetics.
2011-03-29 Nils JacobsUpdate repo path in libpayload readme.
2011-03-22 Patrick Georgilibpayload: Fix documentation
2011-03-17 Patrick Georgilibpayload: fix string-to-numeric functions for base...
2011-03-01 Patrick Georgilibpayload: Add more libpci-compatibility (#defines)
2011-03-01 Patrick Georgilibpayload: Implement pci_cleanup()
2011-03-01 Patrick Georgilibpayload: Implement ffs()
2011-03-01 Patrick GeorgiSome more standard types and defines (libpayload)
2011-03-01 Patrick GeorgiAdd lib/ to the default library path of lpgcc, so ...
2011-02-24 Patrick Georgilibpayload: Move stdin/stdout/stderr away from headers
2011-02-14 Patrick GeorgiUse fprintf(stderr, ...) in library
2011-02-14 Patrick GeorgiStub out FILE*, stdout/stdin/stderr and implement fprin...
2011-02-14 Patrick Georgilpgcc was too noisy in some cases
2011-02-14 Patrick GeorgiSome more POSIX compatibility
2010-12-03 Marc JonesUpdate coreboot crossgcc toolchain, GCC 4.5.1, MPFR...
2010-11-22 Stefan ReinauerPrinting coreboot debug messages on VGA console is...
2010-09-25 Patrick GeorgiAdd an EHCI driver to libpayload's USB stack.
2010-09-09 Patrick GeorgiOnly try to beep when speaker support is compiled in.
2010-09-08 Liu TaoChanges to str*cmp functions. Fixes a couple more corne...
2010-09-03 Jens RottmannThe AMD CS5536's USB controllers are located at device...
2010-08-28 Stefan Reinauerfix compilation of hello.elf example payload.
2010-08-18 Jens Rottmannlibpayload: fix garbage on screen with Geode-LX VGA
2010-08-17 Stefan Reinauerlibpayload: Add function to fix CMOS checksum.
2010-08-16 Patrick GeorgiFix strcmp and strncmp. They failed in several importan...
2010-08-16 Patrick GeorgiAdd #define that states the libpci interface version...
2010-08-13 Patrick GeorgiAdd support for OHCI controllers and prelimiary support...
2010-07-29 Cai Bai YinResolved the bug of filo+libpayload building. The bug...
2010-07-09 Stefan Reinauerbecome more standard with libpayload headers. PATH_MAX...
2010-06-28 Stefan ReinauerRun doxygen -u on doxygen configuration files
2010-06-24 Patrick Georgi__i386__ and __powerpc__ are set by the compiler already.
2010-06-24 Patrick GeorgiIncomplete implementation of libpci's (of pciutils...
2010-06-24 Patrick GeorgiAttached patch moves functions out of the huge libpaylo...
2010-06-24 Patrick GeorgiAdd __LIBPAYLOAD__ and __i386__/__powerpc__ symbols...
2010-06-22 Cai Bai YinFix libpayload xconfig script to find coreboot utils...
2010-06-22 Cai Bai YinChange the libpayload "make install" default destinatio...
2010-06-11 Patrick GeorgiFollow up to the USB refactoring patch: Missed setting...
2010-06-07 Patrick GeorgiAvoid using the name "pid_t", which is used on unixoid...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-20 Stefan Reinauerinstall libpayload.ldscript on libpayload "make install"
2010-04-20 Stefan ReinauerAllow easy libpayload compilation using xcompile.
2010-04-20 Patrick GeorgiCopy mingw support for kconfig from coreboot to libpayload
2010-03-26 Stefan ReinauerUpdate libpayload default configuration so a make oldconfig
2010-03-25 Stefan ReinauerUSB updates from our internal tree
2010-03-25 Stefan Reinauerlibpayload update
2010-03-25 Stefan ReinauerAdd coreboot framebuffer support to libpayload
2010-03-25 Stefan Reinauerdon't hardcode i386 in lpgcc
2010-03-25 Stefan Reinauerallow libpayload to completely build out of tree.
2010-03-25 Stefan Reinauerprevent timer overflows in libpayload
2010-03-25 Stefan Reinauermake keyboard reset driver generic (not pc keyboard...
2010-03-08 Mathias KrauseTrivial fix, use correct define.
2009-08-05 Stefan Reinauerfix buggy comment in libpayload's strncat function
2009-07-31 Stefan Reinaueroops, these two were missed in the last cleanup.
2009-07-31 Stefan ReinauerCatch various cases in libpayload where malloc() or...
2009-07-31 Stefan Reinauer* drop duplicate prototype for lib_get_sysinfo()
2009-07-18 Stefan ReinauerThis patch fixes payloads on certain Fedora versions
2009-07-18 Stefan ReinauerFix off-by-one bug in libpayload UHCI driver
2009-05-26 Stefan ReinauerTell lpgcc about the target architecture directory...
2009-05-21 Patrick GeorgiThis change adds PPC support to libpayload, and hooks...
2009-05-17 Patrick GeorgiAdd type field to memranges, and fill it from the sourc...
2009-04-30 Stefan ReinauerSome driver fixes for libpayload:
2009-04-29 Stefan Reinauerworking memalign version for libpayload. This fixes...
2009-04-29 Stefan ReinauerMostly cosmetical changes.
2009-04-29 Stefan Reinauerdon't initialize "in" as it is initialized again one...
2009-04-29 Stefan Reinauergetopt for libpayload. in case someone wants to pass...
2009-03-17 Stefan ReinauerAdd high coreboot table support to libpayload
2009-03-06 Stefan Reinauerfix strstr. Seems the function never worked before...
2009-02-22 Mart Raudsepplibpayload: Fix build when both USB and PS/2 keyboard...
2009-02-15 Ronald G. MinnichThis is a safety measure, since the shipping buildrom...
2009-02-10 Ulf JordanFix bayou payload execution.
2009-01-26 Stefan Reinauerfix a potential null pointer reference in strdup (as...
2008-11-25 Mart Raudsepplibpayload: Fix immediate rebuild after a clean
2008-11-24 Jordan Crouse[PATCH] libpayload: rename config.h to libpayload-config.h
2008-11-11 Robert MillanSigned-off-by: Robert Millan <rmh@aybabtu.com>
2008-11-11 Robert MillanSigned-off-by: Robert Millan <rmh@aybabtu.com>
2008-11-11 Jordan Crouse[PATCH] Add sysinfo_have_multiboot function
2008-10-23 Patrick Georgimake escape code handling for serial terminal more...
2008-10-22 Uwe HermannFix ordering problem in the libpayload Makefile. The...
2008-10-22 Stefan Reinaueradd multiboot support to defconfig (trivial)
2008-10-22 Stefan Reinauerouch. something went wrong with applying that old patch
2008-10-22 Stefan ReinauerThis has been sitting here since a looong time.
2008-10-21 Jordan Crouse[PATCH] fix video console init
2008-10-21 Patrick GeorgiThis patch removes most of the #ifdefs in libc/console...
2008-10-20 Jordan Crouse[PATCH] libpayload: Fix overflow in _delay function
2008-10-20 Jordan Crouse[PATCH] libpayload: Add a strtoul() function
2008-10-20 Jordan Crouse[PATCH] libpayload: Bail if the keyboard controller...
2008-10-20 Jordan Crouse[PATCH] libpayload: Fix the PCI search function
next