aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-03-17clk: stm32f7: add clock driver for stm32f7 familyVikas Manocha3-278/+1
2017-03-17arm: use common instructions applicable to armv7m & other arm archsVikas Manocha1-18/+7
2017-03-17arm: Update our 'ret' assembler macro slightlyTom Rini1-4/+4
2017-03-17kirkwood: remove get_random_hex() and MD5 dependencyAndre Przywara2-2/+0
2017-03-16Merge tag 'xilinx-for-v2017.05' of git://www.denx.de/git/u-boot-microblazeTom Rini9-668/+94
2017-03-16Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini13-56/+482
2017-03-14board: Add STMicroelectronics STiH410-B2260 supportPatrice Chotard1-0/+25
2017-03-14STiH410-B2260: Add device treePatrice Chotard9-0/+3740
2017-03-14STiH410: Add STi SDHCI driverPatrice Chotard2-0/+70
2017-03-14gpio: do not include <asm/arch/gpio.h> for ARCH_STIPatrice Chotard1-1/+1
2017-03-14STiH410: Add STi serial driverPatrice Chotard1-0/+2
2017-03-14arm: Add support for STMicroelectronics STiH410 socPatrice Chotard2-0/+15
2017-03-14armv7m: Add SysTick timer driverPhil Edworthy2-0/+118
2017-03-14arm: omap3: Bring back ARM errata workaround 725233Siarhei Siamashka4-0/+28
2017-03-14arm: omap3: Compile clock.c with -marm option to unbreak OMAP3530Siarhei Siamashka1-0/+3
2017-03-14LS1021ATWR: Modify u-boot size for sd secure bootVinitha Pillai1-2/+2
2017-03-14armv8: fsl-lsch3: Update VID supportPriyanka Jain1-2/+2
2017-03-14armv8: fsl-layerscape: Updates DCFG register mapPriyanka Jain1-19/+46
2017-03-14armv8: fsl-lsch2: add workaround for erratum A-010635Tang Yuantian1-2/+0
2017-03-14armv8: layerscape: Update early MMU for DDR after initializationYork Sun3-3/+87
2017-03-14armv8: mmu: Add a function to change mapping attributesYork Sun3-4/+74
2017-03-14armv8: ls2080a: Drop early MMU for SPL buildYork Sun1-3/+0
2017-03-14armv8: layerscape: Fix the sequence of changing MMU tableYork Sun1-11/+4
2017-03-14armv8: layerscape: Update MMU mapping with actual DDR sizeYork Sun1-2/+40
2017-03-14armv8: layerscape: Rewrite memory reservationYork Sun2-8/+194
2017-03-14armv8: ls2080a: Move CONFIG_SYS_MC_RSV_MEM_ALIGN to KconfigYork Sun1-0/+8
2017-03-14armv8: ls2080a: Move CONFIG_FSL_MC_ENET to KconfigYork Sun1-0/+8
2017-03-14armv8: Add global variable resv_ramYork Sun2-0/+17
2017-03-14ARM: dts: uniphier: more re-sync DT with LinuxMasahiro Yamada8-19/+22
2017-03-14ARM: dts: uniphier: fix no unit name warningsMasahiro Yamada16-29/+30
2017-03-14ARM: dts: uniphier: remove skeleton.dtsi inclusionMasahiro Yamada16-63/+63
2017-03-14ARM: uniphier: set DRAM_SPARSE flag for LD21 boardsMasahiro Yamada1-1/+1
2017-03-11arm: omap-common: Fix typo in CONFIG_OMAP54XX guardMatthijs van Duin1-1/+1
2017-03-11arm: OMAP2+: nandecc: propagate error to command return statusLadislav Michl3-20/+16
2017-03-09ARM: Migrate errata to KconfigTom Rini6-6/+85
2017-03-09omap4: Migrate to using implyTom Rini2-36/+12
2017-03-09omap3: Migrate to using implyTom Rini2-33/+11
2017-03-09TI: Migrate board/ti/common/Kconfig to implyTom Rini3-46/+39
2017-03-09am335x_evm: Switch to using imply keywordTom Rini1-0/+3
2017-03-09do_smhload: fix return codeRyan Harkin1-2/+2
2017-03-09Freescale/NXP: Migrate CONFIG_FSL_CAAM to defconfigsTom Rini3-10/+1
2017-03-01armv8: spl: Call spl_relocate_stack_gd for ARMv8Philipp Tomsich1-2/+12
2017-03-01armv5te: make 'ret lr' produce iinterworking 'bx lr'Albert ARIBAUD1-1/+1
2017-02-27arm: mach-omap2: Flush cache after FIT post-processing imageAndrew F. Davis1-0/+6
2017-02-23ARM: uniphier: set up charge pump current for MPLL of LD11 SoCMasahiro Yamada3-0/+24
2017-02-23ARM: uniphier: add simple eMMC load APIs instead of ROM APIMasahiro Yamada1-58/+195
2017-02-23ARM: uniphier: deassert RST_n of eMMC device for LD11/LD20Masahiro Yamada5-1/+25
2017-02-23ARM: uniphier: add DRAM PHY clock duty adjustment for LD20 SoCKotaro Hayashi1-2/+8
2017-02-23ARM: uniphier: remove dram_nr_ch from board parametersMasahiro Yamada5-26/+18
2017-02-23ARM: uniphier: rework spl_boot_device() and related codeMasahiro Yamada17-344/+312