From 0f1ad8dcfc545a532a5b4d03a6ad2ca9f90ffa6e Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 5 May 2023 10:08:11 +0200 Subject: [PATCH] CHANGES.md: Update. --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8b1d7953c..6065555d5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,8 @@ - cpu/soc : Fixed CPU IRQ reservation. - litepcie/software : Fixed compilation with DMA_CHECK_DATA commented. - litedram/dma : Fixed rdata connection (omit list update since LiteX AXI changes). + - litepcie/US(P) : Fixed possible MSI deadlock. + - cores/usb_ohci : Fixed build issue (usb_clk_freq wrapped as int). [> Added -------- @@ -80,6 +82,8 @@ - litedram/bist : Replicated data for large data-width. - litedram/ci : Allowed tests to run in parallel. - litedram/gw2ddrphy : Improvements to remove warnings in simulation. + - liblitespi/spiflash : Add erasee and write functions. + - liblitespi/Spiflash : Add write from sdcard file function. [> Changed ----------