summaryrefslogtreecommitdiffstats
path: root/src/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* arch/arm: add missing license headersMartin Roth2016-01-138-0/+104
* Correct some common spelling mistakesMartin Roth2016-01-071-1/+1
* build system: Add more files through cbfs-files instead of manual rulesPatrick Georgi2015-12-021-1/+0
* rules.h: Add ENV_ macros to detect current architectureJulius Werner2015-11-172-34/+26
* arm/arm64: Generalize bootblock C entry pointJulius Werner2015-11-115-83/+3
* armv7: mmu: Make fine grained page tables work across stagesJulius Werner2015-11-112-8/+21
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3131-124/+3
* armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski2015-10-171-6/+15
* vboot: remove remnants of VBOOT_STUBAaron Durbin2015-10-111-2/+0
* linking: add and use LDFLAGS_commonAaron Durbin2015-09-091-4/+4
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-073-8/+0
* armv7/arm64: remove timestamp.cAaron Durbin2015-08-312-34/+0
* arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner2015-07-291-1/+3
* arm: add __umoddi3() to libgcc implementationStefan Reinauer2015-07-094-0/+99
* arm: enhance eabi compat functionsStefan Reinauer2015-07-091-2/+17
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-091-1/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-083-3/+0
* lib: Unify log2() and related functionsJulius Werner2015-06-051-55/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-3/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2130-41/+30
* build system: use archives, not linker action to shorten command linesPatrick Georgi2015-05-201-4/+4
* arm: update verstage linkingAaron Durbin2015-05-111-3/+4
* cache: Add arch_program_segment_loaded call to arm and arm64Furquan Shaikh2015-05-111-0/+10
* arm/armv7: drop merge left-overPatrick Georgi2015-04-301-2/+0
* vboot: split class in library and stagePatrick Georgi2015-04-303-2/+8
* arch/arm: only include subdirectories for ARM buildsPatrick Georgi2015-04-301-5/+3
* arm: guard verstage rulesAaron Durbin2015-04-281-0/+4
* vboot2: Build verstage archive, then use that for building the stagePatrick Georgi2015-04-281-2/+2
* arch/arm: Move inclusion of timestamps.c to the right directoryPatrick Georgi2015-04-282-2/+4
* arch/armv7: Add API to disable MMU pages.Deepa Dinamani2015-04-222-1/+24
* armv7: preserve bootblock invocation parameterVadim Bendebury2015-04-212-2/+25
* 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
* armv7: set CBFS header to zeroVadim Bendebury2015-04-171-0/+2
* armv7: work around hang in bootblock startup codeDaisuke Nojiri2015-04-171-1/+1