Rene de Souza Pinto
Rene de Souza Pinto
This commit fixes the building process that fails when ukring is enabled. Signed-off-by: Renê de Souza Pinto ### Prerequisite checklist - [ x] Read the [contribution guidelines](https://unikraft.org/docs/contributing/) regarding submitting new...
Set system time from RTC (when available) at boot so we can get the correct date earlier without need to wait for the chrony daemon initialization, this is specially important...
This PR solves an issue like the log below, observed while deploying native containers and in some Eden tests: ``` ERROR: App BM-1 uuid 98c7224d-07bb-42a0-99fd-8afcd0d0e808 state HALTED error: failed to...
Eventually, an edge device can be touched by a local administrator (maybe for debugging purposes, for instance). Implement some local admin commands would help these admins and/or developers to debug...
# Description Currently we use the same IDs when generating disk images. This approach causes some problems, especially on ARM devices, when we have EVE installed on eMMC and we...
Get more information about the hardware and sensors as well, specially temperature sensors. This can help users to figure out hardware changes and/or field/production problems like overheating.
Currently we just provide device tree overlays for TPM and the Advantech UNO hat. We need to add more overlays for common cases such as RTC devices, second serial console...
#### Use case In order to allow Trusted Applications (TAs) to be loaded on OPTEE-OS, a daemon must be present in the host system. A common use case would be...