| a22f84f0 | 10-Jul-2024 |
Balint Dobszay <balint.dobszay@arm.com> |
docs: add binding for vm availability messages
SPs can subscribe to get notified when a VM is created or destroyed. This patch adds a binding to the SP manifest to represent this.
Signed-off-by: Ba
docs: add binding for vm availability messages
SPs can subscribe to get notified when a VM is created or destroyed. This patch adds a binding to the SP manifest to represent this.
Signed-off-by: Balint Dobszay <balint.dobszay@arm.com> Change-Id: Ib23655575f471a22bcf261f70f2c4124a3f292c3
show more ...
|
| 9a01089d | 25-Jul-2024 |
Madhukar Pappireddy <madhukar.pappireddy@arm.com> |
docs: fix discrepancies in value type of manifest fields
In order to avoid the complexity of supporting value types smaller than u32 and avoid discrepancies for the various manifest fields among dif
docs: fix discrepancies in value type of manifest fields
In order to avoid the complexity of supporting value types smaller than u32 and avoid discrepancies for the various manifest fields among different projects, the value type for relevant fields are upgraded to u32.
Change-Id: Ib033019b3b8c26bf4b8b50f89b7a6d1a772e5e51 Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
show more ...
|
| 3b63eef9 | 25-Jul-2024 |
Madhukar Pappireddy <madhukar.pappireddy@arm.com> |
docs: update ff-a manifest bindings
Various SPMC projects within trustefirmware.org have decided to adhere to a common FF-A manifest binding document. The one hosted in the readthedocs portal of TF-
docs: update ff-a manifest bindings
Various SPMC projects within trustefirmware.org have decided to adhere to a common FF-A manifest binding document. The one hosted in the readthedocs portal of TF-A project will be considered as the reference.
Hence, this binding document is updated to reflect new additions made to binding document hosted in Hafnium project. Eventually, all other binding document are going to be removed.
Also, few fields were incorrectly identified as mandatory. Necessary corrections are made in this patch.
Change-Id: I2eadd77487c770e49605285bbd72027c5e72e385 Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
show more ...
|
| 320fb293 | 19-Mar-2024 |
Govindraj Raja <govindraj.raja@arm.com> |
refactor(docs): added versioning to smccc services
With addition of vendor-specific el3 monitor service calls debugfs and pmf are moved from arm-sip to vendor-specific el3 range.
Going forward any
refactor(docs): added versioning to smccc services
With addition of vendor-specific el3 monitor service calls debugfs and pmf are moved from arm-sip to vendor-specific el3 range.
Going forward any changes to SMCCC services can be captured from docs file table.
Use one FID allocated per sub-feature to track changes in sub-feature. Modify top level version only when we break version probing or discovery.
Change-Id: I14ceeab79f29ae57a5d7c523147f6ecaa5574f79 Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
show more ...
|