Jett Rink

Results 33 comments of Jett Rink

I would like to suggest adding a line to the release note/breaking changes: * `VirtualMuxAlarm`s now requires the `setup()` function to be called in board set up code after they...

> Disabling ECC while reading for hashing+signature verification' was mentioned earlier but we disregard it because we want to use the single bit error correction, correct That would be my...

> In case we decide to demote the `flash_ctrl` alert severity from fatal to recoverable, can you spawn another issue and put it into the PROD.M3 milestone so that we...

For option 3, how do we resume the ROM_EXT's selection algorithm of the owner firmware to boot if we encounter an ECC error while reading the code section from the...

That provided code snippet makes me pretty nervous with respect to compiler optimizations. I am pretty sure that the compiler would be free to not set the initial value of...

The two watermark interrupt moving to status SGTM. For the empty interrupt, it would be nice for there to be consistency across other empty interrupts, e.g. fifo_empty. If fifo_empty is...

In the case you described: >From a comment in the RTL this was done to avoid an immediate tx_empty interrupt when you write a single byte to the FIFO (as...

> The issue it's seeking to solve is the copy loop will write one byte at a time, so when you write several bytes of data you'll get an immediate...

Having a way to flush and reset the available buffer FIFOs seems like a good idea. We have a couple of TODOs in our implementation to clear buffers in reset/error...

Here is a discussion on another project about having a no panic policy with some good information: https://github.com/orgs/tpm-rs/discussions/5 I think it could help the zerocopy library if it were interested...