index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
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
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