Brad Campbell
Brad Campbell
Given the many recently merged PRs, a new release would be helpful for making this easy to use.
The tickv and pmp changes should be pulled to their own PRs.
CI error: ``` Compiling capsules v0.1.0 (/home/runner/work/tock/tock/capsules) Compiling rv32i v0.1.0 (/home/runner/work/tock/tock/arch/rv32i) Compiling lowrisc v0.1.0 (/home/runner/work/tock/tock/chips/lowrisc) Compiling earlgrey v0.1.0 (/home/runner/work/tock/tock/chips/earlgrey) Compiling components v0.1.0 (/home/runner/work/tock/tock/boards/components) Finished release [optimized + debuginfo] target(s) in...
Need to update doc/tbf.md with changes.
> > Need to update doc/tbf.md with changes. > > Going through this now. I'm stuck on one question: do header TLVs have a defined order? In particular, the current...
Update on the tooling side: I've been using elf2tab and tockloader to compile and manage TABs with credentials. I think the tooling is looking good.
I did some testing with this PR and multiple apps with tockloader on imix, and with the fixes to sha256 and sbrk basic tests work. Which is a good sign!
> However, I’m curious – why RSA and not ECDSA? That is more an artifact of how the development process occurred than a conscious design decision. One todo item (which...
> A capsule cannot use the `DeferredCallManager` because capsules cannot reference code in `chips/`, and `DeferredCall` relies on a statically defined chip-specific list of deferred calls. And this is because...