Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 31 additions & 2 deletions ovmf-prebuilt/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
# ovmf-prebuilt

This package will contain a library for downloading prebuilts. It is not
yet implemented.
[![Crates.io](https://img.shields.io/crates/v/ovmf-prebuilt)][crates.io]
[![Docs.rs](https://docs.rs/ovmf-prebuilt/badge.svg)][docs.rs]

This library downloads and caches prebuilt [OVMF] binaries. See
[docs.rs/ovmf-prebuilt][docs.rs] for a usage example.

## License

This packaged is under either of

- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms
or conditions.

Note that the downloaded prebuilts are under a different license. OVMF
is part of the [tianocore/edk2] project. See the [`License.txt`][edk2
license] and the [OVMF wiki] for licensing information.

[OVMF wiki]: https://github.com/tianocore/tianocore.github.io/wiki/OVMF
[OVMF]: https://github.com/tianocore/edk2/tree/master/OvmfPkg#readme
[crates.io]: https://crates.io/crates/ovmf-prebuilt
[docs.rs]: https://docs.rs/ovmf-prebuilt
[edk2 license]: https://github.com/tianocore/edk2/blob/master/License.txt
[tianocore/edk2]: https://github.com/tianocore/edk2