port_enable and port_reset must change atomically.
[coreboot.git] / payloads / libpayload / include /
2011-07-16 Patrick Georgilibpayload: Improve compatibility
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-06-30 Patrick GeorgiReduce warnings/errors in libpayload when using picky...
2011-04-16 Stefan ReinauerAllow libpayload to use an OXPCIe 952 card on systems...
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-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 GeorgiSome more POSIX compatibility
2010-11-22 Stefan ReinauerPrinting coreboot debug messages on VGA console is...
2010-08-17 Stefan Reinauerlibpayload: Add function to fix CMOS checksum.
2010-08-16 Patrick GeorgiAdd #define that states the libpci interface version...
2010-07-09 Stefan Reinauerbecome more standard with libpayload headers. PATH_MAX...
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-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-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 Reinauermake keyboard reset driver generic (not pc keyboard...
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-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-29 Stefan Reinauergetopt for libpayload. in case someone wants to pass...
2009-03-17 Stefan ReinauerAdd high coreboot table support to libpayload
2008-11-11 Jordan Crouse[PATCH] Add sysinfo_have_multiboot function
2008-10-21 Patrick GeorgiThis patch removes most of the #ifdefs in libc/console...
2008-10-20 Jordan Crouse[PATCH] libpayload: Add a strtoul() 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-16 Patrick Georgi- reduced memory requirements a lot (from >100kb/contro...
2008-09-26 Stefan Reinauer* Add strsep (since strtok is considered obsolete)
2008-09-26 Stefan Reinauer* add keyboard layout support to libpayload
2008-09-26 Stefan Reinauer* factor out serial hardware init
2008-09-11 Jordan CrouseMove the USB header files to a common location for...
2008-09-03 Ulf JordanAdd support for curses color output over serial.
2008-09-02 Patrick GeorgiAdd memalign(align, size).
2008-08-31 Uwe HermannVarious Doxygen-related fixes in libpayload (trivial).
2008-08-29 Paul Menzelfix typo
2008-08-28 Jordan Crouse[PATCH]: libpayload: Document the architecture specifi...
2008-08-28 Jordan Crouse[PATCH]: libpayload: Document readline
2008-08-28 Jordan Crouse[PATCH]: libpayload: Document include/libpayload.h
2008-08-28 Jordan Crouselibpayload: Expand doxygen definitions
2008-08-26 Stefan Reinauerfix string function prototypes in libpayload according...
2008-08-23 Jakob BornecrantzA missing semicolon prevents libpayload to compile...
2008-08-19 Stefan Reinauermisc fixes:
2008-08-19 Stefan Reinauermake all drivers relocatable. Per default, an 1:1 mappi...
2008-08-19 Stefan Reinauer* add readline()
2008-08-19 Patrick Georgireplace static functions by macros, because otherwise...
2008-08-19 Stefan Reinaueradd functions to query cursor position to video layer
2008-08-16 Stefan Reinaueradd block io functions
2008-08-16 Stefan Reinauertrivial fix: ipchksum takes an unspecified input blob...
2008-08-13 Stefan Reinaueradd PCI_BUS macro (trivial)
2008-08-11 Ulf JordanAdd support for line drawing characters and the alterna...
2008-08-11 Jordan CrouseNo really, _these_ should be the last occurences of...
2008-08-09 Ulf JordanFix signedness problem in memcmp.
2008-08-08 Uwe HermannUpdate the kconfig copy in libpayload to a much more...
2008-08-07 Stefan ReinauerAdd a full set of pci access functions.
2008-08-07 Stefan Reinaueradd get_option to libpayload, so coreboot cmos options...
2008-08-04 Uwe HermannAdd missing #include.
2008-06-20 Jordan Crouselibpayload: Support curses for serial
2008-05-27 Jordan Crouselibpayload: Add PAYLOAD_INFO macro
2008-05-27 Jordan Crouselibpayload: Add a function to verify the checksum...
2008-05-20 Jordan Crouselibpayload: Add an exec() and i386_do_exec() function
2008-05-20 Jordan Crouselibpayload: Add larfptr function
2008-05-07 Jordan Crouselibpayload: Add LAR walking support
2008-04-25 Jordan Crouselibpayload: Add gettimeofday() and friends
2008-04-25 Jordan Crouselibpayload: Enable keyboard translation so that we...
2008-04-11 Uwe HermannDrop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE...
2008-04-11 Uwe HermannRewrite and filling of libc/ctype.c (thus adjusting...
2008-04-11 Uwe HermannConvert BIN2HEX/HEX2BIN to functions and add the abs...
2008-04-11 Uwe HermannVarious small consistency fixes (trivial):
2008-04-10 Jordan Crouselibpayload: Support functions for Geode
2008-04-10 Jordan Crouselibpayload: Add video console framework
2008-04-08 Uwe HermannAdd missing prototypes for libc/rand.c functions (trivial).
2008-04-08 Jordan Crouselibpayload: Add a timeout function for getchar and...
2008-04-07 Uwe HermannAdd rand/rand_r/srand functions for generating pseudo...
2008-04-04 Uwe HermannAdd BIN2HEX and HEX2BIN macros (trivial).
2008-04-03 Uwe HermannAdd a SHA-1 implementation to libpayload.
2008-04-02 Uwe HermannAdd missing snprintf() to libc/printf.c (trivial).
2008-03-31 Uwe HermannRename drivers/cmos.c to drivers/nvram.c (trivial).
2008-03-31 Uwe HermannDue to popular demand, rename "CMOS" to "NVRAM" (trivial).
2008-03-27 Uwe HermannAdd initial support for some basic CMOS read/write...
2008-03-21 Uwe HermannCosmetics, fix typos (trivial).
2008-03-20 Uwe HermannFix code to allow usage of -Wall in libpayload and...
2008-03-20 Uwe HermannCosmetics, coding style fixes (trivial).
2008-03-20 Uwe HermannMake the list of functions in libpayload.h more complet...
2008-03-19 Jordan Crouselibpayload: External code
2008-03-19 Jordan Crouselibpayload: The initial chunk of code writen by AMD