Jordan Hand
Jordan Hand
I wrote a minimal preprocessor from scratch here: https://github.com/oreboot/oreboot/pull/458 It's all rust and can easily be called from build scripts without any external dependencies.
@radovskyb Are there any plans to merge this? I am working on a project that would definitely benefit from this feature
@benjamindoron can you change the main point of contact to be me? ([email protected]). @Alan32Liu I'm a Caliptra maintainer. Let me know what we need to do to unblock this. Thanks!
> > @benjamindoron can you change the main point of contact to be me? ([[email protected]](mailto:[email protected])). > > @Alan32Liu I'm a Caliptra maintainer. Let me know what we need to do...
Thanks @LuiSzee, we're taking a look. I'll update you as soon as I know more.
There are compatibility bits in the FHT that denote support for certain features. So I assume that's what this is referring to
@mhatrevi @nquarton @JohnTraverAmd @varuns-nvidia Let me know your thoughts. As we talk about adding features such as image manifest and stable identity, I think we need to look for more...
As an aside, I do believe @korran made a lot of ROM size optimizations by tweaking the rust code to get the compiler to generate something more compact. I am...
Perfect, thanks! Let me know if you have any questions @leongross
Preferred options for dealign with this: 1. Using iTRNG 2. Serve eTRNG requests in hardware Currently in ROM I don't think we raise any signal that informs the SoC that...