summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/include
Commit message (Expand)AuthorAgeFilesLines
* Allow libpayload to use an OXPCIe 952 card on systems without ...Stefan Reinauer2011-04-162-1/+1
* libpayload: Add more libpci-compatibility (#defines)Patrick Georgi2011-03-012-0/+28
* libpayload: Implement pci_cleanup()Patrick Georgi2011-03-011-0/+1
* libpayload: Implement ffs()Patrick Georgi2011-03-011-0/+35
* Some more standard types and defines (libpayload)Patrick Georgi2011-03-012-0/+7
* libpayload: Move stdin/stdout/stderr away from headersPatrick Georgi2011-02-242-11/+2
* Use fprintf(stderr, ...) in libraryPatrick Georgi2011-02-141-1/+2
* Stub out FILE*, stdout/stdin/stderr and implement fprintf on thesePatrick Georgi2011-02-141-1/+10
* Some more POSIX compatibilityPatrick Georgi2011-02-142-0/+75
* Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer2010-11-221-3/+3
* libpayload: Add function to fix CMOS checksum.Stefan Reinauer2010-08-171-0/+1
* Add #define that states the libpci interface version we implementPatrick Georgi2010-08-161-0/+3
* become more standard with libpayload headers. PATH_MAX belongs in limits.h,Stefan Reinauer2010-07-094-31/+62
* Incomplete implementation of libpci's (of pciutils) interface.Patrick Georgi2010-06-241-0/+76
* Attached patch moves functions out of the huge libpayload.h into headersPatrick Georgi2010-06-2411-162/+493
* Avoid using the name "pid_t", which is used on unixoid systems.Patrick Georgi2010-06-071-3/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-274-11/+11
* USB updates from our internal treeStefan Reinauer2010-03-252-8/+39
* libpayload updateStefan Reinauer2010-03-253-1/+88
* Add coreboot framebuffer support to libpayloadStefan Reinauer2010-03-254-3/+30
* make keyboard reset driver generic (not pc keyboard driver dependent)Stefan Reinauer2010-03-251-1/+3
* Catch various cases in libpayload where malloc() or memalign() return NULLStefan Reinauer2009-07-311-0/+2
* * drop duplicate prototype for lib_get_sysinfo()Stefan Reinauer2009-07-311-1/+0
* This change adds PPC support to libpayload, and hooks it up in the buildPatrick Georgi2009-05-2110-0/+265
* Add type field to memranges, and fill it from the source data.Patrick Georgi2009-05-171-0/+1
* getopt for libpayload. in case someone wants to pass parameters to payloads andStefan Reinauer2009-04-291-0/+78
* Add high coreboot table support to libpayloadStefan Reinauer2009-03-171-0/+8
* [PATCH] Add sysinfo_have_multiboot functionJordan Crouse2008-11-112-0/+11
* This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi2008-10-211-2/+18
* [PATCH] libpayload: Add a strtoul() functionJordan Crouse2008-10-201-0/+2
* [PATCH] libpayload: Add multiboot supportJordan Crouse2008-10-202-0/+79
* [PATCH] libpayload: Add pci_set_bus_master() functionJordan Crouse2008-10-201-1/+5
* - reduced memory requirements a lot (from >100kb/controller toPatrick Georgi2008-10-163-3/+10
* * Add strsep (since strtok is considered obsolete)Stefan Reinauer2008-09-261-0/+8
* * add keyboard layout support to libpayloadStefan Reinauer2008-09-261-0/+2
* * factor out serial hardware initStefan Reinauer2008-09-262-0/+7
* Move the USB header files to a common location for installJordan Crouse2008-09-113-0/+322
* Add support for curses color output over serial.Ulf Jordan2008-09-031-0/+1
* Add memalign(align, size).Patrick Georgi2008-09-021-0/+1
* Various Doxygen-related fixes in libpayload (trivial).Uwe Hermann2008-08-311-56/+39
* fix typoPaul Menzel2008-08-291-1/+1
* [PATCH]: libpayload: Document the architecture specific routinesJordan Crouse2008-08-281-2/+9
* [PATCH]: libpayload: Document readlineJordan Crouse2008-08-281-0/+3
* [PATCH]: libpayload: Document include/libpayload.hJordan Crouse2008-08-281-44/+66
* libpayload: Expand doxygen definitionsJordan Crouse2008-08-281-25/+122
* fix string function prototypes in libpayload according to sysv/4.3bsd.Stefan Reinauer2008-08-261-3/+3
* A missing semicolon prevents libpayload to compile, this patch fixes that.Jakob Bornecrantz2008-08-231-1/+1
* misc fixes:Stefan Reinauer2008-08-191-1/+1
* make all drivers relocatable. Per default, an 1:1 mapping is assumed.Stefan Reinauer2008-08-192-0/+42
* * add readline()Stefan Reinauer2008-08-191-0/+5
OpenPOWER on IntegriCloud