Skip to content

Commit

Permalink
Update zerocopy from 0.6.6 to 0.8.8.
Browse files Browse the repository at this point in the history
This PR does not optimize out a large portion of copies. Ideally it will
be done in follow up PRs.

There are portions of code that are slightly modified to keep panics out
of the final binary.
  • Loading branch information
clundin25 committed Nov 8, 2024
1 parent c94ce2b commit 718296c
Show file tree
Hide file tree
Showing 103 changed files with 700 additions and 617 deletions.
15 changes: 4 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ ureg-schema = { path = "ureg/lib/schema" }
ureg-systemrdl = { path = "ureg/lib/systemrdl" }
wycheproof = "0.5.1"
x509-parser = "0.15.0"
zerocopy = "0.6.6"
zerocopy = { version = "0.8.8", features = ["derive"] }
serial_test = "2.0.0"
nix = "0.26.2"
libc = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions FROZEN_IMAGES.sha384sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# WARNING: Do not update this file without the approval of the Caliptra TAC
ad1064cba5b190e4f5258c175b7ec7c697ccb188ba0ed18302c6e924f0ea0b10457dc753d6d2963f415fbaf761eace96 caliptra-rom-no-log.bin
2aae08cbe6e13559201fee432a7bbf535d27d94df4e8b4d05adab11c4f27b57c6d8392b71a24ee459af7b9663ce9c31f caliptra-rom-with-log.bin
0f49fb9834d54661de1cfbb5a7ee198797a3733f0ba6a1782d89dcad563b3e72894ad83f5df2051805da3587688e8a4d caliptra-rom-no-log.bin
6f6931591e15f4a3735c448e7a5fa0b4e32987dd9b5af0b2ccd540e923dac442c1412592e4006bb6d19ab13654afde2c caliptra-rom-with-log.bin
Loading

0 comments on commit 718296c

Please sign in to comment.