summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
AgeCommit message (Expand)Author
2017-06-24ARM: uniphier: fix various sparse warningsMasahiro Yamada
2017-06-01dm: Fix up inclusion of common.hSimon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-05-17ARM: uniphier: add more init code for PXs3Masahiro Yamada
2017-05-17ARM: uniphier: add weird workaround code for LD20Masahiro Yamada
2017-05-17ARM: uniphier: fix MODEL field of REVISION registerMasahiro Yamada
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini
2017-04-20ARM: uniphier: show STM (SCP) status on boot and pinmon commandMasahiro Yamada
2017-04-20ARM: uniphier: enable PSCI sysreset for uniphier_v8_defconfigMasahiro Yamada
2017-04-20ARM: uniphier: setup EHCI PHY paramters for LD11Masahiro Yamada
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass
2017-03-13ARM: uniphier: set DRAM_SPARSE flag for LD21 boardsMasahiro Yamada
2017-02-23ARM: uniphier: set up charge pump current for MPLL of LD11 SoCMasahiro Yamada
2017-02-23ARM: uniphier: add simple eMMC load APIs instead of ROM APIMasahiro Yamada
2017-02-22ARM: uniphier: deassert RST_n of eMMC device for LD11/LD20Masahiro Yamada
2017-02-22ARM: uniphier: add DRAM PHY clock duty adjustment for LD20 SoCKotaro Hayashi
2017-02-22ARM: uniphier: remove dram_nr_ch from board parametersMasahiro Yamada
2017-02-22ARM: uniphier: rework spl_boot_device() and related codeMasahiro Yamada
2017-02-22ARM: uniphier: move spl_boot_mode() to a separate fileMasahiro Yamada
2017-02-22ARM: uniphier: move MMC code to a separate fileMasahiro Yamada
2017-02-22ARM: uniphier: remove DRAM base address from board parametersMasahiro Yamada
2017-02-22ARM: uniphier: print Support Card info very lateMasahiro Yamada
2017-02-22ARM: uniphier: skip memreserve of unused DRAM bank of LD20Masahiro Yamada
2017-02-22ARM: uniphier: correct spelling of "invalid"Masahiro Yamada
2017-02-22ARM: uniphier: skip MEMCONF ch2 parsing if CH2_DISABLE bit is setMasahiro Yamada
2017-02-22ARM: uniphier: revive accidentally removed dcache_disable()Masahiro Yamada
2017-02-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada
2017-02-08cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to KconfigMasahiro Yamada
2017-01-29ARM: uniphier: compile board data only for SPLMasahiro Yamada
2017-01-29ARM: uniphier: refactor cmd_ddrmphyMasahiro Yamada
2017-01-29ARM: uniphier: clean up UMC init for PXs2 SoCMasahiro Yamada
2017-01-29ARM: uniphier: refactor cmd_ddrphyMasahiro Yamada
2017-01-29ARM: uniphier: use gd->bd->bi_dram for memory reserve on LD20 SoCMasahiro Yamada
2017-01-29ARM: uniphier: detect RAM size by decoding HW register instead of DTMasahiro Yamada
2017-01-29ARM: uniphier: shrink arrays of DDR-PHY parameters for LD20 SoCMasahiro Yamada
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-17ARM: uniphier: move SBC and Support Card init code to U-Boot properMasahiro Yamada
2017-01-17ARM: uniphier: refactor spl_init_board()Masahiro Yamada
2017-01-17ARM: 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