aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/include
AgeCommit message (Expand)Author
2013-03-13libpayload: Make the source for lzma decompression constGabe Black
2013-03-13libpayloads: Provide BSD/glibc style endian functions.Hung-Te Lin
2013-03-04libpayload: Catch exceptions and print out an error message.Ronald G. Minnich
2013-02-26libpayload: Add a pointer for user data on the USB MSC data structure.Gabe Black
2013-02-15libpayload: Use the same type for 32 bit data in readl as in uint32_t.Ronald G. Minnich
2013-02-12libpayload: New CBFS to support multiple firmware media sources.Hung-Te Lin
2013-01-04Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".Hung-Te Lin
2012-12-14libpayload: add kconfig.hStefan Reinauer
2012-12-14libpayload: Initial ARMv7 portStefan Reinauer
2012-12-14libpayload: rename i386 to x86Stefan Reinauer
2012-12-10libpayload: Fix renaming of REG_CLASS_DEV to REG_SUBCLASSNico Huber
2012-11-30Change TARGET_I386 to ARCH_X86David Hendricks
2012-11-30fix #if for target architecture in libpayloadDavid Hendricks
2012-11-30Add multi-architecture support to cbfstoolDavid Hendricks
2012-11-23libpayload: Fix some missing-prototype warningsNico Huber
2012-11-15libpayload: Use #ifdef for CONFIG_* checksNico Huber
2012-11-14libpayload: Add init() function to hci_t and rework uhci_reset()Nico Huber
2012-11-14libpayload: Document USB host controller setup functionsNico Huber
2012-11-14libpayload: Export device count in storage interfacePatrick Georgi
2012-11-09libpayload: Add CB_ prefixes to some constants in coreboot_tables.h.Gabe Black
2012-11-09libpayload: Change "GPIOs" into flags.Gabe Black
2012-11-09libpayload: Add a function to retrieve the rows and cols of the video console.Gabe Black
2012-11-09libpayload: Separate video initialization and the video console.Gabe Black
2012-11-09libpayload: Add support for the CBMEM in memory console.Gabe Black
2012-11-08Refactor the endianness conversion functions and header files.Gabe Black
2012-11-08Update libpayloads understanding of the coreboot tables.Gabe Black
2012-11-07libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black
2012-11-07libpayload: Add definitions for more config space registers.Gabe Black
2012-11-07libpayload: Add the format attribute to functions in stdio.h.Gabe Black
2012-11-07libpayload: Fix the format string of the assert macro.Gabe Black
2012-11-07Update the way serial info is read from the coreboot tables.Gabe Black
2012-11-07Move the definition of ipchksum into its own header file.Gabe Black
2012-11-07Include stdint.h in libpayload's rdtsc.h.Gabe Black
2012-10-27libpayload: New AHCI, ATA and ATAPI driversNico Huber
2012-09-26libpayload: Extend CMOS access libraryPatrick Georgi
2012-08-23libpayload: add controller type in usbdev_hcAnton Kochkov
2012-06-22libpayload: Shutdown reasonably if we can't init usb msc deviceNico Huber
2012-06-21libpayload: Detach unresponsive usb mass storage devicesNico Huber
2012-06-07libpayload: Add support for split transactions in EHCINico Huber
2012-06-01libpayload: Add clear_feature() function to USB frameworkNico Huber
2012-02-17libpayload: enforce const correctness for CMOS getter/setterMathias Krause
2012-02-03libpayload: Add iterators for CMOS variablesPatrick Georgi
2012-02-03libpayload: Expose options_checksum_validPatrick Georgi
2012-02-03libpayload: Provide interpretation of CMOS data structuresPatrick Georgi
2012-02-02libpayload: Add access to CMOS images in memory spacePatrick Georgi
2012-02-02libpayload: Refactor highlevel CMOS accessPatrick Georgi
2012-01-26libpayload: Allow using CBFS functions on images in RAMPatrick Georgi
2012-01-07Cleanup access to vendor/part # infoPhilip Prindeville
2011-12-24Let lib_get_sysinfo() pass through the success of get_coreboot_info()Philip Prindeville
2011-12-24Fix missing cast back to void *Philip Prindeville
2011-12-24Use convenience function to checksumPhilip Prindeville
2011-12-24Replace UNPACK_CB64 macro with inlinePhilip Prindeville
2011-12-13libpayload: add set_option() functionPatrick Georgi
2011-11-04libpayload: Implement usb_exitPatrick Georgi
2011-11-04libpayload: Drop usb_fatal()Patrick Georgi
2011-11-03libpayload: Reduce verbosity in USB stackMathias Krause
2011-11-03libpayload: Put coreboot version into lib_sysinfoMathias Krause
2011-11-01libpayload: remove trailing whitespace and run dos2unixStefan Reinauer
2011-10-21Extend coreboot table entry for serial portsStefan Reinauer
2011-09-14libpayload: Add get_option_from()Patrick Georgi
2011-08-18libpayload: export get_cbfs_header()Patrick Georgi
2011-08-17libpayload: Some more compatibility (for flashrom)Patrick Georgi
2011-08-04libpayload: Add liblzma, libcbfsPatrick Georgi
2011-08-04libpayload: Add PDCurses and ncurses' libform/libmenuPatrick Georgi
2011-07-20libpayload: Provide dummy getenv()Patrick Georgi
2011-07-16libpayload: Improve compatibilityPatrick Georgi
2011-07-11libpayload: Add qsort()Patrick Georgi
2011-07-07libpayload: Don't declare mouse support in tinycursesPatrick Georgi
2011-07-07libpayload: Provide atol(), malloc.hPatrick Georgi
2011-07-07libpayload: Implement strlcpyPatrick Georgi
2011-06-30Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi
2011-04-16Allow libpayload to use an OXPCIe 952 card on systems without ...Stefan Reinauer
2011-03-01libpayload: Add more libpci-compatibility (#defines)Patrick Georgi
2011-03-01libpayload: Implement pci_cleanup()Patrick Georgi
2011-03-01libpayload: Implement ffs()Patrick Georgi
2011-03-01Some more standard types and defines (libpayload)Patrick Georgi
2011-02-24libpayload: Move stdin/stdout/stderr away from headersPatrick Georgi
2011-02-14Use fprintf(stderr, ...) in libraryPatrick Georgi
2011-02-14Stub out FILE*, stdout/stdin/stderr and implement fprintf on thesePatrick Georgi
2011-02-14Some more POSIX compatibilityPatrick Georgi
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-08-17libpayload: Add function to fix CMOS checksum.Stefan Reinauer
2010-08-16Add #define that states the libpci interface version we implementPatrick Georgi
2010-07-09become more standard with libpayload headers. PATH_MAX belongs in limits.h,Stefan Reinauer
2010-06-24Incomplete implementation of libpci's (of pciutils) interface.Patrick Georgi
2010-06-24Attached patch moves functions out of the huge libpayload.h into headersPatrick Georgi
2010-06-07Avoid using the name "pid_t", which is used on unixoid systems.Patrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-25USB updates from our internal treeStefan Reinauer
2010-03-25libpayload updateStefan Reinauer
2010-03-25Add coreboot framebuffer support to libpayloadStefan Reinauer
2010-03-25make keyboard reset driver generic (not pc keyboard driver dependent)Stefan Reinauer
2009-07-31Catch various cases in libpayload where malloc() or memalign() return NULLStefan Reinauer
2009-07-31* drop duplicate prototype for lib_get_sysinfo()Stefan Reinauer
2009-05-21This change adds PPC support to libpayload, and hooks it up in the buildPatrick Georgi
2009-05-17Add type field to memranges, and fill it from the source data.Patrick Georgi
2009-04-29getopt for libpayload. in case someone wants to pass parameters to payloads andStefan Reinauer
2009-03-17Add high coreboot table support to libpayloadStefan Reinauer
2008-11-11[PATCH] Add sysinfo_have_multiboot functionJordan Crouse
2008-10-21This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi