diff options
author | Stefan Roese <sr@denx.de> | 2020-09-02 08:29:10 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2020-10-07 20:25:57 +0200 |
commit | 63051d62b894b47e6aa3f59756be46513a450742 (patch) | |
tree | 1bb4c102d300d17a81a6c7444e48e402a873a19d /configs/octeon_ebb7304_defconfig | |
parent | 590d48e9d1cc3a32626643f4acdeb4a762d92616 (diff) | |
download | u-boot-63051d62b894b47e6aa3f59756be46513a450742.tar.gz |
mips: octeon: octeon_ebb7304: Add DDR4 support
This patch adds the board specific configuration (struct) for the
Octeon 3 EBB7304 EVK. This struct is ported from the 2013er Cavium /
Marvell U-Boot repository. Also, the Octeon RAM driver is enabled in
the board defconfig for its usage.
Tested with one and two DIMMs on the EBB7304 EVK (8 & 16 GiB).
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/octeon_ebb7304_defconfig')
-rw-r--r-- | configs/octeon_ebb7304_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/octeon_ebb7304_defconfig b/configs/octeon_ebb7304_defconfig index f8d27b01dc..105fe5b00a 100644 --- a/configs/octeon_ebb7304_defconfig +++ b/configs/octeon_ebb7304_defconfig @@ -38,6 +38,9 @@ CONFIG_SPI_FLASH_STMICRO=y # CONFIG_NETDEVICES is not set CONFIG_PCI=y CONFIG_DM_PCI=y +CONFIG_RAM=y +CONFIG_RAM_OCTEON=y +CONFIG_RAM_OCTEON_DDR4=y CONFIG_DEBUG_UART_SHIFT=3 CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_SYS_NS16550=y |