Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Bump aarch64-cpu from 9.3.1 to 9.4.0 #281

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2023

Bumps aarch64-cpu from 9.3.1 to 9.4.0.

Release notes

Sourced from aarch64-cpu's releases.

v9.4.0

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)
Changelog

Sourced from aarch64-cpu's changelog.

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)
Commits
  • af65e2c Merge pull request #22 from nchong-at-aws/ncchong/v9.4.0
  • 19ea95e Bump version to 9.4.0 with CHANGELOG
  • 9e6397a Merge pull request #20 from tsoutsman/reexport-tock-registers
  • b8c554b Reexport tock-registers interfaces
  • c27c137 Merge pull request #18 from mahircg-aws/main
  • b0ddef8 Use the correct number of bits for VTTBR_EL2.BADDR
  • e61ca45 Merge pull request #11 from rmsyn/far_el3
  • 4d9d491 Merge pull request #10 from rmsyn/esr_el3
  • 654e66e Merge pull request #9 from rmsyn/sctlr_el3
  • 384f57b add SCTLR_EL3 register
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @cloud-hypervisor-bot.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aarch64-cpu](https://github.com/rust-embedded/aarch64-cpu) from 9.3.1 to 9.4.0.
- [Release notes](https://github.com/rust-embedded/aarch64-cpu/releases)
- [Changelog](https://github.com/rust-embedded/aarch64-cpu/blob/main/CHANGELOG.md)
- [Commits](rust-embedded/aarch64-cpu@v9.3.1...v9.4.0)

---
updated-dependencies:
- dependency-name: aarch64-cpu
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 22, 2023
Copy link

@cloud-hypervisor-bot cloud-hypervisor-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beep boop! I am also a 🤖 - let's join forces!

@dependabot merge

@dependabot dependabot bot merged commit d4364df into main Sep 22, 2023
6 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/aarch64-cpu-9.4.0 branch September 22, 2023 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant