aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/dram_init.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-01ARM: uniphier: set gd->ram_base correctlyMasahiro Yamada1-6/+1
2019-07-10ARM: uniphier: remove CONFIG_SYS_SDRAM_BASEMasahiro Yamada1-1/+4
2019-07-10ARM: uniphier: make mem_map run-time configurableMasahiro Yamada1-4/+20
2019-07-10ARM: uniphier: make dram_init() more genericMasahiro Yamada1-3/+7
2019-07-10ARM: uniphier: make dram_init() independent of SG_MEMCONFMasahiro Yamada1-64/+84
2019-07-10ARM: uniphier: de-couple SG macros into base address and offsetMasahiro Yamada1-1/+1
2019-06-29ARM: uniphier: include <linux/io.h> from dram_init.cMasahiro Yamada1-0/+1
2018-07-25ARM: uniphier: split ft_board_setup() out to a separate fileMasahiro Yamada1-35/+0
2018-07-25ARM: uniphier: clean-up ft_board_setup()Masahiro Yamada1-3/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-09ARM: uniphier: hide memory top by platform hook instead of CONFIGMasahiro Yamada1-0/+7
2018-01-09ARM: uniphier: do not use RAM that exceeds 32 bit address rangeMasahiro Yamada1-0/+17
2017-10-15ARM: uniphier: use pr_() instead of printf() where appropriateMasahiro Yamada1-2/+5
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada1-3/+0
2017-08-20ARM: uniphier: remove sLD3 SoC supportMasahiro Yamada1-9/+0
2017-06-25ARM: uniphier: fix various sparse warningsMasahiro Yamada1-0/+1
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
2017-02-23ARM: uniphier: remove DRAM base address from board parametersMasahiro Yamada1-23/+30
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-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 Yamada1-49/+205
2017-01-22ARM: uniphier: simplify SoC ID get functionMasahiro Yamada1-1/+1
2017-01-22ARM: uniphier: replace <linux/err.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-06-20ARM: uniphier: reserve memory for DRAM PHY training on PH1-LD20Masahiro Yamada1-0/+40
2016-04-24ARM: uniphier: avoid unaligned access to DT on 64bit SoCMasahiro Yamada1-6/+4
2016-04-01ARM: uniphier: adjust dram_init() and dram_init_banksize() for ARM64Masahiro Yamada1-10/+35
2016-03-01ARM: uniphier: fix warnings reported by aarch64 compilerMasahiro Yamada1-2/+3
2015-09-25ARM: uniphier: parse device tree to determine DRAM base and sizeMasahiro Yamada1-4/+47
2015-03-01ARM: UniPhier: move SoC sources to mach-uniphierMasahiro Yamada1-0/+16