-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 9.4.0 with CHANGELOG
- Loading branch information
1 parent
9e6397a
commit f9d5c11
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [Unreleased] | ||
|
||
### Breaking changes | ||
### Added | ||
### Fixed | ||
### Changed | ||
### Removed | ||
|
||
## [v9.4.0] - 2023-09-19 | ||
|
||
Minor version bump due to re-export of tock-registers dependency (#20) | ||
|
||
### Added | ||
|
||
- Add register `FAR_EL3` (#11) | ||
- Add register `ESR_EL3` (#10) | ||
- Add register `SCTLR_EL3` (#9) | ||
- Add field `TSC` to register `HCR_EL2` (#17) | ||
- Add register `CNTKCTL_EL1` (#12) | ||
- Add registers `APDAKEYHI_EL1`, `APDAKEYLO_EL1`, `APDBKEYHI_EL1`, `APDBKEYLO_EL1`, `APGAKEYHI_EL1`, `APGAKEYLO_EL1`, `APIAKEYHI_EL1`, `APIAKEYLO_EL1`, `APIBKEYHI_EL1`, `APIBKEYLO_EL1` (#14) | ||
- Add registers `RVBAR_EL1`, `RVBAR_EL2`, `RVBAR_EL3` (#8) | ||
- Add registers `MPIDR_EL1` (#6) | ||
- Add registers `TPIDR_EL2` (#7) | ||
|
||
### Fixed | ||
|
||
- Fix bitwidth of field `BADDR` of register `VTTBR_EL2` (#18) | ||
|
||
### Changed | ||
|
||
- Re-export of tock-registers dependency (#20) | ||
- Enable write to registers `ESR_EL1` and `ESR_EL2` (#15) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters