Skip to content

Commit a21abd3

Browse files
authored
Merge branch 'master' into chore/userlib-namespace-imports
2 parents 3faa1a7 + cc99111 commit a21abd3

File tree

28 files changed

+691
-38
lines changed

28 files changed

+691
-38
lines changed

Cargo.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ zeroize = { version = "1.5.7", default-features = false, features = ["zeroize_de
118118
zip = { version = "0.6", default-features = false, features = ["bzip2"] }
119119

120120
# Oxide forks and repos
121-
attest-data = { git = "https://github.com/oxidecomputer/dice-util", default-features = false, version = "0.2.0" }
121+
attest-data = { git = "https://github.com/oxidecomputer/dice-util", default-features = false, version = "0.3.0" }
122122
dice-mfg-msgs = { git = "https://github.com/oxidecomputer/dice-util", default-features = false, version = "0.2.1" }
123123
gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", default-features = false, features = ["smoltcp"] }
124124
gimlet-inspector-protocol = { git = "https://github.com/oxidecomputer/gimlet-inspector-protocol", version = "0.1.0" }

app/gimlet/rev-b.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# This is the production image. We expect `name` to match `board`
12
name = "gimlet-b"
23
board = "gimlet-b"
34
inherit = "base.toml"

app/gimlet/rev-c.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# This is the production image. We expect `name` to match `board`
12
name = "gimlet-c"
23
board = "gimlet-c"
34

app/gimlet/rev-d.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# The rev D hardware includes `nreset` lines on all I2C muxes and changes the
22
# M.2 device type from `m2_hp_only` to `nvme_bmc` (after a hardware fix).
3+
#
4+
# This is the production image. We expect `name` to match `board`
35
name = "gimlet-d"
46
board = "gimlet-d"
57
inherit = "base.toml"

app/gimlet/rev-e.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# This is the production image. We expect `name` to match `board`
12
name = "gimlet-e"
23
board = "gimlet-e"
34

app/gimlet/rev-f.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# This is the production image. We expect `name` to match `board`
12
name = "gimlet-f"
23
board = "gimlet-f"
34

app/lpc55xpresso/app.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ extern-regions = ["sram2"]
141141
[tasks.attest]
142142
name = "task-attest"
143143
priority = 5
144-
max-sizes = {flash = 33904, ram = 16384}
144+
max-sizes = {flash = 35072, ram = 16384}
145145
stacksize = 12304
146146
start = true
147147
extern-regions = ["dice_alias", "dice_certs"]

app/oxide-rot-1/app-dev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ binary_path = "../../target/gimlet-c/dist/default/final.bin"
160160
[tasks.attest]
161161
name = "task-attest"
162162
priority = 5
163-
max-sizes = {flash = 33904, ram = 16384}
163+
max-sizes = {flash = 35072, ram = 16384}
164164
stacksize = 12304
165165
start = true
166166
extern-regions = ["dice_alias", "dice_certs"]

app/oxide-rot-1/app.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# This is the production image. We expect `name` to match `board`
12
name = "oxide-rot-1"
23
target = "thumbv8m.main-none-eabihf"
34
board = "oxide-rot-1"
@@ -136,7 +137,7 @@ task-slots = ["swd"]
136137
[tasks.attest]
137138
name = "task-attest"
138139
priority = 5
139-
max-sizes = {flash = 33904, ram = 16384}
140+
max-sizes = {flash = 35400, ram = 16384}
140141
stacksize = 12304
141142
start = true
142143
extern-regions = ["dice_alias", "dice_certs"]

0 commit comments

Comments
 (0)