{"id":22911274,"url":"https://github.com/rust-osdev/ovmf-prebuilt","last_synced_at":"2026-03-08T05:02:41.116Z","repository":{"id":39289478,"uuid":"357095587","full_name":"rust-osdev/ovmf-prebuilt","owner":"rust-osdev","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-01T21:10:36.000Z","size":1526,"stargazers_count":35,"open_issues_count":3,"forks_count":12,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-02T01:31:28.314Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-osdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-12T07:19:33.000Z","updated_at":"2026-03-01T20:30:12.000Z","dependencies_parsed_at":"2024-01-03T03:39:58.100Z","dependency_job_id":"ec36929e-be7b-4a56-9ece-a0aa4ccbd66c","html_url":"https://github.com/rust-osdev/ovmf-prebuilt","commit_stats":null,"previous_names":[],"tags_count":157,"template":false,"template_full_name":null,"purl":"pkg:github/rust-osdev/ovmf-prebuilt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-osdev%2Fovmf-prebuilt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-osdev%2Fovmf-prebuilt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-osdev%2Fovmf-prebuilt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-osdev%2Fovmf-prebuilt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-osdev","download_url":"https://codeload.github.com/rust-osdev/ovmf-prebuilt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-osdev%2Fovmf-prebuilt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30246626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"online","status_checked_at":"2026-03-08T02:00:06.215Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-14T04:15:59.701Z","updated_at":"2026-03-08T05:02:41.074Z","avatar_url":"https://github.com/rust-osdev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ovmf-prebuilt\n\nBuilds a release tag of [edk2] and uploads it as a Github release to this repo.\n\nThe contents of the release tarball look like this:\n```\nx64/shell.efi\nx64/vars.fd\nx64/code.fd\naarch64/vars.fd\naarch64/code.fd\naarch64/shell.efi\nriscv64/vars.fd\nriscv64/code.fd\nriscv64/shell.efi\nloongarch64/vars.fd\nloongarch64/code.fd\nloongarch64/shell.efi\n```\n\nOlder releases (`edk2-stable202508` and earlier) also include:\n```\nia32/shell.efi\nia32/vars.fd\nia32/code.fd\n```\n\n[**Latest Release**](https://github.com/rust-osdev/ovmf-prebuilt/releases/latest)\n\n## License\n\nOVMF is part of the [tianocore/edk2](https://github.com/tianocore/edk2) project. See the [`License.txt`](https://github.com/tianocore/edk2/blob/master/License.txt) and the [OVMF wiki page](https://github.com/tianocore/tianocore.github.io/wiki/OVMF) of the repository for licensing information. These are the licensing terms that applies to the releases in this repository. Note that some of the OVMF builds include a seabios CSM, which is GPLv3 licensed.\n\nThe _build code_ (not the releases) of this `ovmf-prebuilt` project is licensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or\n  http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\nUnless 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.\n\n## Usage\n\nThe build is ordinarily run with Github Actions by manually pushing a tag to the repo. The tag should look something like `edk2-stable202211-r1`. The first part, `edk2-stable202211`, should match a tag in the [edk2] repo. The `-r1` at the end is so that we can do multiple releases of the same edk2 tag without overwriting previous ones (e.g. if we realize later we need to modify a build flag).\n\nThe build can be run locally with:\n\n```\ncargo run -- [--container-cmd \u003ccmd\u003e] [--create-release] \u003ctag\u003e\n```\n\n[edk2]: https://github.com/tianocore/edk2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-osdev%2Fovmf-prebuilt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frust-osdev%2Fovmf-prebuilt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-osdev%2Fovmf-prebuilt/lists"}