tinyriscv-openocd/contrib/loaders/flash/fespi
Tim Newsome e944de422e
fespi: Properly support large flash devices (#421)
* 64-bit progbuf memory reads work.

Change-Id: Ia3dbc0ee39a31ed0e5c38bbb3d9e089b2533f399

* 64-bit writes work.

Change-Id: Iae78711d715b6682817bb7cce366b0094bda8b23

* Let targets indicate number of supported data bits.

This is used by the default memory read/write functions when creating an
aligned block.

I'm adding this mainly to ensure I get coverage of the 64-bit progbuf
memory read/write code.

Change-Id: Ie5909fe537c9ec3360a8d2837f84be00a63de77b

* Make mingw32 happy.

Change-Id: Iade8c1fdfc72ccafc82f2f34923577032b668916

* WIP >16MB flashing.

Change-Id: Ibef9244f8573d2fbf19b80e5db7c2d3a10da59b5

* >16MB flashing works on Hi5 Unleashed

But now flashing HiFive1 is broken.

Change-Id: If939c9e21cf793ae727f3335205abd261a998c0c

* Fix off-by-one error on bank size.

Change-Id: I0e6e49db8c1bfddb2c5f67d40f62111246db8dcb

* Fix formatting.

Change-Id: I4211f9328c7d11ea659be9588a81aa2cd59017f9
2019-11-15 12:50:08 -08:00
..
Makefile Fix flashing HiFive Unleashed (#402) 2019-09-09 12:01:17 -07:00
riscv.lds Use more idiomatic assembly for flash code. (#410) 2019-09-25 11:51:07 -07:00
riscv32_fespi.inc fespi: Properly support large flash devices (#421) 2019-11-15 12:50:08 -08:00
riscv64_fespi.inc fespi: Properly support large flash devices (#421) 2019-11-15 12:50:08 -08:00
riscv_fespi.c fespi: Properly support large flash devices (#421) 2019-11-15 12:50:08 -08:00
riscv_wrapper.S Use more idiomatic assembly for flash code. (#410) 2019-09-25 11:51:07 -07:00