summaryrefslogtreecommitdiffstats
path: root/src/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* arch/arm/include/armv7/arch: Correct keyword organization in cpu.hLogan Carlson2017-06-021-8/+8
* arch/arm: Correct checkpatch errorsLogan Carlson2017-06-025-13/+13
* Remove libverstage as separate library and source file classJulius Werner2017-03-283-9/+2
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-082-2/+0
* src/arch: Improve code formattingElyes HAOUAS2016-09-123-50/+50
* arch/arm: Add armv7-r configurationHakim Giydan2016-09-124-3/+84
* src/arch: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-281-1/+1
* arch/arm & arm64: Remove unnecessary whitespace before "\n"Elyes HAOUAS2016-08-231-1/+1
* src/arch: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-313-3/+3
* arch/armv7: Fix end index calculation in mmu_config_range_kbVaradarajan Narayanan2016-05-091-1/+7
* build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi2016-05-031-4/+0
* 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
* lib: add common write_tables() implementationAaron Durbin2016-04-211-34/+0
* lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin2016-04-211-0/+4
* lib/bootmem: allow architecture specific bootmem rangesAaron Durbin2016-04-211-0/+5