Alistair Francis
Alistair Francis
Ok, updated to remove the virtuliser part from this. Once this is merged we can then look at adding a single AES virtuliser (while also removing the virtulisation from `virtual_aes_ccm.rs`)
The issue does seem to be fixed. 2022.5 now works great on Kinoite
Can we submit this tool to the upstream OT repo? It would be great to have something generic we can use here and for Tock. The register layout is the...
I think a good question is what embedded system do you foresee that wants/uses a boot loader? Usually embedded systems don't have any resources to spare on a bootloader. As...
From my understanding as well the only way to have a global mutable is with an unsafe. In this case I think it's justifiable as we have already seen this...
OpenSBI will do the same thing automatically at boot: https://github.com/riscv/opensbi/blob/4ef2f5d3e6b25356a8fab19574bed76ce60edeee/lib/utils/fdt/fdt_fixup.c#L156 From what I can tell seL4 kernel doesn't parse the DT at runtime, in which case this change looks good.
Same problem here
The C code has been disabled by this commit: https://github.com/rust-lang/compiler-builtins/commit/e4f46b91ca843297fc065e20f1591e4971ae608c So it's not the same fix as the MIPs issue. It seems like first we need to add the RISC-V...