From 52b51e1e98384c9fc901b98ddc78d3480e1d5738 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 23 Jun 2020 12:49:36 +0200 Subject: [PATCH] CHANGES: update. --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 9e4ab49e7..ffe709e1a 100644 --- 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 ------------------ @@ -23,6 +24,7 @@ - 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 --------------------------