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 15, 2024
1 parent 0cc6ca8 commit bd29883
Show file tree
Hide file tree
Showing 106 changed files with 756 additions and 667 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
133bf3969893178e041b61001d75bfb504be3b3676cac608a40877f1e4b46b4855f86c1859cfc3e22745327102fba4b0 caliptra-rom-no-log.bin
44f5bbbc4b71d7f0926f85b7d81ef7e17f721557b38379b650497eb8dd19d0a74ab5a1e2177c7e99653a878d2daed3b3 caliptra-rom-with-log.bin
83a3d7f334820946cddb1264fe066864fa4b89a9dac3b7f12ea436ce559d4a3981b8b4ac832158f8304b74465bf73ca1 caliptra-rom-no-log.bin
f934eec87da33c357e30a557e8bcf363db12587b15c7a94ad97b1bc2780d8b35c5fde1a60e6b2e6f5ffd1273519715db caliptra-rom-with-log.bin
Loading

0 comments on commit bd29883

Please sign in to comment.