Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/9elements/firmware-action
Build system for firmware images for several open source firmware solutions
https://github.com/9elements/firmware-action
Last synced: 6 days ago
JSON representation
Build system for firmware images for several open source firmware solutions
- Host: GitHub
- URL: https://github.com/9elements/firmware-action
- Owner: 9elements
- License: mit
- Created: 2023-01-26T10:18:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:09:01.000Z (15 days ago)
- Last Synced: 2024-10-29T10:56:58.299Z (15 days ago)
- Language: Go
- Homepage:
- Size: 7.86 MB
- Stars: 10
- Watchers: 8
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Compile Firmware
[![Lint](https://github.com/9elements/firmware-action/actions/workflows/lint.yml/badge.svg)](https://github.com/9elements/firmware-action/actions/workflows/lint.yml)
[![pytest](https://github.com/9elements/firmware-action/actions/workflows/pytest.yml/badge.svg)](https://github.com/9elements/firmware-action/actions/workflows/pytest.yml)
[![dagger](https://github.com/9elements/firmware-action/actions/workflows/docker-build-and-test.yml/badge.svg)](https://github.com/9elements/firmware-action/actions/workflows/docker-build-and-test.yml)
[![go test](https://github.com/9elements/firmware-action/actions/workflows/go-test.yml/badge.svg)](https://github.com/9elements/firmware-action/actions/workflows/go-test.yml)This repository contains tools to simplify builds of firmware stacks.
At the moment it supports:
- [coreboot](https://coreboot.org/)
- [linux](https://www.kernel.org/)
- [tianocore / edk2](https://www.tianocore.org/)
- firmware stitching (populating IFD regions with binaries)This list should expand in the future (see [issue 56](https://github.com/9elements/firmware-action/issues/56)).
Motivation behind the creation is to unify building of firmware across development. The same code and configuration should run in CI/CD pipeline just as well as on your local machine.
Initially it was meant only as GitHub-specific action, but it should be universal thanks to [dagger](https://docs.dagger.io/).
[Documentation is hosted in pages](https://9elements.github.io/firmware-action/).