Kai Michaelis
Kai Michaelis
``` meson build -Dintrospection=disabled \ -D{libxmlb:,libjcat:,gcab:}introspection=false \ -Dgcab:docs=false -Dlibxmlb:gtkdoc=false \ -Dplugin_redfish=enabled -Dplugin_tpm=enabled \ -Dgudev=enabled -Dcurl=enabled -Dgusb=enabled \ --prefix /opt/fwupd ``` [meson-log.txt](https://github.com/fwupd/fwupd/files/9683693/meson-log.txt) ``` ninja -C build && sudo ninja -C build...
@superm1 >Perhaps do you want to model how the license checking should work in the redfish self tests? I tried to write some tests for the whole SMC specific logic...
Sounds doable. Do I add this as another plugin in `fu_test_self_init()`?
OK, so I added a function to the redfish backend to set the credentials without writing any files. The redfish simulator python script then changes behaviour based on the sent...
> As an up-leveled question - how does a user resolve this? Does it need some discoverable documentation? Perhaps would it make sense to write up a markdown page that...
While I'd welcome the `intel-spi` driver becoming useful, I wouldn't bet on `mtd` exposing all flash protection bits. I'm not an expert on AMD but for Intel there is a...
Another way would be to use serde. It allows more control over field names, default values et.al.
An early version of Panopticon used BerkeleyDB and later KyotoCabinet as file format. While the idea of using a embedded DB for persistence sounds good, it does not remove the...
Hey @lindt, thanks for looking into Panopticon. Providing a Docker image to test Panopticon is definitly a good idea, but I do not have the time to maintain this on...
https://github.com/das-labor/panopticon/blob/master/CHANGELOG 😕 😐 ❓