summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
Commit message (Expand)AuthorAgeFilesLines
...
* dm: Fix up inclusion of common.hSimon Glass2017-06-011-0/+1
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-2/+1
* ARM: uniphier: add more init code for PXs3Masahiro Yamada2017-05-179-1/+76
* ARM: uniphier: add weird workaround code for LD20Masahiro Yamada2017-05-172-0/+16
* ARM: uniphier: fix MODEL field of REVISION registerMasahiro Yamada2017-05-171-1/+1
* Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini2017-05-153-3/+3
* ARM: uniphier: show STM (SCP) status on boot and pinmon commandMasahiro Yamada2017-04-203-8/+48
* ARM: uniphier: enable PSCI sysreset for uniphier_v8_defconfigMasahiro Yamada2017-04-201-0/+2
* ARM: uniphier: setup EHCI PHY paramters for LD11Masahiro Yamada2017-04-202-0/+10
* board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-051-1/+3
* ARM: uniphier: set DRAM_SPARSE flag for LD21 boardsMasahiro Yamada2017-03-141-1/+1
* ARM: uniphier: set up charge pump current for MPLL of LD11 SoCMasahiro Yamada2017-02-233-0/+24
* ARM: uniphier: add simple eMMC load APIs instead of ROM APIMasahiro Yamada2017-02-231-58/+195
* ARM: uniphier: deassert RST_n of eMMC device for LD11/LD20Masahiro Yamada2017-02-235-1/+25
* ARM: uniphier: add DRAM PHY clock duty adjustment for LD20 SoCKotaro Hayashi2017-02-231-2/+8
* ARM: uniphier: remove dram_nr_ch from board parametersMasahiro Yamada2017-02-235-26/+18
* ARM: uniphier: rework spl_boot_device() and related codeMasahiro Yamada2017-02-2317-344/+312
* ARM: uniphier: move spl_boot_mode() to a separate fileMasahiro Yamada2017-02-233-24/+35
* ARM: uniphier: move MMC code to a separate fileMasahiro Yamada2017-02-233-38/+47
* ARM: uniphier: remove DRAM base address from board parametersMasahiro Yamada2017-02-236-57/+36
* ARM: uniphier: print Support Card info very lateMasahiro Yamada2017-02-231-7/+4
* ARM: uniphier: skip memreserve of unused DRAM bank of LD20Masahiro Yamada2017-02-231-0/+3
* ARM: uniphier: correct spelling of "invalid"Masahiro Yamada2017-02-231-3/+3
* ARM: uniphier: skip MEMCONF ch2 parsing if CH2_DISABLE bit is setMasahiro Yamada2017-02-231-1/+1
* ARM: uniphier: revive accidentally removed dcache_disable()Masahiro Yamada2017-02-231-0/+4
* flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada2017-02-121-3/+3
* cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to KconfigMasahiro Yamada2017-02-081-0/+1
* ARM: uniphier: compile board data only for SPLMasahiro Yamada2017-01-291-1/+1
* ARM: uniphier: refactor cmd_ddrmphyMasahiro Yamada2017-01-291-83/+112
* ARM: uniphier: clean up UMC init for PXs2 SoCMasahiro Yamada2017-01-293-283/+284
* ARM: uniphier: refactor cmd_ddrphyMasahiro Yamada2017-01-291-73/+83
* ARM: uniphier: use gd->bd->bi_dram for memory reserve on LD20 SoCMasahiro Yamada2017-01-291-10/+3
* ARM: uniphier: detect RAM size by decoding HW register instead of DTMasahiro Yamada2017-01-292-49/+206
* ARM: uniphier: shrink arrays of DDR-PHY parameters for LD20 SoCMasahiro Yamada2017-01-291-175/+79
* ARM: uniphier: add PXs3 SoC supportMasahiro Yamada2017-01-228-0/+27
* ARM: uniphier: add macro to generate SoC data look-up functionMasahiro Yamada2017-01-223-33/+23
* ARM: uniphier: simplify SoC ID get functionMasahiro Yamada2017-01-2217-317/+214
* ARM: uniphier: replace <common.h> with <linux/delay.h> where possibleMasahiro Yamada2017-01-224-4/+5
* ARM: uniphier: replace <linux/err.h> with <linux/errno.h>Masahiro Yamada2017-01-2213-14/+16
* ARM: uniphier: make SPL optional for ARVv8 SoCsMasahiro Yamada2017-01-223-20/+39
* ARM: uniphier: add missing static and const qualifierMasahiro Yamada2017-01-221-3/+3
* ARM: uniphier: fix delay fixup code in LD11 UMC initKotaro Hayashi2017-01-221-0/+1
* ARM: uniphier: update UMC_MEMMAPSET value for LD20 SoCWataru Okoshi2017-01-221-2/+2
* ARM: uniphier: move SBC and Support Card init code to U-Boot properMasahiro Yamada2017-01-183-27/+19
* 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