aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/include
AgeCommit message (Expand)Author
2014-09-04libpayload: usb: Refactor USB enumeration to fix SuperSpeed devicesJulius Werner
2014-09-04libpayload: usb: Unify USB speed between XHCI stack and USB coreJulius Werner
2014-08-29arm: libpayload: Make cache invalidation take pointers instead of integersJulius Werner
2014-08-28libpayload: usb: Allow direct instantiation of MMIO host controllersJulius Werner
2014-08-14libpayload: dma_malloc: Prevent warm reboot problems and add debuggingJulius Werner
2014-08-14libpayload: Make EHCI driver cache-awareJulius Werner
2014-08-13arm: libpayload: Add cache coherent DMA memory definition and managementJulius Werner
2014-08-10LZMA: Add a version of ulzma which takes the input and output buffer sizes.Gabe Black
2014-08-10coreboot_tables: reduce redundant data structuresJulius Werner
2014-08-10libpayload: hexdump.c: Change type of length argument to size_tPaul Menzel
2014-08-10serial: Separate the serial hardware init and the serial console init.Gabe Black
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
2014-08-01armv7: add wrapper for DCCSW (data cache clean by set/way)David Hendricks
2014-07-12libpayload: find source of input charactersLuigi Semenzato
2014-04-26libpayload/endian.h: Provide alignment-agnostic enc/dec bytestreams.Edward O'Callaghan
2014-01-30libpayload: Parse CBMEM ACPI GNVS pointerDuncan Laurie
2014-01-28libpayload: adjust max number of memrangesAaron Durbin
2014-01-12lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko
2014-01-08libpayload: reintroduce optional PCI in XHCI driverPatrick Georgi
2013-12-21armv7: add wrappers to read/write L2ACTLRDavid Hendricks
2013-12-21arm: libpayload: Include stdint.h in cache.hGabe Black
2013-12-21Libpayload: Add keyboard-disable function.Martin Roth
2013-12-16libpayload: Add simple hexdump functionRonald G. Minnich
2013-12-12libpayload: expose cbfs ram functionsAaron Durbin
2013-12-12libpayload: armv7: Add cache control function to invalidate range.Hung-Te Lin
2013-12-05libpayload: Have similar cache api on ARM and x86Stefan Reinauer
2013-12-05libpayload: sync ARMv7 arch/io.h with corebootStefan Reinauer
2013-12-03Drop obsolete CONSOLE_LOGBUFStefan Reinauer
2013-11-26libpayload: Drop PowerPC architectureStefan Reinauer
2013-11-25libpayload: usb mass storage card hot plugAaron Durbin
2013-11-25libpayload: Add USB support for non-PCI controllersStefan Reinauer
2013-11-25Make ssize_t an actual ssize_tStefan Reinauer
2013-11-25armv7: import updated cache/MMU stuff from corebootDavid Hendricks
2013-11-10libpayload: add memory clobber to ins{b,w,l}Gerd Hoffmann
2013-08-26libpayload: Add a few more PCI constantsStefan Tauner
2013-08-15CBFS: Change the signature of cbfs_decompress.Gabe Black
2013-06-28libpayload: Add strerrorStefan Tauner
2013-06-27libpayload: Add more integer limitsStefan Tauner
2013-06-27libpayload: Fix whitespace errorsStefan Tauner
2013-06-13libpayload: usb: Add interval attribute to endpointsNico Huber
2013-06-13libpayload: Redirect USB slave init through controller driverPatrick Georgi
2013-06-13libpayload: Add enum for USB speedsNico Huber
2013-04-20Eliminate use of pointers in coreboot tableStefan Reinauer
2013-04-18libpayload: Don't sneak in compiler includesStefan Reinauer
2013-04-02libpayload: cbfs_core.h: Add missing third person s in »it need*s*«Paul Menzel
2013-03-30armv7: import updated cache/MMU stuff from corebootDavid Hendricks
2013-03-30armv7: import new cache maintenance API from corebootDavid Hendricks
2013-03-29libpayload: add x86 ROM variable MTRR supportAaron Durbin
2013-03-26libpayload: Fix type issuesStefan Reinauer
2013-03-22libpayload: Add comments on virtual pointers in lib_sysinfoNico Huber
2013-03-18libpayload: Make keycode constants available outside of curses.h.Gabe Black
2013-03-14libpayload: add support for vboot_handoffAaron Durbin
2013-03-14libpayload: Turn the endian conversion macros into functions.Gabe Black
2013-03-14libpayload: Generalize and redistribute timekeeping codeGabe Black
2013-03-13libpayload: Add size_t and ssize_t types for ARM and x86Gabe Black
2013-03-13libpayload: Add usb_generic_(create|remove) functions for unrecognized devicesGabe Black
2013-03-13libpayload: Start using only internal and compiler headers.Ronald G. Minnich
2013-03-13libpayload: Add more parenthesis to the endian conversion macrosGabe Black
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