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 /drivers/ram/sifive/Makefile | |
parent | 0eed87ed9047a42269369be1fdc5b64c42c15476 (diff) |
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 'drivers/ram/sifive/Makefile')
-rw-r--r-- | drivers/ram/sifive/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ram/sifive/Makefile b/drivers/ram/sifive/Makefile new file mode 100644 index 0000000000..d66efec264 --- /dev/null +++ b/drivers/ram/sifive/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (c) 2020 SiFive, Inc +# + +obj-$(CONFIG_SIFIVE_FU540_DDR) += fu540_ddr.o |