summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* src, util: Update toolchain.inc references to .mkMartin Roth2024-01-261-1/+1
* tree: Drop repeated wordsAlexander Goncharov2023-02-071-1/+1
* src: remove force-included header rules.h from individual filesMartin Roth2022-09-061-2/+0
* arch/arm{64}/include: Remove unused 'boot.h' fileElyes Haouas2022-05-311-10/+0
* device/mmio.h: Move readXp/writeXp helpers to device/mmio.hJianjun Wang2022-03-082-0/+12
* arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relaxRaul E Rangel2021-11-252-0/+4
* Add ENV_STAGE_SUPPORTS_SMP to clean up spinlock stubsKyösti Mälkki2021-11-131-15/+0
* arch/{arm,ppc64,riscv}: Remove cpu_infoRaul E Rangel2021-07-261-1/+0
* src: Remove useless comments in "includes" linesElyes HAOUAS2021-02-041-1/+1
* smp/spinlock: Do not define barrier() globallyKyösti Mälkki2020-07-261-1/+0
* arch/x86: Move cpu_relax()Kyösti Mälkki2020-07-261-1/+0
* src: Remove unused 'include <stdint.h>Elyes HAOUAS2020-07-141-1/+0
* src: Remove unused 'include <types.h>'Elyes HAOUAS2020-07-141-1/+0
* arch/arm/include/smp/spinlock.h: Drop dead codeAngel Pons2020-07-091-54/+0
* armv7: mmu: Use 'tlbimva' to invalidate TLB entriesSam Lewis2020-07-071-3/+3
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1122-22/+0
* src/arch/arm: Convert to SPDX license headerPatrick Georgi2020-03-0622-329/+46
* arch/*/*/early_variables.h: drop unused filesArthur Heymans2019-11-301-26/+0
* arch/arm/include: Remove unused armv7 types.hJacob Garber2019-11-281-59/+0
* arch/arm: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-031-1/+2
* arch/arm,mips: Use generic PCI MMCONFKyösti Mälkki2019-09-281-11/+1
* arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki2019-09-091-1/+3
* AUTHORS: Move src/arch/arm copyrights into AUTHORS fileMartin Roth2019-08-2615-55/+9
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-5/+1
* arch, include, soc: Use common stdint.hJacob Garber2019-07-121-110/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-082-5/+5
* arch/io.h: Separate MMIO and PNP opsKyösti Mälkki2019-03-042-6/+8
* src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'Elyes HAOUAS2019-01-041-2/+1
* src: Get rid of device_tElyes HAOUAS2019-01-041-3/+0
* Move compiler.h to commonlibNico Huber2018-10-081-2/+0
* arch/arm/include/armv7/arch: Remove dead codeElyes HAOUAS2018-09-191-10/+0
* complier.h: add __always_inline and use it in code baseAaron Durbin2018-09-142-3/+5
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-07-021-2/+2
* Introduce bootblock self-decompressionJulius Werner2018-05-221-1/+3
* pci: Fix compilation on non x86Patrick Rudolph2018-05-141-1/+15
* Constify struct cpu_device_id instancesJonathan Neuschäfer2017-11-231-1/+1
* arch/*: Update Kconfig symbol usageMartin Roth2017-07-072-6/+5
* arch/arm/include/armv7/arch: Correct keyword organization in cpu.hLogan Carlson2017-06-021-8/+8
* arch/arm: Correct checkpatch errorsLogan Carlson2017-06-023-10/+10
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* src/arch: Improve code formattingElyes HAOUAS2016-09-121-3/+3
* lib/coreboot_table: use the architecture dependent table sizeAaron Durbin2016-05-021-0/+2
* arch: introduce architecture dependent common variablesAaron Durbin2016-05-021-0/+26
* armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski2016-03-231-15/+6
* arches: lib: add main_decl.h for main() declarationAaron Durbin2016-02-111-1/+1
* arch: remove stage_exit()Aaron Durbin2016-02-111-1/+0
* src/arch: Update license headers missing paragraph 2Martin Roth2016-01-262-0/+10
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-181-1/+1
* arch/arm: add missing license headersMartin Roth2016-01-137-0/+91
* arm/arm64: Generalize bootblock C entry pointJulius Werner2015-11-111-24/+0