summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload
Commit message (Expand)AuthorAgeFilesLines
...
* serial: Separate the serial hardware init and the serial console init.Gabe Black2014-08-103-1/+11
* Set check-lxdialog.sh mode properlyVadim Bendebury2014-08-091-0/+0
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-0558-522/+523
* armv7: add wrapper for DCCSW (data cache clean by set/way)David Hendricks2014-08-012-0/+25
* libpayload: provide missing cbfs symbolAaron Durbin2014-07-312-0/+43
* libpayload: find source of input charactersLuigi Semenzato2014-07-123-2/+18
* mainboard: Add new board Google PantherMohammed Habibulla2014-07-121-0/+71
* libpayload: Drop obsolete setting of reg_base in [oex]hciNico Huber2014-07-103-9/+5
* libpayload: Catch null-pointer dereference in xHCINico Huber2014-07-101-2/+4
* libpayload: xHCI: Always initialize controller->pcidevNico Huber2014-07-101-0/+1
* libpayload: Use unsigned long for BARs in *hci_init()Nico Huber2014-07-107-15/+15
* libpayload: Keep physical addresses in console driversNico Huber2014-07-101-5/+8
* libpayload: Remove redundant phys_to_virt() from xHCI driverNico Huber2014-07-101-1/+1
* libpayload: Fix to properly disable serial consoleKyösti Mälkki2014-05-171-4/+7
* libpayload/endian.h: Provide alignment-agnostic enc/dec bytestreams.Edward O'Callaghan2014-04-261-2/+72
* libpayload/ahci: Fix a warning by decompartmentalise the AHCI driver.Edward O'Callaghan2014-02-156-274/+461
* libpayload: Parse CBMEM ACPI GNVS pointerDuncan Laurie2014-01-303-0/+11
* libpayload: adjust max number of memrangesAaron Durbin2014-01-281-2/+2
* Revert "Makefile: Check $CC variable returned from xcompile is not empty."Alexandru Gagniuc2014-01-261-5/+0
* Makefile: Check $CC variable returned from xcompile is not empty.Andrew Wu2014-01-231-0/+5
* libpayload/lpgcc: Add curses include path.Vladimir Serbinenko2014-01-191-0/+8
* libpayload/options: Fix out of array read.Vladimir Serbinenko2014-01-191-0/+4
* libpayload: Bring keyboard_wait_write() backPatrick Georgi2014-01-191-0/+10
* lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko2014-01-123-8/+15
* libpayload: add junit.xml build targetPatrick Georgi2014-01-081-0/+22
* libpayload: update defconfigPatrick Georgi2014-01-081-2/+6
* libpayload: reintroduce optional PCI in XHCI driverPatrick Georgi2014-01-083-5/+6
* armv7: add wrappers to read/write L2ACTLRDavid Hendricks2013-12-211-0/+15
* arm: libpayload: Include stdint.h in cache.hGabe Black2013-12-211-0/+2
* Libpayload: Add keyboard-disable function.Martin Roth2013-12-212-0/+22
* libpayload: Include hexdump.c in the Makefile so it gets builtGabe Black2013-12-211-0/+1
* libpayload: Increase USB EHCI transfer timeoutJulius Werner2013-12-211-3/+3
* libpayload: Add simple hexdump functionRonald G. Minnich2013-12-162-0/+65
* libpayload: expose cbfs ram functionsAaron Durbin2013-12-122-3/+62
* libpayload: Get rid of a compiler warningGabe Black2013-12-121-1/+2
* libpayload: armv7: Add cache control function to invalidate range.Hung-Te Lin2013-12-122-0/+12
* payload: armv7: Fix dcache_clean_by_mva.Hung-Te Lin2013-12-121-0/+3
* libpayload: Have similar cache api on ARM and x86Stefan Reinauer2013-12-051-0/+41
* libpayload: Clean up CFLAGSStefan Reinauer2013-12-052-2/+5
* libpayload: sync ARMv7 arch/io.h with corebootStefan Reinauer2013-12-051-6/+40
* Drop obsolete CONSOLE_LOGBUFStefan Reinauer2013-12-031-1/+1
* libpayload: ARM: Don't leave alignment checking on after the exception testGabe Black2013-12-031-3/+5
* libpayload: Make the region to scan for the cb tables configurable.Gabe Black2013-12-032-1/+10
* libpayload: Add missing break statement in coreboot table parsingStefan Reinauer2013-12-031-0/+1
* libpayload: Drop PowerPC architectureStefan Reinauer2013-11-2618-964/+0
* libpayload: usb mass storage card hot plugAaron Durbin2013-11-252-53/+157
* libpayload: usb mass storage detect empty mediaAaron Durbin2013-11-251-0/+35
* libpayload: Fix xcompileStefan Reinauer2013-11-251-4/+1
* libpayload: Add USB support for non-PCI controllersStefan Reinauer2013-11-2516-58/+142
* libpayload (EHCI): correctly align PORTSCStefan Reinauer2013-11-251-3/+3
OpenPOWER on IntegriCloud