Clone this repo:
  1. c9956ac firmware_builder: Attempt to preserve build logs by Jon Murphy · 3 days ago main release-R151-16733.B
  2. f5d2344 Revert "firmware_builder: Remove tests" by Jon Murphy · 2 weeks ago
  3. c60a040 deps.bzl: build codesigner from source instead of pulling from CPID by Vadim Bendebury · 4 weeks ago
  4. 2f6e54b deps.bzl: make sure opentitantool is built when necessary by Vadim Bendebury · 5 weeks ago firmware-R150-16700.2.B firmware-bluey-16702.B release-R150-16700.B
  5. a097b85 cros_firmware: add opentitantool to the list of packages by Vadim Bendebury · 6 weeks ago

rules_cros_firmware

This repository contains Bazel rules for building AP and EC firmware. It's the core build logic for the Firmware SDK project.

Getting Started

At the moment, we have a separate repo manifest in this repository (see default.xml). This will change in the future, and is only for early experimentation.

To setup the checkout:

$ mkdir ~/fwsdk
$ cd ~/fwsdk
$ repo init -u https://chromium.googlesource.com/chromiumos/platform/rules_cros_firmware
$ repo sync

Formatting files

All files should be formatted using cros format. Pre-upload checks should validate you did this.

Submitting changes

At the moment, we do not have CI setup in this repository, and it's not part of the main ChromeOS build, so changes should be chumped.

At a later point we'll have some CI going.