summaryrefslogtreecommitdiff
path: root/src/arch/armv7
AgeCommit message (Expand)Author
2014-08-12armv7/Makefile.inc, cpu/Makefile.inc: align output of printfDaniele Forsi
2014-08-10armv7: Support stack dump after exceptionsJulius Werner
2014-08-10ARM: Eliminate the unused interrupts.c.Gabe Black
2014-08-08ARMv7: Add stdint types needed for vboot libraryStefan Reinauer
2014-08-08ARMV7: threading support for cooperative multitaskingRonald G. Minnich
2014-08-07armv7: Fix dcache writethrough policy handlingDavid Hendricks
2014-08-07exynos: Set up caching in the bootblock.Gabe Black
2014-08-06Set armv7 up for cpu_info to work as on x86 (so threads can work)Ronald G. Minnich
2014-08-01armv7: add wrapper for DCCSW (data cache clean by set/way)David Hendricks
2014-07-31armv7/exynos5420: Configure CPU cores for kernel to enable SMP.Hung-Te Lin
2014-07-08arch: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-06-29build: remove -ccopts mechanismPatrick Georgi
2014-06-28armv7: We don't use CPPFLAGS anymorePatrick Georgi
2014-05-17build: separate CPPFLAGS from CFLAGSPatrick Georgi
2014-05-17build: CPPFLAGS is more common than INCLUDESPatrick Georgi
2014-05-10Arch-level Kconfig menu cleanupFurquan Shaikh
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-05-03Move redundant Makefile rules from arch to top level.Furquan Shaikh
2014-04-26Rename coreboot_ram stage to ramstageFurquan Shaikh
2014-04-18build rules: Identify build stage with simple variablesKyösti Mälkki
2014-04-18console: Use romstage code for ramstage and SMMKyösti Mälkki
2014-04-18console: Drop driver list in ramstageKyösti Mälkki
2014-04-09console: Move newline translation outside console_tx_byteKyösti Mälkki
2014-04-09console: Unify do_printk()Kyösti Mälkki
2014-04-09console: Split console_init()Kyösti Mälkki
2014-04-09uart: Redefine Kconfig optionsKyösti Mälkki
2014-03-04console: Fix includesKyösti Mälkki
2014-03-03coreboot: don't return struct lb_memory * from write_tables()Aaron Durbin
2014-03-03coreboot: introduce arch_payload_run()Aaron Durbin
2014-02-11SMP: Add arch-agnostic boot_cpu()Kyösti Mälkki
2014-02-06console: Drop IO and Oxford (PCI) UARTs on armv7Kyösti Mälkki
2014-01-06CBMEM: Drop cbmem_base_check()Kyösti Mälkki
2014-01-06CBMEM ACPI: Move resume handlerKyösti Mälkki
2013-12-21exynos5250: Implement support to boot with USB A-A firmware uploadJulius Werner
2013-12-21armv7: Allow accessing ACTLR (Auxiliary Control Register)Hung-Te Lin
2013-12-21armv7: Add CPU & MP primitive instructionsHung-Te Lin
2013-12-21armv7: add wrappers to read/write L2ACTLRDavid Hendricks
2013-12-21ARM: Don't inject nobits since we actually want to load these bitsGabe Black
2013-12-21ARM: Remove (NOLOAD) from the .car sectionGabe Black
2013-12-21ARMv7: Fix location of CBMEM console in romstageStefan Reinauer
2013-12-21arm: Remove __image_copy_end from the ARM linker scriptGabe Black
2013-12-21armv7: Prepare tables code for dynamic CBMEMPatrick Georgi
2013-12-21Enable CAR migration on Exynos 5250 and 5420Stefan Reinauer
2013-12-21arm: Don't use const pointers with the write functionsGabe Black
2013-12-12armv7: Fix dcache_clean_by_mva.Hung-Te Lin
2013-12-02Makefile: Drop obsolete rulesKyösti Mälkki
2013-10-13Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer
2013-09-17ARM: Add some missing dependencies on config.h to ARM's Makefile.inc.Gabe Black
2013-09-11CBMEM: Add cbmem_locate_table()Kyösti Mälkki
2013-09-11CBMEM tables: Remove references to global high_tables_baseKyösti Mälkki