ram: octeon: Add MIPS Octeon3 DDR4 support (part 3/3)
authorAaron Williams <awilliams@marvell.com>
Wed, 2 Sep 2020 06:29:08 +0000 (08:29 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 7 Oct 2020 18:25:57 +0000 (20:25 +0200)
commit15afe725f390774af588c21d127b94915b4f1e17
treec8d4523925d988de714ea0a623cc30ab7e5426db
parent61674a17bcff855770ac91dbc67d5f1cfb56f39f
ram: octeon: Add MIPS Octeon3 DDR4 support (part 3/3)

This Octeon 3 DDR driver is ported from the 2013 Cavium / Marvell U-Boot
repository. It currently supports DDR4 on Octeon 3. It can be later
extended to support also DDR3 and Octeon 2 platforms.

Part 3 includes the DIMM SPD handling code and the Kconfig / Makefile
integration.

Signed-off-by: Aaron Williams <awilliams@marvell.com>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/ram/Kconfig
drivers/ram/Makefile
drivers/ram/octeon/Kconfig [new file with mode: 0644]
drivers/ram/octeon/Makefile [new file with mode: 0644]
drivers/ram/octeon/dimm_spd_eeprom.c [new file with mode: 0644]