Gan Shun
Gan Shun
I don't really know anything about OpenBMC, but are there baked in systemd assumptions with openbmc? How would you work around that? I seem to remember systemd insists on being...
the thing is we already support generic images without an IFD, for example edk2's OVMF. I suspect what happened however is that the signature caused our FV headers to be...
I'd much rather it be seamless. Maybe we should allow searching the biosregion for any FV signature even if it's misaligned. The worry is that we may end up having...
When displaying a file, use knownguids to display its "name" in parens if there is no USER_INTERFACE
One way to do this is to add a Name function to File that returns two strings, one from KG, one from a UI section. The irritating bit is that...
Oh that's cool, so we can parse it similarly to FFSV2? Do you have some references regarding the tailed files/differences between the two revisions?
Currently yes, but we should rethink this when we add better support for AMD and other file systems like CBFS
I'm ok with adding GUID() to the interface, for modules without we can just return nil
I like the hash idea! That's a good idea, we can hash only extracted file contents, skipping the headers.
I vaguely remember that there's supposed to be some header which tells you what the polarity is, I think it might be in the firmware volume header. We should read...