summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
Commit message (Expand)AuthorAgeFilesLines
* ARM: uniphier: refactor spl_init_board()Masahiro Yamada2017-01-1819-508/+250
* ARM: uniphier: refactor board_init()Masahiro Yamada2017-01-184-95/+141
* ARM: uniphier: make BCU init into void functionMasahiro Yamada2017-01-173-10/+10
* ARM: uniphier: refactor Support Card init codeMasahiro Yamada2017-01-1710-28/+8
* ARM: uniphier: refactor SBC init codeMasahiro Yamada2017-01-1715-110/+94
* ARM: uniphier: refactor MEMCONF init codeMasahiro Yamada2017-01-1715-259/+176
* ARM: uniphier: split out UMC clock enableMasahiro Yamada2017-01-1717-69/+97
* ARM: uniphier: remove unneeded argument of uniphier_ld20_pll_init()Masahiro Yamada2017-01-173-11/+3
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2016-12-122-5/+7
|\
| * ARM: uniphier: remove unneeded parenthesesMasahiro Yamada2016-12-101-3/+3
| * ARM: uniphier: remove unneeded initializerMasahiro Yamada2016-12-101-2/+4
* | spl: uniphier: Drop spl_board_announce_boot_device()Simon Glass2016-12-091-5/+0
* | spl: Add a name to the SPL load-image methodsSimon Glass2016-12-091-1/+1
|/
* ARM: uniphier: update DRAM init code for LD11 SoCMasahiro Yamada2016-10-292-23/+391
* ARM: uniphier: support DDR PHY parameter dump command for LD11Masahiro Yamada2016-10-292-6/+19
* ARM: uniphier: refactor DDR PHY parameter dump commandMasahiro Yamada2016-10-293-44/+50
* ARM: uniphier: rework existing DDR PHY code to reuse for LD11 SoCMasahiro Yamada2016-10-298-294/+302
* ARM: uniphier: do not run harmful code for USB boot mode of LD11 ES3Masahiro Yamada2016-10-291-3/+5
* ARM: uniphier: enable clocks to MIO/STDMAC on LD11 if USB is enabledMasahiro Yamada2016-10-292-0/+13
* ARM: uniphier: fix DRAM init poll address for LD4, Pro4, sLD8Masahiro Yamada2016-10-293-3/+3
* ARM: uniphier: rename ddrphy-ld20-regs.h to ddruqphy-regs.hMasahiro Yamada2016-10-292-4/+4
* ARM: uniphier: update DRAM init code for LD20 SoC (3rd)Masahiro Yamada2016-10-293-36/+83
* ARM: uniphier: remove unused board attribute macrosMasahiro Yamada2016-10-291-3/+0
* ARM: uniphier: enable SSC for more PLLs for LD20 SoCMasahiro Yamada2016-10-292-13/+11
* ARM: uniphier: remove unneeded mdelay() in PLL setting functionMasahiro Yamada2016-10-291-2/+0
* ARM: uniphier: adjust fdt_file environment handling to latest LinuxMasahiro Yamada2016-10-291-12/+9
* ARM: uniphier: remove unnecessary EHCI reset deassertionMasahiro Yamada2016-10-182-8/+6
* ARM: dts: uniphier: sync DT with latest LinuxMasahiro Yamada2016-10-181-13/+13
* ARM: uniphier: fix addresses of Cortex-A72 gear setting macrosMasahiro Yamada2016-10-181-3/+3
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-3/+2
* ARM: uniphier: insert udelay() just before support_card_reset_deassert()Masahiro Yamada2016-10-101-2/+1
* ARM: uniphier: add work-around for VBO noise problemMasahiro Yamada2016-10-101-0/+7
* ARM: uniphier: update DRAM init code for LD20 SoC (2nd)Masahiro Yamada2016-10-102-333/+356
* ARM: uniphier: enable SSC for DPLL (DRAM PLL) on LD11 SoCMasahiro Yamada2016-10-101-0/+1
* ARM: uniphier: do not setup pins for System Bus on NAND boot modeMasahiro Yamada2016-10-102-2/+6
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-061-4/+5
* spl: Convert spl_board_load_image() to use linker listSimon Glass2016-10-061-1/+2
* spl: Convert boot_device into a structSimon Glass2016-10-061-1/+1
* spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-061-1/+1
* ARM: uniphier: add PLL init code for LD11 SoCMasahiro Yamada2016-09-237-7/+71
* ARM: uniphier: move CONFIG_SPL_* to defconfig or selectMasahiro Yamada2016-09-231-15/+0
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2016-09-1854-1018/+1086
|\
| * ARM: uniphier: update DRAM init code for LD20 SoCMasahiro Yamada2016-09-192-62/+447
| * ARM: uniphier: add PLL init code for LD20 SoCMasahiro Yamada2016-09-199-5/+234
| * ARM: uniphier: collect clock/PLL init code into a single directoryMasahiro Yamada2016-09-1913-24/+18
| * ARM: uniphier: move PLL init code to U-Boot proper where possibleMasahiro Yamada2016-09-1919-495/+365
| * ARM: uniphier: rename CONFIG_DPLL_SSC_RATE_1PERMasahiro Yamada2016-09-181-1/+1
| * ARM: uniphier: move XIRQ pin-mux settings of LD11/LD20Masahiro Yamada2016-09-185-31/+10
| * ARM: uniphier: consolidate System Bus pin-mux settings for LD11/LD20Masahiro Yamada2016-09-186-44/+5
| * ARM: uniphier: consolidate NAND pin-mux settingsMasahiro Yamada2016-09-1813-274/+51