summaryrefslogtreecommitdiffstats
path: root/src/arch/armv7
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm: Don't use const pointers with the write functionsGabe Black2013-12-211-3/+3
* armv7: Fix dcache_clean_by_mva.Hung-Te Lin2013-12-121-0/+3
* Makefile: Drop obsolete rulesKyösti Mälkki2013-12-021-2/+0
* Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer2013-10-131-0/+59
* ARM: Add some missing dependencies on config.h to ARM's Makefile.inc.Gabe Black2013-09-171-3/+3
* CBMEM: Add cbmem_locate_table()Kyösti Mälkki2013-09-111-0/+7
* CBMEM tables: Remove references to global high_tables_baseKyösti Mälkki2013-09-111-5/+1
* CBMEM: Add cbmem_late_set_table() and drop references to high_tables_baseKyösti Mälkki2013-09-111-7/+0
* Add directive __SIMPLE_DEVICE__Kyösti Mälkki2013-08-011-0/+34
* Redefine pci_bus_default_ops as functionKyösti Mälkki2013-07-251-4/+1
* ARM: Define custom ELF headers for ARM.Gabe Black2013-07-153-3/+18
* arm: Add and enable an arch specific version of memmove.Gabe Black2013-07-143-0/+201
* Move the HAVE_ARCH_* config options from src/arch/x86 to src/.Gabe Black2013-07-111-8/+7
* arm: Add a W() macro for use in kernel assembler.Gabe Black2013-07-111-0/+2
* Don't try to use CBMEM console in bootblockStefan Reinauer2013-07-101-1/+1
* ARMv7: Drop duplicate call to bootblock_cpu_init()Stefan Reinauer2013-07-101-3/+0
* ARM: Don't leave alignment checking on after the exception test.Gabe Black2013-07-101-3/+5
* arm: Fix memory barrier usage in IO operationHung-Te Lin2013-07-101-6/+6
* armv7a: Enable native memcpy / memsetStefan Reinauer2013-07-102-2/+15
* ARM: Tell the linker memset and memcpy are functions.Gabe Black2013-07-102-0/+2