aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/include
AgeCommit message (Expand)Author
2015-04-27libpayload arm64: update mmu translation table granule size, logic and macrosJimmy Huang
2015-04-22arm64: Add arch_program_segment_loaded call to arm64Furquan Shaikh
2015-04-22libpayload: provide icache_invalidate_all() on ARM64Furquan Shaikh
2015-04-22libpayload: Correct shareability mmu configuration on ARM64Furquan Shaikh
2015-04-22libpayload: cros: add serial number from coreboot tableStephen Barber
2015-04-21libpayload: mips: Add macros to convert to/from KSEG{0,1} addressesAndrew Bresticker
2015-04-18libpayload: Add zero length packet support to UDC frameworkPatrick Georgi
2015-04-18libpayload: Add USB device mode driverPatrick Georgi
2015-04-17libpayload: read register width from coreboot tableVadim Bendebury
2015-04-17libpayload: Take flash parameters from corebootDan Ehrenberg
2015-04-14arm64: Increase dma region size to 32MiBFurquan Shaikh
2015-04-14libpayload: Add dwc2 usb driverhuang lin
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2015-04-08arm: Dump additional fault registers in abort handlersJulius Werner
2015-03-21libpayload: whitespace cleanupPatrick Georgi
2015-03-21libpayload arm64: Add helper functions with el argumentHC Yen
2015-03-21libpayload arm64: Allocate framebuffer rangeJimmy Zhang
2015-03-21libpayload arm64: fix mmu bugsAaron Durbin
2015-03-21libpayload arm64: Add support for read and write registers at current EL in a...Furquan Shaikh
2015-03-21libpayload arm64: Add support for mmuFurquan Shaikh
2015-03-21libpayload arm64: Add functions for reading memrangesFurquan Shaikh
2015-03-21libpayload arm64: Add functions for {read/write}_tcr_currentFurquan Shaikh
2015-03-21libpayload arm64: Add library helpersFurquan Shaikh
2015-03-21libpayload arm64: Make exceptions workFurquan Shaikh
2015-03-21libpayload: arch/mips: add virt/bus/phy_to_bus/phy/virt operationsIonela Voinescu
2015-03-21libpayload: mips: correct platform IDIonela Voinescu
2015-03-21libpayload: arch/mips: Add basic MIPS architecture supportIonela Voinescu
2015-03-21libpayload: Add RAM code to sysinfo_tDavid Hendricks
2015-03-21libpayload: Add support for parsing RAMOOPS range from corebootFurquan Shaikh
2015-03-21libpayload: make wifi calibration table available through sysinfoVadim Bendebury
2015-03-21libpayload arm64: Add function to get coreboot table ptrFurquan Shaikh
2015-03-21libpayload: provide basic 64bit division implementationVadim Bendebury
2015-03-20libpayload: cros: include mac addresses in coreboot tableVadim Bendebury
2015-03-20libpayload: Consolidate coreboot table parsingVadim Bendebury
2015-03-20libpayload: Add board id parsingVadim Bendebury
2015-03-20libpayload: UTF-16LE to ASCII conversionDan Ehrenberg
2015-03-19libpayload: Add support for memory barriersFurquan Shaikh
2015-03-19libpayload: add xmemalign()Aaron Durbin
2015-03-19libpayload: Add OpenBSD queue implementationPatrick Georgi
2015-01-12libpayload: Expand setbits_le32() and fix readl() const-nessJulius Werner
2015-01-09libpayload arm64: Correct function names for tlb invalidationFurquan Shaikh
2015-01-09libpayload: Add remote GDB supportJulius Werner
2015-01-09libpayload: Rework exception hook interfaceJulius Werner
2015-01-09libpayload: Add ability to unregister output driverJulius Werner
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