summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/dram_init.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: uniphier: delete or replace <common.h> includesMasahiro Yamada2020-05-221-1/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* ARM: uniphier: set gd->ram_base correctlyMasahiro Yamada2020-02-011-6/+1
* ARM: uniphier: remove CONFIG_SYS_SDRAM_BASEMasahiro Yamada2019-07-101-1/+4
* ARM: uniphier: make mem_map run-time configurableMasahiro Yamada2019-07-101-4/+20
* ARM: uniphier: make dram_init() more genericMasahiro Yamada2019-07-101-3/+7
* ARM: uniphier: make dram_init() independent of SG_MEMCONFMasahiro Yamada2019-07-101-64/+84
* ARM: uniphier: de-couple SG macros into base address and offsetMasahiro Yamada2019-07-101-1/+1
* ARM: uniphier: include <linux/io.h> from dram_init.cMasahiro Yamada2019-06-291-0/+1
* ARM: uniphier: split ft_board_setup() out to a separate fileMasahiro Yamada2018-07-251-35/+0
* ARM: uniphier: clean-up ft_board_setup()Masahiro Yamada2018-07-251-3/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* ARM: uniphier: hide memory top by platform hook instead of CONFIGMasahiro Yamada2018-01-091-0/+7
* ARM: uniphier: do not use RAM that exceeds 32 bit address rangeMasahiro Yamada2018-01-091-0/+17
* ARM: uniphier: use pr_() instead of printf() where appropriateMasahiro Yamada2017-10-151-2/+5
* printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada2017-10-041-3/+0
* ARM: uniphier: remove sLD3 SoC supportMasahiro Yamada2017-08-201-9/+0
* ARM: uniphier: fix various sparse warningsMasahiro Yamada2017-06-251-0/+1
* board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-051-1/+3
* ARM: uniphier: remove DRAM base address from board parametersMasahiro Yamada2017-02-231-23/+30
* 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: 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-291-49/+205
* ARM: uniphier: simplify SoC ID get functionMasahiro Yamada2017-01-221-1/+1
* ARM: uniphier: replace <linux/err.h> with <linux/errno.h>Masahiro Yamada2017-01-221-1/+1
* ARM: uniphier: reserve memory for DRAM PHY training on PH1-LD20Masahiro Yamada2016-06-201-0/+40
* ARM: uniphier: avoid unaligned access to DT on 64bit SoCMasahiro Yamada2016-04-241-6/+4
* ARM: uniphier: adjust dram_init() and dram_init_banksize() for ARM64Masahiro Yamada2016-04-011-10/+35
* ARM: uniphier: fix warnings reported by aarch64 compilerMasahiro Yamada2016-03-011-2/+3
* ARM: uniphier: parse device tree to determine DRAM base and sizeMasahiro Yamada2015-09-251-4/+47
* ARM: UniPhier: move SoC sources to mach-uniphierMasahiro Yamada2015-03-011-0/+16