Clone this repo:
  1. 88670d2 ti50sdk: Update tag since github changed it by Jett Rink · 4 weeks ago firmware-ec-R137-16267.2.B main release-R137-16267.B stabilize-starline-16261.2.B stabilize-starline-16261.4.B stabilize-starline-16261.5.B stabilize-starline-16261.7.B stabilize-starline-16261.B
  2. d1e65b3 Correctly consume firmware_targets in bundle function. by Gilberto Contreras · 10 weeks ago firmware-ec-R136-16238.2.B release-R136-16238.B stabilize-starline-16232.2.B stabilize-starline-16232.5.B stabilize-starline-16232.B stabilize-starline-16234.2.B stabilize-starline-16234.B stabilize-starline-16245.B stabilize-starline-16246.B
  3. 6ebc72b cros_firmware: punch a libc-sized hole in ti50-sdk by George Burgess IV · 3 months ago firmware-ec-R135-16209.5.B release-R135-16209.B stabilize-starline-16216.B
  4. d867e01 cros_firmware: update ti50-sdk by George Burgess IV · 3 months ago stabilize-16197.B
  5. d13a4c0 Correctly parse firmware targets by Gilberto Contreras · 3 months 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.