summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
AgeCommit message (Expand)Author
2017-01-22ARM: uniphier: add PXs3 SoC supportMasahiro Yamada
2017-01-22ARM: uniphier: add macro to generate SoC data look-up functionMasahiro Yamada
2017-01-22ARM: uniphier: simplify SoC ID get functionMasahiro Yamada
2017-01-22ARM: uniphier: replace <common.h> with <linux/delay.h> where possibleMasahiro Yamada
2017-01-22ARM: uniphier: replace <linux/err.h> with <linux/errno.h>Masahiro Yamada
2017-01-22ARM: uniphier: make SPL optional for ARVv8 SoCsMasahiro Yamada
2017-01-22ARM: uniphier: add missing static and const qualifierMasahiro Yamada
2017-01-22ARM: uniphier: fix delay fixup code in LD11 UMC initKotaro Hayashi
2017-01-22ARM: uniphier: update UMC_MEMMAPSET value for LD20 SoCWataru Okoshi
2017-01-18ARM: uniphier: move SBC and Support Card init code to U-Boot properMasahiro Yamada
2017-01-18ARM: uniphier: refactor spl_init_board()Masahiro Yamada
2017-01-18ARM: uniphier: refactor board_init()Masahiro Yamada
2017-01-17ARM: uniphier: make BCU init into void functionMasahiro Yamada
2017-01-17ARM: uniphier: refactor Support Card init codeMasahiro Yamada
2017-01-17ARM: uniphier: refactor SBC init codeMasahiro Yamada
2017-01-17ARM: uniphier: refactor MEMCONF init codeMasahiro Yamada
2017-01-17ARM: uniphier: split out UMC clock enableMasahiro Yamada
2017-01-17ARM: uniphier: remove unneeded argument of uniphier_ld20_pll_init()Masahiro Yamada
2016-12-12Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini
2016-12-10ARM: uniphier: remove unneeded parenthesesMasahiro Yamada
2016-12-10ARM: uniphier: remove unneeded initializerMasahiro Yamada
2016-12-09spl: uniphier: Drop spl_board_announce_boot_device()Simon Glass
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass
2016-10-29ARM: uniphier: update DRAM init code for LD11 SoCMasahiro Yamada
2016-10-29ARM: uniphier: support DDR PHY parameter dump command for LD11Masahiro Yamada
2016-10-29ARM: uniphier: refactor DDR PHY parameter dump commandMasahiro Yamada
2016-10-29ARM: uniphier: rework existing DDR PHY code to reuse for LD11 SoCMasahiro Yamada
2016-10-29ARM: uniphier: do not run harmful code for USB boot mode of LD11 ES3Masahiro Yamada
2016-10-29ARM: uniphier: enable clocks to MIO/STDMAC on LD11 if USB is enabledMasahiro Yamada
2016-10-29ARM: uniphier: fix DRAM init poll address for LD4, Pro4, sLD8Masahiro Yamada
2016-10-29ARM: uniphier: rename ddrphy-ld20-regs.h to ddruqphy-regs.hMasahiro Yamada
2016-10-29ARM: uniphier: update DRAM init code for LD20 SoC (3rd)Masahiro Yamada
2016-10-29ARM: uniphier: remove unused board attribute macrosMasahiro Yamada
2016-10-29ARM: uniphier: enable SSC for more PLLs for LD20 SoCMasahiro Yamada
2016-10-29ARM: uniphier: remove unneeded mdelay() in PLL setting functionMasahiro Yamada
2016-10-29ARM: uniphier: adjust fdt_file environment handling to latest LinuxMasahiro Yamada
2016-10-18ARM: uniphier: remove unnecessary EHCI reset deassertionMasahiro Yamada
2016-10-18ARM: dts: uniphier: sync DT with latest LinuxMasahiro Yamada
2016-10-18ARM: uniphier: fix addresses of Cortex-A72 gear setting macrosMasahiro Yamada
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-10-10ARM: uniphier: insert udelay() just before support_card_reset_deassert()Masahiro Yamada
2016-10-10ARM: uniphier: add work-around for VBO noise problemMasahiro Yamada
2016-10-10ARM: uniphier: update DRAM init code for LD20 SoC (2nd)Masahiro Yamada
2016-10-10ARM: uniphier: enable SSC for DPLL (DRAM PLL) on LD11 SoCMasahiro Yamada
2016-10-10ARM: uniphier: do not setup pins for System Bus on NAND boot modeMasahiro Yamada
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass
2016-10-06spl: Convert spl_board_load_image() to use linker listSimon Glass
2016-10-06spl: Convert boot_device into a structSimon Glass
2016-10-06spl: Add a parameter to spl_parse_image_header()Simon Glass
2016-09-23ARM: uniphier: add PLL init code for LD11 SoCMasahiro Yamada