Merge pull request #575 from antmicro/jboc/memtest
[litex.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 397e31fd96b4b29c6a1dc1dfbe1061b6d4ebd789..ffe709e1a2c00cd2d458159382f06d3f1dff98e4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,7 @@
        [> Issues resolved
        ------------------
        - Fix flush_cpu_icache on VexRiscv.
+       - Fix `.data` section placed in rom (#566)
 
        [> Added Features
        ------------------
@@ -21,6 +22,9 @@
        - 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.
+       - Simplify boot with boot.json configuration file.
+       - Revert to a single crt0 (avoid ctr/xip variants).
 
        [> API changes/Deprecation
        --------------------------