Skip to content
New issue

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

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

Already on GitHub? # to your account

Update sbi-spec requirement from 0.0.4 to 0.0.6 #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 4, 2023

Updates the requirements on sbi-spec to permit the latest version.

Release notes

Sourced from sbi-spec's releases.

SBI-Spec version 0.0.6

This release adapts second part of RISC-V SBI v2.0-rc1 extension support; it adds SBI System Suspend and SBI CPPC extension. Additionally, it includes shared physical address range structure by Physical, as is defined in chapter 3, RISC-V SBI specification.

Added

  • Physical shared memory physical address range with type annotation in Chapter 3
  • Support to RISC-V SBI System Suspend extension
  • Support to CPPC extension
Changelog

Sourced from sbi-spec's changelog.

[0.0.6] - 2023-04-04

Added

  • Physical shared memory physical address range with type annotation in Chapter 3
  • Support to RISC-V SBI System Suspend extension
  • Support to CPPC extension

[0.0.5] - 2023-02-16

Added

  • Adapt to RISC-V SBI specification version 2.0-rc1
  • PMU_COUNTER_FW_READ_HI function in pmu module for RV32 systems
  • SBI DBCN extension support
  • Result-like documents to SbiRet

Modified

  • style: add period to docs

[0.0.4] - 2022-10-10

Added

  • Various convenient functions to SbiRet structure
  • Add documents on whole sbi-rt crate to coply with deny(missing_docs)
  • Feature legacy to gate legacy SBI extension

Modified

  • Rename SbiRet::ok to SbiRet::success
  • Rename SbiSpecVersion to struct Version

[0.0.3] - 2022-10-06

Added

  • deps: static_assertions check implementations during compilation, and provide an item list for developers
  • denied: warnings and unsafe code
  • a github workflow to check building
  • SbiSpecVersion type defination for sbi base

Modified

  • rename GET_SPEC_VERSION to GET_SBI_SPEC_VERSION
  • rename impl_id::IMPL_XXX to impl_id::XXX

Removed

... (truncated)

Commits
  • 62c8b37 crate: prepare to release version 0.0.6
  • e0d8447 Merge pull request #12 from luojia65/main
  • 1c4eb87 readme: this project support for §13 and §14
  • ecb1a92 cppc: add support to CPPC extension
  • 3d93d49 susp: support RISC-V SBI System Suspend extension
  • ae5f2da Physical shared memory physical address range ...
  • 0ba407c Merge pull request #11 from duskmoon314/ci
  • 56e96a4 ci: deny warnings in clippy check
  • 31d336d crate: prepare to release version 0.0.5
  • b0a5513 Merge pull request #10 from duskmoon314/ci
  • Additional commits viewable in compare view

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

Updates the requirements on [sbi-spec](https://github.com/rustsbi/sbi-spec) to permit the latest version.
- [Release notes](https://github.com/rustsbi/sbi-spec/releases)
- [Changelog](https://github.com/rustsbi/sbi-spec/blob/main/CHANGELOG.md)
- [Commits](rustsbi/sbi-spec@v0.0.4...v0.0.6)

---
updated-dependencies:
- dependency-name: sbi-spec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 4, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants