aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
AgeCommit message (Expand)AuthorFilesLines
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass1-1/+1
2016-09-23ARM: uniphier: add PLL init code for LD11 SoCMasahiro Yamada7-7/+71
2016-09-23ARM: uniphier: move CONFIG_SPL_* to defconfig or selectMasahiro Yamada1-15/+0
2016-09-18Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini54-1018/+1086
2016-09-19ARM: uniphier: update DRAM init code for LD20 SoCMasahiro Yamada2-62/+447
2016-09-19ARM: uniphier: add PLL init code for LD20 SoCMasahiro Yamada9-5/+234
2016-09-19ARM: uniphier: collect clock/PLL init code into a single directoryMasahiro Yamada13-24/+18
2016-09-19ARM: uniphier: move PLL init code to U-Boot proper where possibleMasahiro Yamada19-495/+365
2016-09-18ARM: uniphier: rename CONFIG_DPLL_SSC_RATE_1PERMasahiro Yamada1-1/+1
2016-09-18ARM: uniphier: move XIRQ pin-mux settings of LD11/LD20Masahiro Yamada5-31/+10
2016-09-18ARM: uniphier: consolidate System Bus pin-mux settings for LD11/LD20Masahiro Yamada6-44/+5
2016-09-18ARM: uniphier: consolidate NAND pin-mux settingsMasahiro Yamada13-274/+51
2016-09-18ARM: uniphier: remove ad-hoc pin-mux code for sLD3Masahiro Yamada5-58/+0
2016-09-18ARM: uniphier: remove redundant pin-muxing for EA24 pin of sLD3 SoCMasahiro Yamada1-2/+0
2016-09-16Convert CONFIG_SPL_SERIAL_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_NAND_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_MMC_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_LIBGENERIC_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_LIBCOMMON_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-17ARM: uniphier: introduce flags to adjust DRAM timing for LD20/LD21Masahiro Yamada2-4/+32
2016-09-17ARM: uniphier: fix DRAM size of LD21 SoC packageMasahiro Yamada1-1/+1
2016-09-14ARM: uniphier: merge board init functions into board_init()Masahiro Yamada5-40/+16
2016-09-14ARM: uniphier: use checkboard() instead of misc_init_f()Masahiro Yamada4-24/+7
2016-09-14ARM: uniphier: remove IECTRL setup code of LD4 SoCMasahiro Yamada1-6/+0
2016-09-14ARM: uniphier: delete unnecessary xHCI pin-mux settingsMasahiro Yamada5-48/+0
2016-09-07ARM: armv7: move CONFIG_ARMV7_PSCI to KconfigMasahiro Yamada1-0/+1
2016-08-28Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini3-4/+26
2016-08-28ARM: uniphier: display revision of Micro Support Card 3.6.x kindlyMasahiro Yamada1-2/+9
2016-08-28ARM: uniphier: support system reset functionality for PSCIMasahiro Yamada2-2/+17
2016-08-26treewide: fix "followings" to "following"Masahiro Yamada2-2/+2
2016-08-26ARM: Move SYS_CACHELINE_SIZE over to KconfigTom Rini1-0/+1
2016-08-11ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCsMasahiro Yamada7-2/+269
2016-08-11ARM: uniphier: add uniphier_cache_set_active_ways()Masahiro Yamada2-1/+22
2016-08-11ARM: uniphier: add uniphier_cache_inv_way() to support way invalidationMasahiro Yamada2-1/+10
2016-08-11ARM: uniphier: move (and rename) CONFIG_UNIPHIER_L2CACHE_ON to KconfigMasahiro Yamada2-1/+8
2016-08-11ARM: uniphier: move outer cache register macros to .c fileMasahiro Yamada2-69/+55
2016-08-11ARM: uniphier: reuse uniphier_cache_disable() for lowlevel_initMasahiro Yamada1-7/+3
2016-08-11ARM: uniphier: export uniphier_cache_enable/disable functionsMasahiro Yamada2-10/+26
2016-08-11ARM: uniphier: move lowlevel debug init code after page table switchMasahiro Yamada1-4/+4
2016-08-11ARM: uniphier: fix ROM boot mode for PH1-sLD3Masahiro Yamada1-0/+5
2016-08-11ARM: uniphier: refactor L2 zero-touching code in lowlevel_initMasahiro Yamada1-26/+22
2016-08-11ARM: uniphier: do not compile v7_outer_cache_disable if L2 is disabledMasahiro Yamada1-1/+1
2016-08-11ARM: uniphier: support prefetch and touch operations for outer cacheMasahiro Yamada2-10/+57
2016-08-11ARM: uniphier: refactor outer cache codeMasahiro Yamada1-47/+52
2016-07-24ARM: uniphier: add clock/reset settings for xHCI of ProXstream2Masahiro Yamada2-2/+13
2016-07-24ARM: uniphier: add PH1-LD21 board dataMasahiro Yamada2-0/+19
2016-07-24ARM: uniphier: introduce flags to uniphier_board_data structureMasahiro Yamada5-11/+20
2016-07-24ARM: uniphier: rename outer-cache register macrosMasahiro Yamada6-216/+230
2016-07-24ARM: uniphier: clear notification flag before L2 operationMasahiro Yamada1-6/+6
2016-07-24ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada4-21/+19