summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
Commit message (Expand)AuthorAgeLines
* ARM: uniphier: add PXs3 SoC supportMasahiro Yamada2017-01-22-0/+27
* ARM: uniphier: add macro to generate SoC data look-up functionMasahiro Yamada2017-01-22-33/+23
* ARM: uniphier: simplify SoC ID get functionMasahiro Yamada2017-01-22-317/+214
* ARM: uniphier: replace <common.h> with <linux/delay.h> where possibleMasahiro Yamada2017-01-22-4/+5
* ARM: uniphier: replace <linux/err.h> with <linux/errno.h>Masahiro Yamada2017-01-22-14/+16
* ARM: uniphier: make SPL optional for ARVv8 SoCsMasahiro Yamada2017-01-22-20/+39
* ARM: uniphier: add missing static and const qualifierMasahiro Yamada2017-01-22-3/+3
* ARM: uniphier: fix delay fixup code in LD11 UMC initKotaro Hayashi2017-01-22-0/+1
* ARM: uniphier: update UMC_MEMMAPSET value for LD20 SoCWataru Okoshi2017-01-22-2/+2
* ARM: uniphier: move SBC and Support Card init code to U-Boot properMasahiro Yamada2017-01-18-27/+19
* ARM: uniphier: refactor spl_init_board()Masahiro Yamada2017-01-18-508/+250
* ARM: uniphier: refactor board_init()Masahiro Yamada2017-01-18-95/+141
* ARM: uniphier: make BCU init into void functionMasahiro Yamada2017-01-17-10/+10
* ARM: uniphier: refactor Support Card init codeMasahiro Yamada2017-01-17-28/+8
* ARM: uniphier: refactor SBC init codeMasahiro Yamada2017-01-17-110/+94
* ARM: uniphier: refactor MEMCONF init codeMasahiro Yamada2017-01-17-259/+176
* ARM: uniphier: split out UMC clock enableMasahiro Yamada2017-01-17-69/+97
* ARM: uniphier: remove unneeded argument of uniphier_ld20_pll_init()Masahiro Yamada2017-01-17-11/+3
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2016-12-12-5/+7
|\
| * ARM: uniphier: remove unneeded parenthesesMasahiro Yamada2016-12-10-3/+3
| * ARM: uniphier: remove unneeded initializerMasahiro Yamada2016-12-10-2/+4
* | spl: uniphier: Drop spl_board_announce_boot_device()Simon Glass2016-12-09-5/+0
* | spl: Add a name to the SPL load-image methodsSimon Glass2016-12-09-1/+1
|/
* ARM: uniphier: update DRAM init code for LD11 SoCMasahiro Yamada2016-10-29-23/+391
* ARM: uniphier: support DDR PHY parameter dump command for LD11Masahiro Yamada2016-10-29-6/+19
* ARM: uniphier: refactor DDR PHY parameter dump commandMasahiro Yamada2016-10-29-44/+50
* ARM: uniphier: rework existing DDR PHY code to reuse for LD11 SoCMasahiro Yamada2016-10-29-294/+302
* ARM: uniphier: do not run harmful code for USB boot mode of LD11 ES3Masahiro Yamada2016-10-29-3/+5
* ARM: uniphier: enable clocks to MIO/STDMAC on LD11 if USB is enabledMasahiro Yamada2016-10-29-0/+13
* ARM: uniphier: fix DRAM init poll address for LD4, Pro4, sLD8Masahiro Yamada2016-10-29-3/+3
* ARM: uniphier: rename ddrphy-ld20-regs.h to ddruqphy-regs.hMasahiro Yamada2016-10-29-4/+4
* ARM: uniphier: update DRAM init code for LD20 SoC (3rd)Masahiro Yamada2016-10-29-36/+83
* ARM: uniphier: remove unused board attribute macrosMasahiro Yamada2016-10-29-3/+0
* ARM: uniphier: enable SSC for more PLLs for LD20 SoCMasahiro Yamada2016-10-29-13/+11
* ARM: uniphier: remove unneeded mdelay() in PLL setting functionMasahiro Yamada2016-10-29-2/+0
* ARM: uniphier: adjust fdt_file environment handling to latest LinuxMasahiro Yamada2016-10-29-12/+9
* ARM: uniphier: remove unnecessary EHCI reset deassertionMasahiro Yamada2016-10-18-8/+6
* ARM: dts: uniphier: sync DT with latest LinuxMasahiro Yamada2016-10-18-13/+13
* ARM: uniphier: fix addresses of Cortex-A72 gear setting macrosMasahiro Yamada2016-10-18-3/+3
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-13-3/+2
* ARM: uniphier: insert udelay() just before support_card_reset_deassert()Masahiro Yamada2016-10-10-2/+1
* ARM: uniphier: add work-around for VBO noise problemMasahiro Yamada2016-10-10-0/+7
* ARM: uniphier: update DRAM init code for LD20 SoC (2nd)Masahiro Yamada2016-10-10-333/+356
* ARM: uniphier: enable SSC for DPLL (DRAM PLL) on LD11 SoCMasahiro Yamada2016-10-10-0/+1
* ARM: uniphier: do not setup pins for System Bus on NAND boot modeMasahiro Yamada2016-10-10-2/+6
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-06-4/+5
* spl: Convert spl_board_load_image() to use linker listSimon Glass2016-10-06-1/+2
* spl: Convert boot_device into a structSimon Glass2016-10-06-1/+1
* spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-06-1/+1
* ARM: uniphier: add PLL init code for LD11 SoCMasahiro Yamada2016-09-23-7/+71