index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-uniphier
/
dram_init.c
Age
Commit message (
Expand
)
Author
2020-05-22
ARM: uniphier: delete or replace <common.h> includes
Masahiro Yamada
2020-05-18
common: Drop init.h from common header
Simon Glass
2020-02-01
ARM: uniphier: set gd->ram_base correctly
Masahiro Yamada
2019-07-10
ARM: uniphier: remove CONFIG_SYS_SDRAM_BASE
Masahiro Yamada
2019-07-10
ARM: uniphier: make mem_map run-time configurable
Masahiro Yamada
2019-07-10
ARM: uniphier: make dram_init() more generic
Masahiro Yamada
2019-07-10
ARM: uniphier: make dram_init() independent of SG_MEMCONF
Masahiro Yamada
2019-07-10
ARM: uniphier: de-couple SG macros into base address and offset
Masahiro Yamada
2019-06-29
ARM: uniphier: include <linux/io.h> from dram_init.c
Masahiro Yamada
2018-07-25
ARM: uniphier: split ft_board_setup() out to a separate file
Masahiro Yamada
2018-07-25
ARM: uniphier: clean-up ft_board_setup()
Masahiro Yamada
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-09
ARM: uniphier: hide memory top by platform hook instead of CONFIG
Masahiro Yamada
2018-01-09
ARM: uniphier: do not use RAM that exceeds 32 bit address range
Masahiro Yamada
2017-10-15
ARM: uniphier: use pr_() instead of printf() where appropriate
Masahiro Yamada
2017-10-04
printk: collect printk stuff into <linux/printk.h> with loglevel support
Masahiro Yamada
2017-08-20
ARM: uniphier: remove sLD3 SoC support
Masahiro Yamada
2017-06-25
ARM: uniphier: fix various sparse warnings
Masahiro Yamada
2017-04-05
board_f: Drop setup_dram_config() wrapper
Simon Glass
2017-02-23
ARM: uniphier: remove DRAM base address from board parameters
Masahiro Yamada
2017-02-23
ARM: uniphier: skip memreserve of unused DRAM bank of LD20
Masahiro Yamada
2017-02-23
ARM: uniphier: correct spelling of "invalid"
Masahiro Yamada
2017-02-23
ARM: uniphier: skip MEMCONF ch2 parsing if CH2_DISABLE bit is set
Masahiro Yamada
2017-01-29
ARM: uniphier: use gd->bd->bi_dram for memory reserve on LD20 SoC
Masahiro Yamada
2017-01-29
ARM: uniphier: detect RAM size by decoding HW register instead of DT
Masahiro Yamada
2017-01-22
ARM: uniphier: simplify SoC ID get function
Masahiro Yamada
2017-01-22
ARM: uniphier: replace <linux/err.h> with <linux/errno.h>
Masahiro Yamada
2016-06-20
ARM: uniphier: reserve memory for DRAM PHY training on PH1-LD20
Masahiro Yamada
2016-04-24
ARM: uniphier: avoid unaligned access to DT on 64bit SoC
Masahiro Yamada
2016-04-01
ARM: uniphier: adjust dram_init() and dram_init_banksize() for ARM64
Masahiro Yamada
2016-03-01
ARM: uniphier: fix warnings reported by aarch64 compiler
Masahiro Yamada
2015-09-25
ARM: uniphier: parse device tree to determine DRAM base and size
Masahiro Yamada
2015-03-01
ARM: UniPhier: move SoC sources to mach-uniphier
Masahiro Yamada