summaryrefslogtreecommitdiffstats
path: root/src/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOADJulius Werner2022-06-011-1/+1
* 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
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-051-1/+1
* arch/{arm,ppc64,riscv}: Remove cpu_infoRaul E Rangel2021-07-263-21/+0
* arch/arm/armv7/thread.c: Remove stale fileAngel Pons2021-02-221-110/+0
* src/arch: Remove unused <console/console.h>Elyes HAOUAS2021-02-151-1/+0
* src: Remove useless comments in "includes" linesElyes HAOUAS2021-02-041-1/+1
* arch/arm: Replace .id section with build_info in CBFSKyösti Mälkki2020-12-172-26/+0
* Drop many cases of .previous directive useKyösti Mälkki2020-12-111-1/+0
* arch/arm: Add support for loading Linux kernelsSam Lewis2020-09-213-2/+42
* symbols: Change implementation details of DECLARE_OPTIONAL_REGION()Julius Werner2020-08-272-5/+0
* src/arch: Drop unneeded empty linesElyes HAOUAS2020-08-243-3/+0
* arch/arm: Enable FIT payloadsSam Lewis2020-08-192-0/+91
* 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
* 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-072-5/+5
* treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh2020-06-131-5/+5
* src: Remove redundant includesElyes HAOUAS2020-06-021-1/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-184-15/+0
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-132-2/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1159-59/+0
* src: Remove unneeded 'include <arch/cache.h>'Elyes HAOUAS2020-03-101-1/+0
* arch/arm: Use 'print("%s...", __func__)'Elyes HAOUAS2020-03-091-1/+1
* src/arch/arm: Convert to SPDX license headerPatrick Georgi2020-03-0659-1004/+123
* src/arch: Remove unused <stdlib.h>Elyes HAOUAS2019-12-192-2/+0
* src/arch/arm: Remove unused 'include <stdint.h>'Elyes HAOUAS2019-12-191-1/+0
* 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
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-251-1/+0
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-231-2/+2
* lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARGArthur Heymans2019-11-101-1/+0
* arch/arm: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-033-2/+7
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-1/+1
* 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
* arch/arm: Make ARM stages select ARCH_ARMArthur Heymans2019-08-293-19/+19
* AUTHORS: Move src/arch/arm copyrights into AUTHORS fileMartin Roth2019-08-2641-166/+75
* 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-122-111/+1
* arch: Add missing #include <commonlib/helpers.h>Elyes HAOUAS2019-06-212-0/+2
* arch/arm/cpu: use ALIGN_UP instead of ALIGN for better readabilityFelix Held2019-06-211-1/+1
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-2/+2