summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Don't use default path for kconfigNico Huber2014-10-171-2/+2
* libpayload: Fix missed CONFIG_ -> CONFIG_LP_ substitutionsNico Huber2014-10-173-7/+7
* libpayload: also support armv7-a toolchainPatrick Georgi2014-10-161-1/+1
* libpayload: usb: xhci: Treat port reset as a port status changeShawn Nematbakhsh2014-10-021-1/+1
* libpayload: usb: Remove generic roothub reset port functionShawn Nematbakhsh2014-10-023-37/+18
* libpayload: Build libpayload with debugging info turned up all the way.Gabe Black2014-09-291-1/+1
* arm: Fix up new cache flush algorithm and replace dcache_*_all() with itJulius Werner2014-09-293-126/+118
* libpayload: Add missing cache API stub to x86Julius Werner2014-09-251-0/+1
* arm: Update mem* functions to newer versionsJulius Werner2014-09-226-74/+279
* arm: Move libgcc assembly macros to arch/asm.hJulius Werner2014-09-223-15/+60
* libpayload: Add vboot handoff parsing on ARMStefan Reinauer2014-09-221-0/+11
* libpayload: x86: Add support for catching processor exceptions.Gabe Black2014-09-156-1/+532
* libpayload: Add a timer_us() function.Gabe Black2014-09-152-0/+18
* libpayload: Add wrappers for malloc which check its return value.Gabe Black2014-09-151-0/+24
* libpayload: Add a new "die" function to fatally signal programming errors.Gabe Black2014-09-156-32/+135
* arm: Put exception_stack into BSSJulius Werner2014-09-132-53/+13
* arm: Remove some pointless CFLAGSJulius Werner2014-09-121-1/+1
* tegra124/nyan: rougly stable code baseGabe Black2014-09-112-6/+12
* libpayload: usbhid: Fix typo on descriptor parsingJulius Werner2014-09-101-1/+1
* libpayload: ehci: Fix byte count in dump_td()Julius Werner2014-09-101-1/+1
* ARM: Generalize armv7 as arm.Gabe Black2014-09-0833-37/+33
* build: add what-jenkins-does targetPatrick Georgi2014-09-041-2/+2
* libpayload: usb: Refactor USB enumeration to fix SuperSpeed devicesJulius Werner2014-09-047-279/+310
* libpayload: usb: Unify USB speed between XHCI stack and USB coreJulius Werner2014-09-0410-179/+190
* libpayload: xhci: Ensure to reset dequeue pointer on stopped endpointsJulius Werner2014-08-311-4/+4
* arm: libpayload: Make cache invalidation take pointers instead of integersJulius Werner2014-08-292-10/+12
* libpayload: Change CONFIG_X86_SERIAL_CONSOLE to CONFIG_8250_SERIAL_CONSOLEGabe Black2014-08-284-9/+11
* libpayload: usb: Allow direct instantiation of MMIO host controllersJulius Werner2014-08-284-40/+24
* libpayload: Add ARM defconfigPatrick Georgi2014-08-271-0/+72
* libpayload: usb: Fix several minor USB stack bugsJulius Werner2014-08-194-9/+21
* libpayload: usbmsc: Remove DETACHED state from MSC device structureJulius Werner2014-08-181-61/+22
* libpayload: add march flag for armv7Isaac Christensen2014-08-161-1/+1
* libpayload: change cb_range to lb_rangeIsaac Christensen2014-08-161-1/+1
* libpayload: dma_malloc: Prevent warm reboot problems and add debuggingJulius Werner2014-08-142-37/+86
* libpayload: xhci: Make XHCI stack usable on ARMJulius Werner2014-08-147-158/+216
* libpayload: Make EHCI driver cache-awareJulius Werner2014-08-145-29/+104
* libpayload: Add in a missing "static".Gabe Black2014-08-141-1/+1
* libpayload: Reduce media init timeout to 5 seconds.Shawn Nematbakhsh2014-08-141-2/+4
* libpayload: Increase accuracy of timeout period for media init.Shawn Nematbakhsh2014-08-141-5/+9
* libpayload: usbmsc: Split transfers into 64KB chunksDuncan Laurie2014-08-141-1/+47
* arm: libpayload: Add cache coherent DMA memory definition and managementJulius Werner2014-08-134-41/+98
* libpayload: usbhub: Don't clear PSC unless it was setJulius Werner2014-08-121-1/+2
* libpayload: ehci: Set explicit terminate bits in dummy_qh next pointers.Julius Werner2014-08-121-0/+2
* libpayload: Make USB transfer functions return amount of bytesJulius Werner2014-08-127-67/+91
* libpayload: xhci: Use Event Data TRBs for transfer event generationJulius Werner2014-08-112-9/+13
* LZMA: Add a version of ulzma which takes the input and output buffer sizes.Gabe Black2014-08-102-6/+24
* cbfs: Fix overwalk on file scanSteven Sherk2014-08-101-2/+13
* coreboot_tables: reduce redundant data structuresJulius Werner2014-08-103-36/+22
* armv7: Support stack dump after exceptionsJulius Werner2014-08-102-7/+27
* libpayload: hexdump.c: Change type of length argument to size_tPaul Menzel2014-08-102-2/+2
OpenPOWER on IntegriCloud