aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm1136
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-2/+3
2020-05-18common: Drop init.h from common headerSimon Glass4-0/+4
2020-05-18common: 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-26linker: 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-07spl: 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-23treewide: 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-12arm: 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-12arm1136/arm1176: Merge cache handling codeAlexander Stein2-151/+1
2015-08-12arm1136: 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-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-28/+5
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-27/+0
2014-02-26arm: 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-24ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada1-7/+0
2013-10-31ARM: convert makefiles to Kbuild styleMasahiro Yamada3-73/+8
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-09-23ARM: refactor compiler options in config.mkMasahiro Yamada1-1/+0
2013-08-15ARM: 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