Skip to content

Commit 24f0613

Browse files
daymDanny Milosavljevic
authored andcommitted
Check whether (processor_generation, spi_mode_bulldozer, spi_mode_zen_naples, spi_mode_zen_rome) that was specified by the user is actually valid.
Fixes <#141>.
1 parent c919b79 commit 24f0613

19 files changed

+1549
-36
lines changed

.github/buildomat/jobs/build-and-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ git submodule update --init
5353

5454
banner test
5555
ptime -m cargo test --verbose --locked
56+
(cd amd-host-image-builder-config && ptime -m cargo test --verbose --locked)
5657

5758
banner build
5859
ptime -m cargo build --release --verbose --locked

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ edition = "2018"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
amd-apcb = { git = "https://github.com/oxidecomputer/amd-apcb.git", tag = "v0.1.5", features = ["std", "serde", "schemars"] }
11-
amd-efs = { git = "ssh://[email protected]/oxidecomputer/amd-efs.git", tag = "v0.3.0", features = ["std", "serde", "schemars"] }
10+
amd-apcb = { git = "https://github.com/oxidecomputer/amd-apcb.git", tag = "v0.2.0", features = ["std", "serde", "schemars"] }
11+
amd-efs = { git = "ssh://[email protected]/oxidecomputer/amd-efs.git", tag = "v0.3.1", features = ["std", "serde", "schemars"] }
1212
amd-flash = { git = "ssh://[email protected]/oxidecomputer/amd-flash.git", tag = "v0.2.1", features = ["std"] }
1313
goblin = { version = "0.4", features = ["elf64", "endian_fd"] }
1414
#serde = { version = "1.0", default-features = false, features = ["derive"] }
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
Cargo.lock

0 commit comments

Comments
 (0)