summaryrefslogtreecommitdiffstats
path: root/src/arch/armv7
Commit message (Expand)AuthorAgeFilesLines
* ARM: Generalize armv7 as arm.Gabe Black2014-09-0840-3618/+0
* arm: libpayload: Make cache invalidation take pointers instead of integersJulius Werner2014-08-292-10/+10
* ARM: Make it possible to use a custom bootblock implementation.Gabe Black2014-08-282-3/+10
* ARM: Overhaul the ARM Makefile.Gabe Black2014-08-228-109/+42
* armv7: mark EABI compatibility symbols as usedStefan Reinauer2014-08-141-3/+3
* ARMv7/Exynos: Fix memory location assumptionsStefan Reinauer2014-08-142-6/+9
* ARMv7: drop dead code from Makefile.incStefan Reinauer2014-08-131-6/+0
* armv7/Makefile.inc, cpu/Makefile.inc: align output of printfDaniele Forsi2014-08-121-1/+1
* armv7: Support stack dump after exceptionsJulius Werner2014-08-104-20/+38
* ARM: Eliminate the unused interrupts.c.Gabe Black2014-08-102-198/+0
* ARMv7: Add stdint types needed for vboot libraryStefan Reinauer2014-08-081-0/+12
* ARMV7: threading support for cooperative multitaskingRonald G. Minnich2014-08-081-0/+127
* armv7: Fix dcache writethrough policy handlingDavid Hendricks2014-08-071-1/+1
* exynos: Set up caching in the bootblock.Gabe Black2014-08-072-21/+9
* Set armv7 up for cpu_info to work as on x86 (so threads can work)Ronald G. Minnich2014-08-064-2/+54
* armv7: add wrapper for DCCSW (data cache clean by set/way)David Hendricks2014-08-013-1/+30
* armv7/exynos5420: Configure CPU cores for kernel to enable SMP.Hung-Te Lin2014-07-311-0/+6
* arch: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-1/+0
* build: remove -ccopts mechanismPatrick Georgi2014-06-291-4/+4
* armv7: We don't use CPPFLAGS anymorePatrick Georgi2014-06-281-3/+3
* build: separate CPPFLAGS from CFLAGSPatrick Georgi2014-05-171-2/+2
* build: CPPFLAGS is more common than INCLUDESPatrick Georgi2014-05-171-3/+3
* Arch-level Kconfig menu cleanupFurquan Shaikh2014-05-101-30/+0
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-062-35/+43
* Move redundant Makefile rules from arch to top level.Furquan Shaikh2014-05-031-173/+94
* Rename coreboot_ram stage to ramstageFurquan Shaikh2014-04-263-9/+9
* build rules: Identify build stage with simple variablesKyösti Mälkki2014-04-181-34/+0
* console: Use romstage code for ramstage and SMMKyösti Mälkki2014-04-182-42/+0
* console: Drop driver list in ramstageKyösti Mälkki2014-04-181-4/+0
* console: Move newline translation outside console_tx_byteKyösti Mälkki2014-04-091-3/+0
* console: Unify do_printk()Kyösti Mälkki2014-04-091-20/+1
* console: Split console_init()Kyösti Mälkki2014-04-091-1/+1
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-091-2/+2
* console: Fix includesKyösti Mälkki2014-03-041-0/+2
* coreboot: don't return struct lb_memory * from write_tables()Aaron Durbin2014-03-031-4/+2
* coreboot: introduce arch_payload_run()Aaron Durbin2014-03-032-4/+4
* SMP: Add arch-agnostic boot_cpu()Kyösti Mälkki2014-02-111-10/+1
* console: Drop IO and Oxford (PCI) UARTs on armv7Kyösti Mälkki2014-02-061-21/+0
* CBMEM: Drop cbmem_base_check()Kyösti Mälkki2014-01-061-4/+0
* CBMEM ACPI: Move resume handlerKyösti Mälkki2014-01-061-0/+4
* exynos5250: Implement support to boot with USB A-A firmware uploadJulius Werner2013-12-211-3/+0
* armv7: Allow accessing ACTLR (Auxiliary Control Register)Hung-Te Lin2013-12-211-0/+14
* armv7: Add CPU & MP primitive instructionsHung-Te Lin2013-12-211-0/+36
* armv7: add wrappers to read/write L2ACTLRDavid Hendricks2013-12-211-0/+15
* ARM: Don't inject nobits since we actually want to load these bitsGabe Black2013-12-211-2/+2
* ARM: Remove (NOLOAD) from the .car sectionGabe Black2013-12-211-1/+1
* ARMv7: Fix location of CBMEM console in romstageStefan Reinauer2013-12-211-12/+25
* arm: Remove __image_copy_end from the ARM linker scriptGabe Black2013-12-211-3/+0
* armv7: Prepare tables code for dynamic CBMEMPatrick Georgi2013-12-211-0/+4
* Enable CAR migration on Exynos 5250 and 5420Stefan Reinauer2013-12-211-1/+19