/cbfs

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

cbfs

Go-based tools for modifying coreboot .rom files

CircleCI Build Status Go Report Card GoDoc CodeCov 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