summaryrefslogtreecommitdiffstats
path: root/src/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* arch: only print cbmem entries in one placeAaron Durbin2016-04-211-3/+0
* arch: use Kconfig variable for coreboot table sizeAaron Durbin2016-04-211-1/+1
* armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski2016-03-231-15/+6
* Makefile: Add build-time overlap check for programs loaded after corebootJulius Werner2016-03-091-0/+4
* die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko2016-02-221-0/+5
* lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin2016-02-191-0/+4
* timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner2016-02-122-52/+2
* arches: lib: add main_decl.h for main() declarationAaron Durbin2016-02-111-1/+1
* arch: remove stage_exit()Aaron Durbin2016-02-112-17/+0
* Makefile: Make full use of src-to-obj macroNico Huber2016-01-281-5/+5
* src/arch: Update license headers missing paragraph 2Martin Roth2016-01-269-0/+45
* console: Simplify bootblock console Kconfig selection logicAlexandru Gagniuc2016-01-211-0/+1
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-182-2/+2