diff --git a/app/gimlet/rev-b.toml b/app/gimlet/rev-b.toml index 8e350ab7e..feb3e46b9 100644 --- a/app/gimlet/rev-b.toml +++ b/app/gimlet/rev-b.toml @@ -1,3 +1,4 @@ +# This is the production image. We expect `name` to match `board` name = "gimlet-b" board = "gimlet-b" inherit = "base.toml" diff --git a/app/gimlet/rev-c.toml b/app/gimlet/rev-c.toml index a53dcef9c..e9e3c7743 100644 --- a/app/gimlet/rev-c.toml +++ b/app/gimlet/rev-c.toml @@ -1,3 +1,4 @@ +# This is the production image. We expect `name` to match `board` name = "gimlet-c" board = "gimlet-c" diff --git a/app/gimlet/rev-d.toml b/app/gimlet/rev-d.toml index c9ce036a3..1f4535bc5 100644 --- a/app/gimlet/rev-d.toml +++ b/app/gimlet/rev-d.toml @@ -1,5 +1,7 @@ # The rev D hardware includes `nreset` lines on all I2C muxes and changes the # M.2 device type from `m2_hp_only` to `nvme_bmc` (after a hardware fix). +# +# This is the production image. We expect `name` to match `board` name = "gimlet-d" board = "gimlet-d" inherit = "base.toml" diff --git a/app/gimlet/rev-e.toml b/app/gimlet/rev-e.toml index 2ddf14f0b..8bd4b8bdf 100644 --- a/app/gimlet/rev-e.toml +++ b/app/gimlet/rev-e.toml @@ -1,3 +1,4 @@ +# This is the production image. We expect `name` to match `board` name = "gimlet-e" board = "gimlet-e" diff --git a/app/gimlet/rev-f.toml b/app/gimlet/rev-f.toml index ec5ecaed3..98dcce7cb 100644 --- a/app/gimlet/rev-f.toml +++ b/app/gimlet/rev-f.toml @@ -1,3 +1,4 @@ +# This is the production image. We expect `name` to match `board` name = "gimlet-f" board = "gimlet-f" diff --git a/app/oxide-rot-1/app.toml b/app/oxide-rot-1/app.toml index 90bfed819..41a05d564 100644 --- a/app/oxide-rot-1/app.toml +++ b/app/oxide-rot-1/app.toml @@ -1,3 +1,4 @@ +# This is the production image. We expect `name` to match `board` name = "oxide-rot-1" target = "thumbv8m.main-none-eabihf" board = "oxide-rot-1" diff --git a/app/psc/rev-b.toml b/app/psc/rev-b.toml index e4871f7ec..f6357c8bc 100644 --- a/app/psc/rev-b.toml +++ b/app/psc/rev-b.toml @@ -1,3 +1,4 @@ +# This is the production image. We expect `name` to match `board` name = "psc-b" board = "psc-b" diff --git a/app/psc/rev-c.toml b/app/psc/rev-c.toml index 9749d189b..9dbed01ae 100644 --- a/app/psc/rev-c.toml +++ b/app/psc/rev-c.toml @@ -1,3 +1,4 @@ +# This is the production image. We expect `name` to match `board` name = "psc-c" board = "psc-c" diff --git a/app/sidecar/rev-b.toml b/app/sidecar/rev-b.toml index ad9e0c089..f7801fcce 100644 --- a/app/sidecar/rev-b.toml +++ b/app/sidecar/rev-b.toml @@ -1,3 +1,4 @@ +# This is the production image. We expect `name` to match `board` name = "sidecar-b" board = "sidecar-b" inherit = "base.toml" diff --git a/app/sidecar/rev-c.toml b/app/sidecar/rev-c.toml index 1c3f6a17a..4bf667679 100644 --- a/app/sidecar/rev-c.toml +++ b/app/sidecar/rev-c.toml @@ -1,3 +1,4 @@ +# This is the production image. We expect `name` to match `board` name = "sidecar-c" board = "sidecar-c" inherit = "base.toml" diff --git a/app/sidecar/rev-d.toml b/app/sidecar/rev-d.toml index e644fa0e0..9b2621df4 100644 --- a/app/sidecar/rev-d.toml +++ b/app/sidecar/rev-d.toml @@ -1,3 +1,4 @@ +# This is the production image. We expect `name` to match `board` name = "sidecar-d" board = "sidecar-d"