Andreas Fuchs

Results 192 comments of Andreas Fuchs
trafficstars

Thanks to my colleague, this idea is now void: ![image](https://user-images.githubusercontent.com/5175109/207257414-5fb38733-e748-489c-a68e-2014cbb2c3aa.png) This means, if an encryption session is added then the HMAC of the first session changes. Thus, this idea is...

Actually, we use higher values for all buffers in the TSS in order to be future proof wrt the ABI, if the TPMs decide to support larger stuff in the...

fapi is currently only implemented for Linux. For windows certain modules (such as keystore) need to be reimplemented.

1. GPIOs 2 and 3 (here is the specific overlay: https://github.com/raspberrypi/linux/blob/rpi-6.0.y/arch/arm/boot/dts/overlays/tpm-slb9673-overlay.dts) 2. The only other thing would be the I2C-EEPROM for HAT data, but AFAIR also disabling this does not...

Thanks a lot for looking into this topic. > P.S. Are you certain that there is nothing accessing the GPIO controller hardware directly from user-space - something using the pigpio...

I prepared an extract from a multi-minute trace. I marked a few cases. The shortest is at Marker 12 with only 0.126 low-phase. Overall 0.126 is the shortest we ever...

> Try undoing all of your changes and adding `gpiod_get_value(priv->scl, state);` after `gpiod_set_value(priv->scl, state);`. You could do the same for the sda writes as well. Will do. But won't gcc...

We need to update the spec. No idea why we did not, it was discussed in TCG though. A bit of background: We first released the spec, then did the...

what's you gcc or clang version ? could you please run `make V=1` and give the compiler calls that are failing ?

What version of autoreconf do you run ?