summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm1136
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu1-5/+5
2019-01-27linker: Modify linker scripts to be more genericTom Rini1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini13-29/+13
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-02-08spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski1-21/+0
2018-01-10build: Drop CONFIG_SPL_BUILD guards in some casesTom Rini2-8/+2
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2-2/+2
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut1-1/+1
2016-06-13arm: Allow skipping of low-level init with I-cache onSimon Glass1-0/+2
2016-02-29ARM: start.S: fix typoYuichiro Goto1-1/+1
2015-09-02imx: mx31 use new formula for get_cpu_revPeng Fan1-1/+1
2015-08-13arm1136/arm1176: Merge cache handling codeAlexander Stein2-151/+1
2015-08-13arm1136: Remove dead codeAlexander Stein1-10/+0
2015-03-27ARM: move -march=* and -mtune= options to arch/arm/MakefileMasahiro Yamada1-9/+0
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2015-03-02mx35: Fix boot hang by avoiding vector relocationFabio Estevam2-0/+27
2015-03-02mx31: Fix boot hang by avoiding vector relocationFabio Estevam2-0/+27
2014-11-23kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada1-1/+2
2014-11-23kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada1-0/+2
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET1-1/+1
2014-09-16arm: mx35: use common timer functionsAndrew Ruder1-83/+0
2014-09-16arm: mx31: use common timer functionsAndrew Ruder1-102/+2
2014-08-30arm: Add missing .vectors section to linker scriptsBenoît Thébaudeau1-0/+1
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD1-241/+1
2014-05-15arm: remove unused _end_vect and _vectors_end symbolsAlbert ARIBAUD1-2/+0
2014-05-15arm1136: move cache code from start.S to cache.cAlbert ARIBAUD1-10/+0
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada1-71/+0
2014-02-27Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-28/+5
2014-02-27arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-27/+0
2014-02-27arm: make _end compiler-generatedAlbert ARIBAUD1-1/+5
2014-02-25kbuild: refactor more IMX image rulesMasahiro Yamada1-10/+0
2014-02-25kbuild: use shorten logs for IMX imagesMasahiro Yamada1-1/+1
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-1/+1
2014-01-25ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada1-7/+0
2013-10-31ARM: convert makefiles to Kbuild styleMasahiro Yamada3-73/+8
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-09-23ARM: refactor compiler options in config.mkMasahiro Yamada1-1/+0
2013-08-16ARM: omap24xx: remove remainders of dead boardMasahiro Yamada3-193/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk17-276/+17
2013-06-10arm: Remove OMAP2420H4 and all omap24xx supportTom Rini1-18/+0
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD1-76/+0
2013-05-30arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD1-8/+3
2013-05-05imx: mx35: Remove legacy iomux supportBenoît Thébaudeau2-115/+0
2013-04-16mx35 iomux: correct offsets of IOMUX registersPhilip Paeps1-2/+2
2013-04-13BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi1-1/+2
2013-04-12arm: Make all linker scripts compatible with per-symbol sectionsBenoît Thébaudeau1-1/+1
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau1-4/+2
2013-04-12imx: Fix automatic make targets for imx imagesBenoît Thébaudeau1-0/+7