aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm/include/armv4
AgeCommit message (Expand)Author
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-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-03-06src/arch/arm: Convert to SPDX license headerPatrick Georgi
2019-08-26AUTHORS: Move src/arch/arm copyrights into AUTHORS fileMartin Roth
2019-03-04arch/io.h: Separate MMIO and PNP opsKyösti Mälkki
2017-06-02arch/arm: Correct checkpatch errorsLogan Carlson
2016-12-08buildsystem: Drop explicit (k)config.h includesKyösti Mälkki
2016-01-26src/arch: Update license headers missing paragraph 2Martin Roth
2016-01-13arch/arm: add missing license headersMartin Roth
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-21arm(64): Change write32() argument order to match x86Julius Werner
2015-04-14rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGEJulius Werner
2015-04-08armv7: Add fine-grained page table supportJulius Werner
2015-03-27armv4: Build in SMP settings with non-SMP armv4 CPUsPatrick Georgi
2014-11-10arm: Redesign, clarify and clean up cache related codeJulius 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