summaryrefslogtreecommitdiffstats
path: root/drivers/ram/sifive/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* drivers: ram: sifive: rename fu540_ddr and add fu740 supportGreen Wan2021-05-311-1/+1
| | | | | | | Rename fu540_ddr.c to sifive_ddr.c and add fu740 support Signed-off-by: Green Wan <green.wan@sifive.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
* sifive: fu540: add ddr driverPragnesh Patel2020-06-041-0/+6
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>