Alistair Francis

Results 460 comments of Alistair Francis

Woo! Ready to merge! Thanks @twilfredo and others for getting this ready

I opened https://github.com/tock/tock/pull/3205 which is the first few commits of this PR split out. The other changes need to all stay together to maintain bisectability

Urgh, the linker changes changed the start address and as we don't have the ROM we jump to the wrong place. Patches have been sent to QEMU to fix this...

> This suggests to me that a `ShortID` MAY be persistent but MUST be locally unique. This allows processes without any credentials to just use a counter for a `ShortID`....

I'm not a fan of option C. Adding yet another crypto HIL (on top of the existing Mut/Imut async HILs) doesn't seem like a good idea. In the case of...

Here is a rough idea of RSA times for OpenTitan RSA using OTBN: 2048 bit key mod exponent: 4446, 4436 mtime ticks 4096 bit key mod exponent: 32144 mtime ticks...

Thanks @hudson-ayers From a quick look this PR seems to address most of the issues besides the problem or writing/erasing a flash bank that we are also executing from, as...

I pushed some updates that should address more concerns raised in https://github.com/tock/tock/issues/1459

Do you mean the ability to return a string in the `ReturnCode`? I don't think that's a great idea. I think it would be better to just add more `ReturnCode`s...