summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* libpayload: usb: Try to avoid reusing device addressesJulius Werner2014-12-222-3/+12
* libpayload: console: Allow output drivers to print whole strings at onceJulius Werner2014-12-227-165/+150
* libpayload: hexdump: Use `p` as conversion specifier for pointersPaul Menzel2014-12-191-1/+1
* libpayload/libc/hexdump.c: Take `const void *memory` as argumentPaul Menzel2014-12-192-2/+2
* libpayload: usb: Detach unused USB devicesShawn Nematbakhsh2014-12-171-0/+5
* arm: Fix minor mistake in cache maintenance assemblyJulius Werner2014-12-151-1/+1
* ARM: API to Map Physical Address to Wipe Memory above 4GBDaisuke Nojiri2014-12-095-1/+139
* libpayload: ARM: Keep track of the CPSR when exceptions happen.Gabe Black2014-12-093-3/+9
* libpayload: Make it possible to install callbacks for particular exceptions.Gabe Black2014-12-098-163/+238
* libpayload: arm: Pass the coreboot table location to the payload.Gabe Black2014-12-093-24/+17
* Drop tianocoreboot ("Project PIANO")Patrick Georgi2014-12-0212-2192/+0
* tianocoreboot: Update config to make it compileMarcel Meißner2014-12-021-34/+57
* 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