summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* arch, include, soc: Use common stdint.hJacob Garber2019-07-121-110/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-082-5/+5
* arch/io.h: Separate MMIO and PNP opsKyösti Mälkki2019-03-042-6/+8
* 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
* Move compiler.h to commonlibNico Huber2018-10-081-2/+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: Get rid of unneeded whitespaceElyes HAOUAS2018-07-021-2/+2
* Introduce bootblock self-decompressionJulius Werner2018-05-221-1/+3
* pci: Fix compilation on non x86Patrick Rudolph2018-05-141-1/+15
* Constify struct cpu_device_id instancesJonathan Neuschäfer2017-11-231-1/+1
* arch/*: Update Kconfig symbol usageMartin Roth2017-07-072-6/+5
* arch/arm/include/armv7/arch: Correct keyword organization in cpu.hLogan Carlson2017-06-021-8/+8
* arch/arm: Correct checkpatch errorsLogan Carlson2017-06-023-10/+10
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* src/arch: Improve code formattingElyes HAOUAS2016-09-121-3/+3
* 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
* armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski2016-03-231-15/+6
* arches: lib: add main_decl.h for main() declarationAaron Durbin2016-02-111-1/+1
* arch: remove stage_exit()Aaron Durbin2016-02-111-1/+0
* src/arch: Update license headers missing paragraph 2Martin Roth2016-01-262-0/+10
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-181-1/+1
* arch/arm: add missing license headersMartin Roth2016-01-137-0/+91
* arm/arm64: Generalize bootblock C entry pointJulius Werner2015-11-111-24/+0
* armv7: mmu: Make fine grained page tables work across stagesJulius Werner2015-11-111-1/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3112-48/+0
* armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski2015-10-171-6/+15
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-072-5/+0
* arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner2015-07-291-1/+3
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-091-1/+0
* lib: Unify log2() and related functionsJulius Werner2015-06-051-55/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2113-16/+13
* arch/armv7: Add API to disable MMU pages.Deepa Dinamani2015-04-221-0/+2
* Unify byte order macros and clrsetbitsJulius Werner2015-04-214-123/+8
* arm(64): Change write32() argument order to match x86Julius Werner2015-04-213-9/+9
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-211-0/+2
* rk3288: Handle framebuffer through memlayout, not the resource systemJulius Werner2015-04-171-2/+9
* rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGEJulius Werner2015-04-141-1/+1
* arm: Add bootblock_mainboard_early_init() for pre-console initializationJulius Werner2015-04-131-0/+1
* arm: Dump additional fault registers in abort handlersJulius Werner2015-04-081-0/+48
* armv7: Add fine-grained page table supportJulius Werner2015-04-083-22/+13
* arm: Include types.h in clock.hPatrick Georgi2015-04-071-0/+2
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-063-1/+72
* armv4: Build in SMP settings with non-SMP armv4 CPUsPatrick Georgi2015-03-271-0/+15
* coreboot arm: Define function for setting cntfrq registerFurquan Shaikh2015-03-021-0/+25
* src/arch/*/include/stdint.h: Provide definitions for bool typeAlexandru Gagniuc2015-02-021-0/+4
* CBMEM: Tidy up CAR migrationKyösti Mälkki2015-01-271-1/+0
* CBMEM console: Fix CAR migration stepKyösti Mälkki2015-01-271-0/+1