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 Dec 18, 2024
1 parent 63cae9b commit ec111ab
Show file tree
Hide file tree
Showing 106 changed files with 763 additions and 675 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
df4a72ee4a88d12d7216f8d23c6567b479694dec959e7332d69094098d312ea2dbf35de1117db156635ad41a78bf3c14 caliptra-rom-no-log.bin
02db1204eea812bee28904ce877ec7604746169fa7bfa82471cf10af239852466c1a16b2d5b3b9ad26b4ccfe2ca0a1b5 caliptra-rom-with-log.bin
a0c760bba301d669c7d7ce3f60d9451d2b4ed9f3d9b237a6eaabd6b7d8a7172573d7664c4d1dfc3f519d0babeae702de caliptra-rom-no-log.bin
92c38d0f250cb2eee89536ab7b9b81e356c0197b365da2ef04aef946347db46690ea51dad0447cf3acf0a9fc235f7951 caliptra-rom-with-log.bin
Loading

0 comments on commit ec111ab

Please sign in to comment.