| cb3ceb53 | 06-May-2025 |
Girisha Dengi <girisha.dengi@intel.com> |
fix(intel): flush the mailbox response buffer in SiPSVC V3
In SiPSVC V3, the user suppiled buffer will be directly used for collecting the response from SDM mailbox - this way we can avoid keeping t
fix(intel): flush the mailbox response buffer in SiPSVC V3
In SiPSVC V3, the user suppiled buffer will be directly used for collecting the response from SDM mailbox - this way we can avoid keeping the response local copy in the TF-A and improve performance. Once the response is collected in the user buffer, we need to FLUSH to maintain coherency.
Change-Id: I265ce177fe42d7ab647c875d52286de4b998672d Signed-off-by: Girisha Dengi <girisha.dengi@intel.com> Signed-off-by: Jit Loon Lim <jit.loon.lim@altera.com>
show more ...
|
| d7286ade | 07-Jul-2025 |
Girisha Dengi <girisha.dengi@altera.com> |
fix(intel): update the RSU version logic read
Update the RSU version logic read, keep the version with backward compatible as SiPSVC V1.
Change-Id: Ibb0f3bb631c7759e65ac028a9e52006f2f057e6f Signed-
fix(intel): update the RSU version logic read
Update the RSU version logic read, keep the version with backward compatible as SiPSVC V1.
Change-Id: Ibb0f3bb631c7759e65ac028a9e52006f2f057e6f Signed-off-by: Girisha Dengi <girisha.dengi@altera.com> Signed-off-by: Jit Loon Lim <jit.loon.lim@altera.com>
show more ...
|
| 0934946e | 06-May-2025 |
Girisha Dengi <girisha.dengi@intel.com> |
fix(intel): update generic mailbox command filter method
Update generic mailbox command filter method, filter the commands based on the mailbox spec command ID and not on the SMC function ID.
Chang
fix(intel): update generic mailbox command filter method
Update generic mailbox command filter method, filter the commands based on the mailbox spec command ID and not on the SMC function ID.
Change-Id: Icceecc4c41858254d1a44e83552561f0b7c313ac Signed-off-by: Girisha Dengi <girisha.dengi@intel.com> Signed-off-by: Jit Loon Lim <jit.loon.lim@altera.com>
show more ...
|
| 2c03c2c0 | 19-May-2025 |
Jit Loon Lim <jit.loon.lim@altera.com> |
fix(intel): solve agilex warm reset issue
Agilex warm reset not able to trigger due to the system not able to detect the magic number. ATF only able to solve for boot core. For secondary cores, Linu
fix(intel): solve agilex warm reset issue
Agilex warm reset not able to trigger due to the system not able to detect the magic number. ATF only able to solve for boot core. For secondary cores, Linux need to update psci driver to WFI the cores in EL3. Original Linux WFI is EL1. Thus causing secondary cores not working
Change-Id: I5470abc19a09e45f16c4cd0049dd20e6534435bb Signed-off-by: Jit Loon Lim <jit.loon.lim@altera.com>
show more ...
|
| 53791e82 | 28-May-2025 |
Boon Khai Ng <boon.khai.ng@altera.com> |
fix(intel): remove wfi polling when performing cpu on
Polling the WFI status produces vague result as the secondary CPU will keep changing it's states.
Removing the polling WFI code as this will ca
fix(intel): remove wfi polling when performing cpu on
Polling the WFI status produces vague result as the secondary CPU will keep changing it's states.
Removing the polling WFI code as this will cause polling timeout since the CPU state is uncertain.
The CPU ON function will still work by removing this check.
Change-Id: I1bb556a83ca16e122dfa35343de3e7cc39c5b678 Signed-off-by: Boon Khai Ng <boon.khai.ng@altera.com> Signed-off-by: Jit Loon Lim <jit.loon.lim@altera.com>
show more ...
|