aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
AgeCommit message (Expand)AuthorFilesLines
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-2/+1
2017-05-17ARM: uniphier: add more init code for PXs3Masahiro Yamada9-1/+76
2017-05-17ARM: uniphier: add weird workaround code for LD20Masahiro Yamada2-0/+16
2017-05-17ARM: uniphier: fix MODEL field of REVISION registerMasahiro Yamada1-1/+1
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini3-3/+3
2017-04-20ARM: uniphier: show STM (SCP) status on boot and pinmon commandMasahiro Yamada3-8/+48
2017-04-20ARM: uniphier: enable PSCI sysreset for uniphier_v8_defconfigMasahiro Yamada1-0/+2
2017-04-20ARM: uniphier: setup EHCI PHY paramters for LD11Masahiro Yamada2-0/+10
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
2017-03-14ARM: uniphier: set DRAM_SPARSE flag for LD21 boardsMasahiro Yamada1-1/+1
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: 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-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada1-3/+3
2017-02-08cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to KconfigMasahiro Yamada1-0/+1
2017-01-29ARM: uniphier: compile board data only for SPLMasahiro Yamada1-1/+1
2017-01-29ARM: uniphier: refactor cmd_ddrmphyMasahiro Yamada1-83/+112
2017-01-29ARM: uniphier: clean up UMC init for PXs2 SoCMasahiro Yamada3-283/+284
2017-01-29ARM: uniphier: refactor cmd_ddrphyMasahiro Yamada1-73/+83
2017-01-29ARM: uniphier: use gd->bd->bi_dram for memory reserve on LD20 SoCMasahiro Yamada1-10/+3
2017-01-29ARM: uniphier: detect RAM size by decoding HW register instead of DTMasahiro Yamada2-49/+206
2017-01-29ARM: uniphier: shrink arrays of DDR-PHY parameters for LD20 SoCMasahiro Yamada1-175/+79
2017-01-22ARM: uniphier: add PXs3 SoC supportMasahiro Yamada8-0/+27
2017-01-22ARM: uniphier: add macro to generate SoC data look-up functionMasahiro Yamada3-33/+23
2017-01-22ARM: uniphier: simplify SoC ID get functionMasahiro Yamada17-317/+214
2017-01-22ARM: uniphier: replace <common.h> with <linux/delay.h> where possibleMasahiro Yamada4-4/+5
2017-01-22ARM: uniphier: replace <linux/err.h> with <linux/errno.h>Masahiro Yamada13-14/+16
2017-01-22ARM: uniphier: make SPL optional for ARVv8 SoCsMasahiro Yamada3-20/+39
2017-01-22ARM: uniphier: add missing static and const qualifierMasahiro Yamada1-3/+3
2017-01-22ARM: uniphier: fix delay fixup code in LD11 UMC initKotaro Hayashi1-0/+1
2017-01-22ARM: uniphier: update UMC_MEMMAPSET value for LD20 SoCWataru Okoshi1-2/+2
2017-01-18ARM: uniphier: move SBC and Support Card init code to U-Boot properMasahiro Yamada3-27/+19
2017-01-18ARM: uniphier: refactor spl_init_board()Masahiro Yamada19-508/+250
2017-01-18ARM: uniphier: refactor board_init()Masahiro Yamada4-95/+141
2017-01-17ARM: uniphier: make BCU init into void functionMasahiro Yamada3-10/+10
2017-01-17ARM: uniphier: refactor Support Card init codeMasahiro Yamada10-28/+8
2017-01-17ARM: uniphier: refactor SBC init codeMasahiro Yamada15-110/+94
2017-01-17ARM: uniphier: refactor MEMCONF init codeMasahiro Yamada15-259/+176
2017-01-17ARM: uniphier: split out UMC clock enableMasahiro Yamada17-69/+97