An open API service indexing awesome lists of open source software.

https://github.com/linuxboot/cbfs


https://github.com/linuxboot/cbfs

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# cbfs

Go-based tools for modifying coreboot .rom files

[![CircleCI](https://circleci.com/gh/linuxboot/cbfs.svg?style=shield)](https://circleci.com/gh/linuxboot/cbfs)
[![Build Status](https://travis-ci.com/linuxboot/cbfs.png)](https://travis-ci.com/linuxboot/cbfs/)
[![Go Report
Card](https://goreportcard.com/badge/github.com/linuxboot/cbfs)](https://goreportcard.com/report/github.com/linuxboot/cbfs)
[![GoDoc](https://godoc.org/github.com/linuxboot/cbfs?status.svg)](https://godoc.org/github.com/linuxboot/cbfs)
[![CodeCov](https://codecov.io/gh/linuxboot/cbfs/branch/master/graph/badge.svg)](https://codecov.io/gh/linuxboot/cbfs/)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](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