summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* arm: Put assembly functions into separate sectionsJulius Werner2014-11-136-23/+16
* libpayload: Add minimal support for PL011 UARTMarcelo Povoa2014-11-132-0/+255
* libpayload: timer: Move the timer drivers from depthcharge to libpayload.Gabe Black2014-11-136-10/+245
* libpayload: usb: Remove automatic clear_stall() calls from transfersJulius Werner2014-11-132-4/+1
* libpayload: usb: Fix up usb_shutdown() code pathsJulius Werner2014-11-138-87/+48
* libpayload: Remove config.pantherMarc Jones2014-11-131-71/+0
* libpayload: Update defconfigsMarc Jones2014-11-132-2/+9
* arm: Redesign, clarify and clean up cache related codeJulius Werner2014-11-103-85/+14
* libpayload: serial: Move the depthcharge serial drivers into libpayload.Gabe Black2014-11-095-1/+230
* arm: Thumb ALL the things!Julius Werner2014-11-092-7/+19
* SeaBIOS Makefile.inc: Remove build dir for uppermem optionMartin Roth2014-11-021-1/+1
* libpayload: usb: ehci: Honor 10ms reset recovery periodJulius Werner2014-10-291-2/+4
* libpayload: usb: Make OHCI work with ARM systemsJulius Werner2014-10-222-23/+62
* libpayload: usb: xhci: Fix STALL endpoint handlingShawn Nematbakhsh2014-10-221-10/+3
* 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
* Kconfig: Allow native vga init to be selectable for SeaBIOS payloadEdward O'Callaghan2014-10-041-0/+4
* 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
* payloads/external/SeaBIOS: Bump version to 1.7.5Edward O'Callaghan2014-09-141-1/+1
* arm: Put exception_stack into BSSJulius Werner2014-09-132-53/+13
* payloads/external/SeaBIOS: Allow setting buffers below 0xC0000Martin Roth2014-09-121-0/+3
* 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-0834-38/+34
* 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