| d9872d75 | 14-Oct-2025 |
Jean-Philippe Brucker <jean-philippe@linaro.org> |
feat(qemu): add support for FEAT_GCS
Auto-detect FEAT_GCS and enable it when the platform supports it. This is needed for Linux under QEMU 10.2
Change-Id: I175237006d3808bc058499a34357918674a0c561
feat(qemu): add support for FEAT_GCS
Auto-detect FEAT_GCS and enable it when the platform supports it. This is needed for Linux under QEMU 10.2
Change-Id: I175237006d3808bc058499a34357918674a0c561 Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
show more ...
|
| 139ddfb5 | 14-Oct-2025 |
Jean-Philippe Brucker <jean-philippe@linaro.org> |
feat(qemu): add support for FEAT_SxPxE
Auto-detect the POE and PIE features and enable them when the platform supports them. This is needed for Linux under QEMU 10.2.
Change-Id: Ic05f3227e61386b06a
feat(qemu): add support for FEAT_SxPxE
Auto-detect the POE and PIE features and enable them when the platform supports them. This is needed for Linux under QEMU 10.2.
Change-Id: Ic05f3227e61386b06a1deffce8678048aed456b1 Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
show more ...
|
| cc58f08f | 27-Dec-2024 |
Raymond Mao <raymond.mao@linaro.org> |
feat(qemu): hand off TPM event log via TL
If TRANSFER_LIST is enabled, hand off TPM event log via TL instead of DT; otherwise fallback to legacy way if TRANSFER_LIST is off or errors observed.
More
feat(qemu): hand off TPM event log via TL
If TRANSFER_LIST is enabled, hand off TPM event log via TL instead of DT; otherwise fallback to legacy way if TRANSFER_LIST is off or errors observed.
Moreover, for updating the TL from secure to non-secure memory before existing EL3, replace memcpy with function transfer_list_relocate() for more accuracy.
Change-Id: I1d6bcf573f91efe99380bc89195198a8583b1def Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
show more ...
|