commit | 01114212be5b98e79c59c3d21a6108cf825f1d77 | [log] [tgz] |
---|---|---|
author | Aaron Williams <awilliams@marvell.com> | Wed Sep 02 08:29:06 2020 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Oct 07 20:25:57 2020 +0200 |
tree | 33f2a36eb1e0eac5d1e0632414bada226e10dc86 | |
parent | 345b9b427b9f883ab04681c73a3aec27b0c1fa2c [diff] |
ram: octeon: Add MIPS Octeon3 DDR4 support (part 1/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 1 adds the base U-Boot RAM driver, which will be instantiated by the DT based probing. Signed-off-by: Aaron Williams <awilliams@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de>