Clone this repo:
  1. 326e0e1 fwsdk: Add codesigner as a repo. by Brian Granaghan · 4 weeks ago firmware-android-15949.B main stabilize-15926.B
  2. bbea75a ti50: Use sdk built with subtools. by Brian Granaghan · 4 weeks ago
  3. cd0c36d fwsdk: Add nonhermetic repo from opentitan. by Brian Granaghan · 5 weeks ago
  4. 69deefc Move more of WORKSPACE.bazel into MODULE.bazel. by Matt Stark · 5 weeks ago firmware-R127-15916.B release-R127-15917.B
  5. 1403985 fwsdk: Add cr50-utils. by Brian Granaghan · 9 weeks ago firmware-hps-15892.B stabilize-15905.B stabilize-hps-15890.B

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.