diff options
author | Pragnesh Patel <pragnesh.patel@sifive.com> | 2020-05-29 11:33:26 +0530 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2020-06-04 09:44:08 +0800 |
commit | c514a94abf5aa997508ba072b90318ec10655193 (patch) | |
tree | 01d6834f83a3a6833bf6d20c2c2217ac413712e9 /board/sifive | |
parent | 0eed87ed9047a42269369be1fdc5b64c42c15476 (diff) | |
download | u-boot-c514a94abf5aa997508ba072b90318ec10655193.tar.gz u-boot-c514a94abf5aa997508ba072b90318ec10655193.tar.bz2 u-boot-c514a94abf5aa997508ba072b90318ec10655193.zip |
sifive: fu540: add ddr driver
Add driver for fu540 to support ddr initialization in SPL.
This driver is based on FSBL
(https://github.com/sifive/freedom-u540-c000-bootloader.git)
Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'board/sifive')
-rw-r--r-- | board/sifive/fu540/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index 4330ac4491..d41c305227 100644 --- a/board/sifive/fu540/Kconfig +++ b/board/sifive/fu540/Kconfig @@ -19,6 +19,8 @@ config SYS_TEXT_BASE config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select GENERIC_RISCV + select RAM + select SPL_RAM if SPL imply CMD_DHCP imply CMD_EXT2 imply CMD_EXT4 |