summaryrefslogtreecommitdiffstats
path: root/src/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-084-9/+9
* arch/io.h: Separate MMIO and PNP opsKyösti Mälkki2019-03-042-6/+8
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-221-3/+3
* 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
* arch/arm/memmove.S: Use tabs instead of white spacesElyes HAOUAS2018-12-241-21/+21
* 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
* selfboot: remove bounce buffersRonald G. Minnich2018-10-111-5/+0
* Move compiler.h to commonlibNico Huber2018-10-082-3/+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/arch: Fix typoElyes HAOUAS2018-08-091-1/+1
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-07-021-2/+2
* arch/arm/armv7: Fix coding styleElyes HAOUAS2018-06-144-12/+12
* Introduce bootblock self-decompressionJulius Werner2018-05-224-4/+29
* pci: Fix compilation on non x86Patrick Rudolph2018-05-141-1/+15
* lib/bootmem: Add more bootmem tagsPatrick Rudolph2018-05-041-0/+11
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* Constify struct cpu_device_id instancesJonathan Neuschäfer2017-11-231-1/+1
* src/arch: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-251-4/+4
* arch/arm/armv7: Correct checkpatch errorsLogan Carlson2017-07-213-7/+7
* arch/*: Update Kconfig symbol usageMartin Roth2017-07-073-7/+6