summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/armv7
Commit message (Expand)AuthorAgeFilesLines
* arch to cpu: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* acpi,arch,commonlib: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* arch/arm/armv7: Disable generating neon FPU codeArthur Heymans2022-11-301-0/+1
* arm/armv7/Makefile.inc: Fix processing ld files with clangArthur Heymans2022-11-301-0/+6
* arch/arm/armv7: Don't set gcc specific options for clang buildsMartin Roth2022-11-161-1/+4
* src: remove force-included header rules.h from individual filesMartin Roth2022-09-061-1/+0
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-051-1/+1
* arch/arm/armv7/thread.c: Remove stale fileAngel Pons2021-02-221-110/+0
* symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner2020-08-271-3/+0
* src/arch: Drop unneeded empty linesElyes HAOUAS2020-08-241-1/+0
* mb/emulation/qemu-armv7: Fix boardPatrick Rudolph2020-08-031-2/+31
* arch/arm/armv7: Make null dcache_apply_all macro for userspaceMartin Roth2020-07-271-0/+15
* armv7: mmu: Use 'tlbimva' to invalidate TLB entriesSam Lewis2020-07-071-2/+2
* src: Remove redundant includesElyes HAOUAS2020-06-021-1/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-4/+0
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-131-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1111-11/+0
* src/arch/arm: Convert to SPDX license headerPatrick Georgi2020-03-0611-259/+23
* src/arch: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* arch/arm: Make ARM stages select ARCH_ARMArthur Heymans2019-08-291-10/+12
* AUTHORS: Move src/arch/arm copyrights into AUTHORS fileMartin Roth2019-08-267-23/+14
* arch, include, soc: Use common stdint.hJacob Garber2019-07-121-1/+1
* arch: Add missing #include <commonlib/helpers.h>Elyes HAOUAS2019-06-211-0/+1
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-2/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* src: Remove duplicated round up functionElyes HAOUAS2018-11-291-3/+3
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+1
* src/arch: Fix typoElyes HAOUAS2018-08-091-1/+1
* arch/arm/armv7: Fix coding styleElyes HAOUAS2018-06-144-12/+12
* Introduce bootblock self-decompressionJulius Werner2018-05-221-1/+10
* arch/arm/armv7: Correct checkpatch errorsLogan Carlson2017-07-213-7/+7
* arch/*: Update Kconfig symbol usageMartin Roth2017-07-071-1/+1
* Remove libverstage as separate library and source file classJulius Werner2017-03-281-6/+0
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* src/arch: Improve code formattingElyes HAOUAS2016-09-122-47/+47
* arch/arm: Add armv7-r configurationHakim Giydan2016-09-124-3/+84
* src/arch: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-281-1/+1
* src/arch: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-311-1/+1
* arch/armv7: Fix end index calculation in mmu_config_range_kbVaradarajan Narayanan2016-05-091-1/+7
* timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner2016-02-121-5/+2
* Correct some common spelling mistakesMartin Roth2016-01-071-1/+1
* rules.h: Add ENV_ macros to detect current architectureJulius Werner2015-11-171-22/+20
* arm/arm64: Generalize bootblock C entry pointJulius Werner2015-11-112-51/+2
* armv7: mmu: Make fine grained page tables work across stagesJulius Werner2015-11-111-7/+19
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-314-16/+0
* armv7/arm64: remove timestamp.cAaron Durbin2015-08-312-34/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-082-2/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-3/+0