@@ -6,9 +6,39 @@ It is updated on each new release based on contributions since the last release.
66The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
77and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
88
9+ ## 0.2.0 - 2025-01-08
10+
11+ ### Added
12+
13+ - sw: Add tests for DMA 2D transfers, AXI-REALM isolation, and CLIC
14+ - sw: Add target-aware linking for BMPs
15+ - hw: Add wrapper for new iDMA version (removed upstream)
16+ - bootrom: Add ` ebreak ` on return for easier external debugging
17+ - sw: Add SD and NOR flash write support
18+ - util: Add disk flashing utility
19+ - target/xilinx: Add QSPI and NOR flash boot support on Genesys2
20+ - target/sim: Add VCS simulation setup
21+
22+ ### Changed
23+
24+ - deps: Update iDMA to ` v0.6.3 `
25+ - deps: Update AXI-RT to ` 0.0.0-alpha.9 `
26+ - sw: Various improvements to DMA and AXI-RT tests
27+ - util: Increase OpenOCD adapter speed to 8 kHz
28+ - sw: Clean up VCU128 NOR flash device tree entry
29+
30+ ### Fixed
31+
32+ - hw: Fix uncached SPM accessibility
33+ - sw: Avoid potentially incorrect ` .bss ` section delimiters
34+ - build: Ensure use of real path as root
35+ - hw: Fix CVA6 debug module addresses
36+ - sw: Fix various various ` -Wpedantic ` warnings
37+
38+
939## 0.1.0 - 2024-10-02
1040
1141### Added
1242
13- - Initial versioned release of the project.
14- - Add version-level changelog.
43+ - Initial versioned release of the project
44+ - Add version-level changelog
0 commit comments