Commit f4a05922 authored by Federico Vaga's avatar Federico Vaga

Merge tag 'v1.5.0' into develop

1.5.0 - 2020-11-02
===================
Added
-----
- sw: add SPI flash partitions
- hdl: enable DDR4

Changed
-------
- sw: internal driver improvements
parents 6e8803d4 3171ceaa
...@@ -2,116 +2,127 @@ ...@@ -2,116 +2,127 @@
Change Log Change Log
========== ==========
1.5.0 - 2020-11-02
===================
Added
-----
- sw: add SPI flash partitions
- hdl: enable DDR4
Changed
-------
- sw: internal driver improvements
1.4.12 - 2020-06-03 1.4.12 - 2020-06-03
=================== ===================
Added Added
----- -----
- [hdl] ignore autogenerated files to build metadata (otherwise the repository - hdl: ignore autogenerated files to build metadata (otherwise the repository
is always marked as dirty) is always marked as dirty)
Fixed Fixed
----- -----
- [sw] impossibility of loading application because of wrong address space - sw: impossibility of loading application because of wrong address space
1.4.11 - 2020-05-20 1.4.11 - 2020-05-20
=================== ===================
Added Added
----- -----
- [hdl] export DDMTD clock output - hdl: export DDMTD clock output
1.4.10 - 2020-05-12 1.4.10 - 2020-05-12
=================== ===================
Added Added
----- -----
- [hdl] metadata source-id automatic assignment - hdl: metadata source-id automatic assignment
- [hdl] add option to consider AM in VME slave decoder - hdl: add option to consider AM in VME slave decoder
Fixed Fixed
----- -----
- [hdl] fix typos when ddr is not configured. This froze the board when - hdl: fix typos when ddr is not configured. This froze the board when
reading a ddr data register. reading a ddr data register.
Changed Changed
------- -------
- [sw] Linux device hierarchy seen in sysfs. It is incompatible but - sw: Linux device hierarchy seen in sysfs. It is incompatible but
tools, today do not rely in this. So we take the freedom to change tools, today do not rely in this. So we take the freedom to change
it without a major release. it without a major release.
- [sw] on device removal the IRQ vector number in the CR/CSR space is set - sw: on device removal the IRQ vector number in the CR/CSR space is set
to 0x0 to 0x0
1.4.9 - 2020-03-10 1.4.9 - 2020-03-10
================== ==================
Fixed Fixed
----- -----
- [sw] reduce allocation on stack - sw: reduce allocation on stack
- [sw] automatically remove device after FPGA reprogram (otherwise unusable) - sw: automatically remove device after FPGA reprogram (otherwise unusable)
1.4.8 - 2020-02-12 1.4.8 - 2020-02-12
================== ==================
Fixed Fixed
----- -----
- [sw] fix kernel crash when programming new bitstream - sw: fix kernel crash when programming new bitstream
1.4.7 - 2020-01-15 1.4.7 - 2020-01-15
================== ==================
Added Added
----- -----
- [hdl] Add support for DDR5 bank to SVEC base - hdl: Add support for DDR5 bank to SVEC base
Fixed Fixed
----- -----
- [hdl] DDR constraints - hdl: DDR constraints
- [hdl] DDR controller generic values are now properly capitalised - hdl: DDR controller generic values are now properly capitalised
- [sw] Update svec-flasher to work with new type of flash memory used in - sw: Update svec-flasher to work with new type of flash memory used in
newer SVEC boards newer SVEC boards
1.4.6 - 2019-12-16 1.4.6 - 2019-12-16
================== ==================
Changed Changed
------- -------
- [sw] better integration in coht, rename environment variable to FPGA_MGR - sw: better integration in coht, rename environment variable to FPGA_MGR
1.4.5 - 2019-12-16 1.4.5 - 2019-12-16
================== ==================
Fixed Fixed
----- -----
- [sw] suggested fixed reported by checkpatch and coccicheck - sw: suggested fixed reported by checkpatch and coccicheck
1.4.4 - 2019-12-13 1.4.4 - 2019-12-13
================== ==================
Fixed Fixed
----- -----
- [sw] soft dependency from i2c_ohwr to i2c-ocores - sw: soft dependency from i2c_ohwr to i2c-ocores
1.4.3 - 2019-10-17 1.4.3 - 2019-10-17
================== ==================
Added Added
----- -----
- [doc] sphinx documentation - doc: sphinx documentation
1.4.2 - 2019-10-17 1.4.2 - 2019-10-17
================== ==================
Changed Changed
------- -------
- [sw] show application metadata in debugfs - sw: show application metadata in debugfs
1.4.1 - 2019-10-15 1.4.1 - 2019-10-15
================== ==================
Fixed Fixed
----- -----
- [sw] fix building system failure - sw: fix building system failure
1.4.0 - 2019-09-11 1.4.0 - 2019-09-11
================== ==================
Added Added
----- -----
- [hdl] svec-base IP-core to support SVEC based designs - hdl: svec-base IP-core to support SVEC based designs
- [sw] Support for svec-base IP-core - sw: Support for svec-base IP-core
- [sw] Support for FMC - sw: Support for FMC
[0.0.0] - 2017-09-28 0.0.0 - 2017-09-28
==================== ====================
Added Added
----- -----
- [sw] basic Linux device driver - sw: basic Linux device driver
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment