Add constants for fast path resume copying
[coreboot.git] / payloads /
2010-12-30 Stefan ReinauerPer default, use SeaBIOS payload instead of no payload.
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-16 Marc JonesAdd default libpayload build, xcompile, and lpgcc setup...
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-08-05 Myles WatsonChange default path and configuration for Coreinfo.
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 Reinauerbayou compile fixes
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.
2010-02-21 Stefan ReinauerAdd Doxyfile to bayou
2009-10-30 Stefan Reinauerdrop svn:externals in the tree and add it locally.
2009-08-24 Myles WatsonUpdate Coreinfo to use TAG_FORWARD in tables.
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-07-07 Uwe HermannAdd initial support for a CBFS module for coreinfo.
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-17 Ulf JordanBayou: Clean up Bayou's window after returning from...
2009-02-15 Ronald G. MinnichThis is a safety measure, since the shipping buildrom...
2009-02-10 Ulf JordanFix bayou payload execution.
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] coreinfo: Add multiboot parsing support
2008-11-11 Jordan Crouse[PATCH] Add sysinfo_have_multiboot function
2008-11-08 Ulf JordanUpdate bayou to use ACS_ macros for line drawing charac...
2008-11-02 Uwe HermannGet the lzma/ directory from v3 via svn:externals,...
2008-11-02 Uwe HermannImport a slightly modified Bayou version into svn....
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
2008-10-20 Jordan Crouse[PATCH] libpayload: Add multiboot support
2008-10-20 Jordan Crouse[PATCH] libpayload: Add pci_set_bus_master() function
2008-10-20 Jordan Crouse[PATCH] libpayload: Use gcc to compile assembly files
2008-10-16 Patrick Georgi- reduced memory requirements a lot (from >100kb/contro...
2008-10-08 Peter Stugelibpayload: Rename Geode video driver to Geode LX video...
2008-10-08 Patrick Georgimove variable declaration to where it is used, to preve...
2008-09-30 Ulf JordanDo not try to display non-printable characters on the...
2008-09-26 Stefan Reinaueraccidently backed out r3598. Sorry Ulf, will pay more...
2008-09-26 Stefan Reinauer* Add strsep (since strtok is considered obsolete)
2008-09-26 Stefan ReinauerUse a block cursor on VGA console :-)
2008-09-26 Stefan Reinauerfix option handling in libpayload
2008-09-26 Stefan Reinauer* add keyboard layout support to libpayload
2008-09-26 Stefan Reinauer* factor out serial hardware init
2008-09-26 Stefan ReinauerAdd default config file to libpayload so that one can...
next