https://github.com/linuxboot/cbfs
https://github.com/linuxboot/cbfs
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxboot/cbfs
- Owner: linuxboot
- License: bsd-3-clause
- Created: 2018-09-21T18:22:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T00:43:37.000Z (over 4 years ago)
- Last Synced: 2025-04-28T12:02:43.770Z (11 months ago)
- Language: Go
- Size: 6.75 MB
- Stars: 5
- Watchers: 19
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cbfs
Go-based tools for modifying coreboot .rom files
[](https://circleci.com/gh/linuxboot/cbfs)
[](https://travis-ci.com/linuxboot/cbfs/)
[](https://goreportcard.com/report/github.com/linuxboot/cbfs)
[](https://godoc.org/github.com/linuxboot/cbfs)
[](https://codecov.io/gh/linuxboot/cbfs/)
[](https://github.com/linuxboot/cbfs/blob/master/LICENSE)
## cbf
Example usage:
```
TBD
```
## Installation
# Golang version 1.11 is required:
go version
# For cbfs
go get github.com/linuxboot/cbfs/cmds/cbfs
## Updating Dependencies
# Latest released version of dep is required:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure