Closed vstehle closed 1 year ago
Changing direction a bit as per the solution suggested by @apalos during the call of Mar 13 and make the monotonic counter optional:
Returning EFI_DEVICE_ERROR
in GetNextMonotonicCount()
does not prevent an OS to boot (this has been rapidly verified on U-Boot with Debian, Ubuntu, openSUSE and Fedora).
Acked-by: Ilias Apalodimas ilias.apalodimas@linaro.org
Allow the high 32-bit part of the platform's monotonic counter to be volatile.
This is consistent with current U-Boot's implementation.