aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/include
AgeCommit message (Expand)Author
2015-01-09libpayload: Add support for arm64 in libpayloadFurquan Shaikh
2015-01-06libpayload: Introduce bit manipulation macrosVadim Bendebury
2015-01-04libpayload: Provide selfboot() external declaration in a common fileVadim Bendebury
2014-12-31libpayload: Fix pointer related castsFurquan Shaikh
2014-12-30libpayload: Fix libpayload build compilation warningsVadim Bendebury
2014-12-30libpayload: Provide selfboot function.Hung-Te Lin
2014-12-30libpayload: usbmsc: Implement limited LUN supportJulius Werner
2014-12-22libpayload: usb: Try to avoid reusing device addressesJulius Werner
2014-12-22libpayload: console: Allow output drivers to print whole strings at onceJulius Werner
2014-12-19libpayload/libc/hexdump.c: Take `const void *memory` as argumentPaul Menzel
2014-12-09ARM: API to Map Physical Address to Wipe Memory above 4GBDaisuke Nojiri
2014-12-09libpayload: ARM: Keep track of the CPSR when exceptions happen.Gabe Black
2014-12-09libpayload: Make it possible to install callbacks for particular exceptions.Gabe Black
2014-11-13arm: Put assembly functions into separate sectionsJulius Werner
2014-11-10arm: Redesign, clarify and clean up cache related codeJulius Werner
2014-11-09arm: Thumb ALL the things!Julius Werner
2014-09-25libpayload: Add missing cache API stub to x86Julius Werner
2014-09-22arm: Update mem* functions to newer versionsJulius Werner
2014-09-22arm: Move libgcc assembly macros to arch/asm.hJulius Werner
2014-09-15libpayload: x86: Add support for catching processor exceptions.Gabe Black
2014-09-15libpayload: Add a timer_us() function.Gabe Black
2014-09-15libpayload: Add wrappers for malloc which check its return value.Gabe Black
2014-09-15libpayload: Add a new "die" function to fatally signal programming errors.Gabe Black
2014-09-11tegra124/nyan: rougly stable code baseGabe Black
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
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