Add flash support for SiFive's Freedom E platforms
authorTim Newsome <tim@sifive.com>
Tue, 1 Jan 2019 20:37:34 +0000 (12:37 -0800)
committerTomas Vanek <vanekt@fbl.cz>
Fri, 11 Jan 2019 19:50:09 +0000 (19:50 +0000)
commit31ea7037b3df7e567a9eb34d28947d118c4cada1
tree5230e15a186f1915f3e1d5dd729c11b8c3f3c519
parent42d8fa899c6a6f136daa761e7718003f08f723e7
Add flash support for SiFive's Freedom E platforms

Valgrind and Clang Static Analyzer have no complaints about this change.

Change-Id: I7757615ec52448372bdc57729cdf97c7016d97e8
Signed-off-by: Tim Newsome <tim@sifive.com>
Reviewed-on: http://openocd.zylin.com/4656
Tested-by: jenkins
Reviewed-by: Philipp Guehring <pg@futureware.at>
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
README
contrib/loaders/flash/fespi/Makefile [new file with mode: 0644]
contrib/loaders/flash/fespi/fespi.S [new file with mode: 0644]
contrib/loaders/flash/fespi/fespi.inc [new file with mode: 0644]
doc/openocd.texi
src/flash/nor/Makefile.am
src/flash/nor/drivers.c
src/flash/nor/fespi.c [new file with mode: 0644]