aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
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 Rini2-5/+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
2017-02-23ARM: uniphier: move spl_boot_mode() to a separate fileMasahiro Yamada3-24/+35
2017-02-23ARM: uniphier: move MMC code to a separate fileMasahiro Yamada3-38/+47
2017-02-23ARM: dts: uniphier: drop u-boot, dm-pre-reloc from system-bus pinctrl nodeMasahiro Yamada2-8/+0
2017-02-23ARM: uniphier: remove DRAM base address from board parametersMasahiro Yamada6-57/+36
2017-02-23ARM: uniphier: print Support Card info very lateMasahiro Yamada1-7/+4
2017-02-23ARM: uniphier: skip memreserve of unused DRAM bank of LD20Masahiro Yamada1-0/+3
2017-02-23ARM: uniphier: correct spelling of "invalid"Masahiro Yamada1-3/+3
2017-02-23ARM: uniphier: skip MEMCONF ch2 parsing if CH2_DISABLE bit is setMasahiro Yamada1-1/+1
2017-02-23ARM: uniphier: revive accidentally removed dcache_disable()Masahiro Yamada1-0/+4
2017-02-17ARM: DRA7xx: Fix memory allocation overflowAndrew F. Davis1-1/+1
2017-02-17SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to KconfigDalon Westergreen1-0/+1
2017-02-17SPL: add support to boot from a partition typeDalon Westergreen1-0/+6
2017-02-17arm: omap5: Fix generation of reserved-memory DT nodeAndrew F. Davis1-1/+6
2017-02-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada2-4/+4
2017-02-11Merge git://git.denx.de/u-boot-rockchipTom Rini6-65/+65
2017-02-09rockchip: rename miniarm to tinker boardEddie Cai5-10/+10
2017-02-09rockchip: dts: rk3288: correct sdram setting for miniarmJacob Chen1-8/+8
2017-02-09Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-2/+2
2017-02-09Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-8/+142
2017-02-09arm: dts: trats: add the pmic node for using DMJaehoon Chung1-8/+142
2017-02-08Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini3-0/+9
2017-02-08Merge git://git.denx.de/u-boot-dmTom Rini2-2/+2
2017-02-08cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to KconfigMasahiro Yamada1-0/+1
2017-02-08arm64: fix comment in relocate_64.SMasahiro Yamada1-1/+1
2017-02-08ARM: dts: k2*: Rename the k2* files to keystone-k2* filesLokesh Vutla16-20/+20
2017-02-08arm64: use store with auto-incrementMasahiro Yamada1-2/+1
2017-02-08arm64: use xzr to zero-out the bss sectionMasahiro Yamada1-2/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass2-2/+2
2017-02-08arm: socfpga: set the mpuclk divider in the Altera group registerDinh Nguyen3-0/+9
2017-02-07net: phy: dp83867: Add support for MAC impedance configurationMugunthan V N1-2/+2
2017-02-03Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini6-24/+30
2017-02-03arch: arm: update the IFC IP input clockPrabhakar Kushwaha3-24/+5
2017-02-03board: freescale: ls1012a: Enable secure DDR on LS1012A platformsPrabhakar Kushwaha1-0/+3
2017-02-01Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini14-30/+3075
2017-02-01Merge git://www.denx.de/git/u-boot-marvellTom Rini9-2/+382
2017-02-01arm: mvebu: Implement secure bootMario Six5-0/+371