Johannes Holland

Results 34 comments of Johannes Holland

This callback handler is too low-level, imo. It handles logging on string level, i.e. you cannot change the format. Also, on python level you would need to parse the logs...

@AndreasFuchsSIT Good point! Tbh, those are all somewhat ugly... Btw, I already added support for logging to an fd (#1976). Additionally, I implemented a PoC on python side (tpm2-software/tpm2-pytss#164) but...

I agree that weak symbols are not the ideal solution in terms of portability. @williamcroberts > That [Option 1.] would then break it and the logic as we need a...

I'd opt for env overwrites function because it is far easier to just change the env. var. than to change the code and recompile when debugging. The env mechanism should...

Sure. My expectation was that if we create a logging API with a setter for logging callbacks, we also add a call for setting the verbosity. I guess that was...

Maybe the tcti-pcap module could be of help here: tpm2-software/tpm2-tss#1817

You're supposed to be prompted with a "press any key to enter U-Boot shell" or something similar. If you do not press a key within something like 2s, it continues...

I don't think that is the problem. By the way: if you do not use/connect the reset pin, it should work fine, as well. Unfortunately, I do not have any...

@JuergenReppSIT When I did this, I only needed the unit tests. Although I (unnecessarily) built the mssim simulator (`tpm_server`), I did not run the integration tests. For that, I would...

With issue #2649, I revisited this. ### Github Action `run-on-arch-action` I tried [uraimo/run-on-arch-action](https://github.com/marketplace/actions/run-on-architecture), which is qemu-based (but idk how exactly). Currently I am struggeling with the slowness (granted, based on...