CHANGES: update.

This commit is contained in:
Florent Kermarrec 2020-07-22 23:10:26 +02:00
parent 99e88dfc0b
commit 8f92034ddd
1 changed files with 3 additions and 1 deletions

View File

@ -22,9 +22,11 @@
- Add CV32E40P CPU support (ex RI5CY).
- JTAG UART with uart_name=jtag_uart (validated on Spartan6, 7-Series, Ultrascale(+)).
- Add Symbiflow experimental support on Arty.
- Add SDCard boot from FAT/exFAT filesystems with FatFs.
- Add SDCard (SPI and SD modes) boot from FAT/exFAT filesystems with FatFs.
- Simplify boot with boot.json configuration file.
- Revert to a single crt0 (avoid ctr/xip variants).
- Add otional DMA bus for Cache Coherency on CPU(s) with DMA/Cache Coherency interface.
- Add AXI-Lite bus standard support.
[> API changes/Deprecation
--------------------------