aboutsummaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2015-01-12libpayload: Let GDB stub read/write memory with aligned MMIO wordsJulius Werner
2015-01-12libpayload: Expand setbits_le32() and fix readl() const-nessJulius Werner
2015-01-12libpayload: improve us timer accuracyVadim Bendebury
2015-01-12libpayload: Add Rock Chip drivershuang lin
2015-01-09libpayload: Reorder default memcpy, speed up memset and memcmpJulius Werner
2015-01-09libpayload arm64: Add gdb stub for arm64Furquan Shaikh
2015-01-09libpayload arm64: Add selfboot.c required by depthchargeFurquan Shaikh
2015-01-09libpayload: Fix baseaddr access in serial/tegra.cFurquan Shaikh
2015-01-09libpayload arm64: Correct function names for tlb invalidationFurquan Shaikh
2015-01-09libpayload arm64: Add dummy_media fileFurquan Shaikh
2015-01-09libpayload: Add remote GDB supportJulius Werner
2015-01-09libpayload: Introduce new Kconfig to explicitly allow GPL codeJulius 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: ipq808x: introduce uart driverVadim Bendebury
2015-01-06libpayload: Introduce bit manipulation macrosVadim Bendebury
2015-01-06libpayload: arm: add code to clear bssVadim Bendebury
2015-01-04ipq8064: Add work around for slow timer clockVadim Bendebury
2015-01-04libpayload: Provide selfboot() external declaration in a common fileVadim Bendebury
2015-01-04libpayload: ipq8064: Add rudimentary timer driverVadim Bendebury
2015-01-03libpayload: don't test for unsigned >= 0Patrick Georgi
2015-01-03libpayload: avoid memory overflowsPatrick Georgi
2015-01-03libpayload/PDcurses: avoid NULL derefPatrick Georgi
2015-01-03arm: Fix stored PC value when handling exceptionsJulius Werner
2014-12-31libpayload: Do not tolerate compilation warnings when buildingVadim Bendebury
2014-12-31libpayload: Fix pointer related castsFurquan Shaikh
2014-12-31libpayload: usb: xhci: Fix TD size if it overflows 5 bitsRajmohan Mani
2014-12-30libpayload: fix printf handling of unsigned long longPatrick Georgi
2014-12-30libpayload: don't dereference null pointer in exception handlerPatrick Georgi
2014-12-30libpayload: Add missing break statementPatrick Georgi
2014-12-30libpayload: Remove useless continue after returnPatrick Georgi
2014-12-30libpayload: Fix libpayload build compilation warningsVadim Bendebury
2014-12-30libpayload: Provide selfboot function.Hung-Te Lin
2014-12-30libpaylod: fix lpgcc logic statementVadim Bendebury
2014-12-30libpayload: video: Check for 'console' pointer before dereferencing itJulius Werner
2014-12-30libpayload: Remove PC Keyboard from ARM buildMarc Jones
2014-12-30libpayload: Clean up USB build warningsMarc Jones
2014-12-30libpayload: video: Make cursor fixup independent of visibilityJulius Werner
2014-12-30libpayload: arm: Add EABI compatible utility functions.Hung-Te Lin
2014-12-30libpayload: usbmsc: Implement limited LUN supportJulius Werner
2014-12-30libpayload: usbmsc: Set correct allocation length for REQUEST SENSEJulius 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: hexdump: Use `p` as conversion specifier for pointersPaul Menzel
2014-12-19libpayload/libc/hexdump.c: Take `const void *memory` as argumentPaul Menzel
2014-12-17libpayload: usb: Detach unused USB devicesShawn Nematbakhsh
2014-12-15arm: Fix minor mistake in cache maintenance assemblyJulius Werner
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-12-09libpayload: arm: Pass the coreboot table location to the payload.Gabe Black
2014-12-02Drop tianocoreboot ("Project PIANO")Patrick Georgi
2014-12-02tianocoreboot: Update config to make it compileMarcel Meißner
2014-11-13arm: Put assembly functions into separate sectionsJulius Werner
2014-11-13libpayload: Add minimal support for PL011 UARTMarcelo Povoa
2014-11-13libpayload: timer: Move the timer drivers from depthcharge to libpayload.Gabe Black
2014-11-13libpayload: usb: Remove automatic clear_stall() calls from transfersJulius Werner
2014-11-13libpayload: usb: Fix up usb_shutdown() code pathsJulius Werner
2014-11-13libpayload: Remove config.pantherMarc Jones
2014-11-13libpayload: Update defconfigsMarc Jones
2014-11-10arm: Redesign, clarify and clean up cache related codeJulius Werner
2014-11-09libpayload: serial: Move the depthcharge serial drivers into libpayload.Gabe Black
2014-11-09arm: Thumb ALL the things!Julius Werner
2014-11-02SeaBIOS Makefile.inc: Remove build dir for uppermem optionMartin Roth
2014-10-29libpayload: usb: ehci: Honor 10ms reset recovery periodJulius Werner
2014-10-22libpayload: usb: Make OHCI work with ARM systemsJulius Werner
2014-10-22libpayload: usb: xhci: Fix STALL endpoint handlingShawn Nematbakhsh
2014-10-17libpayload: Don't use default path for kconfigNico Huber
2014-10-17libpayload: Fix missed CONFIG_ -> CONFIG_LP_ substitutionsNico Huber
2014-10-16libpayload: also support armv7-a toolchainPatrick Georgi
2014-10-04Kconfig: Allow native vga init to be selectable for SeaBIOS payloadEdward O'Callaghan
2014-10-02libpayload: usb: xhci: Treat port reset as a port status changeShawn Nematbakhsh
2014-10-02libpayload: usb: Remove generic roothub reset port functionShawn Nematbakhsh
2014-09-29libpayload: Build libpayload with debugging info turned up all the way.Gabe Black
2014-09-29arm: Fix up new cache flush algorithm and replace dcache_*_all() with itJulius 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-22libpayload: Add vboot handoff parsing on ARMStefan Reinauer
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-14payloads/external/SeaBIOS: Bump version to 1.7.5Edward O'Callaghan
2014-09-13arm: Put exception_stack into BSSJulius Werner
2014-09-12payloads/external/SeaBIOS: Allow setting buffers below 0xC0000Martin Roth
2014-09-12arm: Remove some pointless CFLAGSJulius Werner
2014-09-11tegra124/nyan: rougly stable code baseGabe Black
2014-09-10libpayload: usbhid: Fix typo on descriptor parsingJulius Werner
2014-09-10libpayload: ehci: Fix byte count in dump_td()Julius Werner
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
2014-09-04build: add what-jenkins-does targetPatrick Georgi
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-31libpayload: xhci: Ensure to reset dequeue pointer on stopped endpointsJulius Werner
2014-08-29arm: libpayload: Make cache invalidation take pointers instead of integersJulius Werner
2014-08-28libpayload: Change CONFIG_X86_SERIAL_CONSOLE to CONFIG_8250_SERIAL_CONSOLEGabe Black
2014-08-28libpayload: usb: Allow direct instantiation of MMIO host controllersJulius Werner
2014-08-27libpayload: Add ARM defconfigPatrick Georgi