summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/arch
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Add board id parsingVadim Bendebury2015-03-203-0/+45
* libpayload arm64: Add gdb stub for arm64Furquan Shaikh2015-01-092-0/+71
* libpayload arm64: Add selfboot.c required by depthchargeFurquan Shaikh2015-01-092-0/+35
* libpayload arm64: Correct function names for tlb invalidationFurquan Shaikh2015-01-091-3/+3
* libpayload arm64: Add dummy_media fileFurquan Shaikh2015-01-091-0/+1
* libpayload: Add remote GDB supportJulius Werner2015-01-094-0/+210
* libpayload: Introduce new Kconfig to explicitly allow GPL codeJulius Werner2015-01-094-34/+51
* libpayload: Rework exception hook interfaceJulius Werner2015-01-095-166/+142
* libpayload: Add support for arm64 in libpayloadFurquan Shaikh2015-01-0919-0/+2105
* libpayload: arm: add code to clear bssVadim Bendebury2015-01-061-4/+18
* arm: Fix stored PC value when handling exceptionsJulius Werner2015-01-031-0/+19
* libpayload: don't dereference null pointer in exception handlerPatrick Georgi2014-12-301-6/+8
* libpayload: Add missing break statementPatrick Georgi2014-12-301-0/+1
* libpayload: Remove useless continue after returnPatrick Georgi2014-12-301-1/+0
* libpayload: Provide selfboot function.Hung-Te Lin2014-12-304-0/+65
* libpayload: arm: Add EABI compatible utility functions.Hung-Te Lin2014-12-302-0/+57
* 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-091-1/+116
* libpayload: ARM: Keep track of the CPSR when exceptions happen.Gabe Black2014-12-092-3/+8
* libpayload: Make it possible to install callbacks for particular exceptions.Gabe Black2014-12-095-161/+138
* libpayload: arm: Pass the coreboot table location to the payload.Gabe Black2014-12-093-24/+17
* arm: Put assembly functions into separate sectionsJulius Werner2014-11-135-19/+14
* libpayload: timer: Move the timer drivers from depthcharge to libpayload.Gabe Black2014-11-131-10/+0
* arm: Redesign, clarify and clean up cache related codeJulius Werner2014-11-101-67/+11
* arm: Thumb ALL the things!Julius Werner2014-11-091-1/+6
* arm: Fix up new cache flush algorithm and replace dcache_*_all() with itJulius Werner2014-09-293-126/+118
* arm: Update mem* functions to newer versionsJulius Werner2014-09-225-74/+277
* arm: Move libgcc assembly macros to arch/asm.hJulius Werner2014-09-222-15/+13
* libpayload: Add vboot handoff parsing on ARMStefan Reinauer2014-09-221-0/+11
* libpayload: x86: Add support for catching processor exceptions.Gabe Black2014-09-154-0/+494
* 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-111-6/+9
* ARM: Generalize armv7 as arm.Gabe Black2014-09-0818-6/+5
* arm: libpayload: Make cache invalidation take pointers instead of integersJulius Werner2014-08-291-7/+8
* libpayload: add march flag for armv7Isaac Christensen2014-08-161-1/+1
* libpayload: change cb_range to lb_rangeIsaac Christensen2014-08-161-1/+1
* arm: libpayload: Add cache coherent DMA memory definition and managementJulius Werner2014-08-131-0/+9
* coreboot_tables: reduce redundant data structuresJulius Werner2014-08-102-15/+15
* armv7: Support stack dump after exceptionsJulius Werner2014-08-102-7/+27
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-059-31/+32
* armv7: add wrapper for DCCSW (data cache clean by set/way)David Hendricks2014-08-011-0/+9
* libpayload: provide missing cbfs symbolAaron Durbin2014-07-312-0/+43
* libpayload: Parse CBMEM ACPI GNVS pointerDuncan Laurie2014-01-301-0/+9
* 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-121-0/+9
* payload: armv7: Fix dcache_clean_by_mva.Hung-Te Lin2013-12-121-0/+3
* libpayload: Clean up CFLAGSStefan Reinauer2013-12-051-0/+2
* 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