Skip to content

Commit c7f7794

Browse files
clundin25jhand2
authored andcommitted
Update zerocopy from 0.6.6 to 0.8.8.
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.
1 parent 63cae9b commit c7f7794

File tree

106 files changed

+763
-675
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+763
-675
lines changed

Cargo.lock

+4-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ ureg-schema = { path = "ureg/lib/schema" }
183183
ureg-systemrdl = { path = "ureg/lib/systemrdl" }
184184
wycheproof = "0.5.1"
185185
x509-parser = "0.15.0"
186-
zerocopy = "0.6.6"
186+
zerocopy = { version = "0.8.8", features = ["derive"] }
187187
serial_test = "2.0.0"
188188
nix = "0.26.2"
189189
libc = "0.2"

FROZEN_IMAGES.sha384sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# WARNING: Do not update this file without the approval of the Caliptra TAC
2-
df4a72ee4a88d12d7216f8d23c6567b479694dec959e7332d69094098d312ea2dbf35de1117db156635ad41a78bf3c14 caliptra-rom-no-log.bin
3-
02db1204eea812bee28904ce877ec7604746169fa7bfa82471cf10af239852466c1a16b2d5b3b9ad26b4ccfe2ca0a1b5 caliptra-rom-with-log.bin
2+
a0c760bba301d669c7d7ce3f60d9451d2b4ed9f3d9b237a6eaabd6b7d8a7172573d7664c4d1dfc3f519d0babeae702de caliptra-rom-no-log.bin
3+
92c38d0f250cb2eee89536ab7b9b81e356c0197b365da2ef04aef946347db46690ea51dad0447cf3acf0a9fc235f7951 caliptra-rom-with-log.bin

0 commit comments

Comments
 (0)