aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm/include
AgeCommit message (Expand)Author
2021-02-04src: Remove useless comments in "includes" linesElyes HAOUAS
2020-07-26smp/spinlock: Do not define barrier() globallyKyösti Mälkki
2020-07-26arch/x86: Move cpu_relax()Kyösti Mälkki
2020-07-14src: Remove unused 'include <stdint.h>Elyes HAOUAS
2020-07-14src: Remove unused 'include <types.h>'Elyes HAOUAS
2020-07-09arch/arm/include/smp/spinlock.h: Drop dead codeAngel Pons
2020-07-07armv7: mmu: Use 'tlbimva' to invalidate TLB entriesSam Lewis
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-03-06src/arch/arm: Convert to SPDX license headerPatrick Georgi
2019-11-30arch/*/*/early_variables.h: drop unused filesArthur Heymans
2019-11-28arch/arm/include: Remove unused armv7 types.hJacob Garber
2019-11-03arch/arm: Pass cbmem_top to ramstage via calling argumentArthur Heymans
2019-09-28arch/arm,mips: Use generic PCI MMCONFKyösti Mälkki
2019-09-09arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki
2019-08-26AUTHORS: Move src/arch/arm copyrights into AUTHORS fileMartin Roth
2019-08-20arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki
2019-07-12arch, include, soc: Use common stdint.hJacob Garber
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Separate MMIO and PNP opsKyösti Mälkki
2019-01-04src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'Elyes HAOUAS
2019-01-04src: Get rid of device_tElyes HAOUAS
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-19arch/arm/include/armv7/arch: Remove dead codeElyes HAOUAS
2018-09-14complier.h: add __always_inline and use it in code baseAaron Durbin
2018-07-02src: Get rid of unneeded whitespaceElyes HAOUAS
2018-05-22Introduce bootblock self-decompressionJulius Werner
2018-05-14pci: Fix compilation on non x86Patrick Rudolph
2017-11-23Constify struct cpu_device_id instancesJonathan Neuschäfer
2017-07-07arch/*: Update Kconfig symbol usageMartin Roth
2017-06-02arch/arm/include/armv7/arch: Correct keyword organization in cpu.hLogan Carlson
2017-06-02arch/arm: Correct checkpatch errorsLogan Carlson
2016-12-08buildsystem: Drop explicit (k)config.h includesKyösti Mälkki
2016-09-12src/arch: Improve code formattingElyes HAOUAS
2016-05-02lib/coreboot_table: use the architecture dependent table sizeAaron Durbin
2016-05-02arch: introduce architecture dependent common variablesAaron Durbin
2016-03-23armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski
2016-02-11arches: lib: add main_decl.h for main() declarationAaron Durbin
2016-02-11arch: remove stage_exit()Aaron Durbin
2016-01-26src/arch: Update license headers missing paragraph 2Martin Roth
2016-01-18header files: Fix guard name comments to match guard namesMartin Roth
2016-01-13arch/arm: add missing license headersMartin Roth
2015-11-11arm/arm64: Generalize bootblock C entry pointJulius Werner
2015-11-11armv7: mmu: Make fine grained page tables work across stagesJulius Werner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-17armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski
2015-09-07Drop "See file CREDITS..." commentStefan Reinauer
2015-07-29arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner
2015-06-09cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki
2015-06-05lib: Unify log2() and related functionsJulius Werner
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-22arch/armv7: Add API to disable MMU pages.Deepa Dinamani
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-21arm(64): Change write32() argument order to match x86Julius Werner
2015-04-21arm(64): Replace write32() and friends with writel()Julius Werner
2015-04-17rk3288: Handle framebuffer through memlayout, not the resource systemJulius Werner
2015-04-14rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGEJulius Werner
2015-04-13arm: Add bootblock_mainboard_early_init() for pre-console initializationJulius Werner
2015-04-08arm: Dump additional fault registers in abort handlersJulius Werner
2015-04-08armv7: Add fine-grained page table supportJulius Werner
2015-04-07arm: Include types.h in clock.hPatrick Georgi
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-03-27armv4: Build in SMP settings with non-SMP armv4 CPUsPatrick Georgi
2015-03-02coreboot arm: Define function for setting cntfrq registerFurquan Shaikh
2015-02-02src/arch/*/include/stdint.h: Provide definitions for bool typeAlexandru Gagniuc
2015-01-27CBMEM: Tidy up CAR migrationKyösti Mälkki
2015-01-27CBMEM console: Fix CAR migration stepKyösti Mälkki
2014-12-30ipq/arm: Redesign hooks for bootblockVadim Bendebury
2014-12-19cpu/armltd/cortex-a9: Remove stub func dead codeEdward O'Callaghan
2014-12-17ARM: Use LPAE for Virtual Address TranslationDaisuke Nojiri
2014-11-13arm: Put assembly functions into separate sectionsJulius Werner
2014-11-10arm: Redesign, clarify and clean up cache related codeJulius Werner
2014-11-09arm: Thumb ALL the things!Julius Werner
2014-10-07cbmem console: Locate the preram console with a symbol instead of a section.Gabe Black
2014-09-22arm: Update mem* functions to newer versionsJulius Werner
2014-09-22arm: Move libgcc assembly macros to arch/asm.hJulius Werner
2014-09-15arm: Remove CAR_MIGRATE Kconfig and associated cruftJulius Werner
2014-09-13arm: Move exception_init() close to console_init()Julius Werner
2014-09-11tegra124/nyan: rougly stable code baseGabe Black
2014-09-09ARMv4: Add a minimal version of cpu.h.Gabe Black
2014-09-09ARM: Add an ARMv4 architecture version.Gabe Black
2014-09-08ARM: Generalize armv7 as arm.Gabe Black