| e928912f | 05-Nov-2025 |
Jit Loon Lim <jit.loon.lim@altera.com> |
fix(intel): remove invalid SDM SMMU Stream ID register from bypass list
The register is SDM-owned and not accessible by HPS. It was added by mistakein v2.7.0. Removing it ensures correct access cont
fix(intel): remove invalid SDM SMMU Stream ID register from bypass list
The register is SDM-owned and not accessible by HPS. It was added by mistakein v2.7.0. Removing it ensures correct access control.
Change-Id: I76d27e5b53bfb115ace6011dbb79f2fac049bb4e Signed-off-by: Jit Loon Lim <jit.loon.lim@altera.com>
show more ...
|
| d625940f | 10-Oct-2025 |
Jit Loon Lim <jit.loon.lim@altera.com> |
fix(intel): prevent invalid register rejection on non-A5F4 devices
Move TSN_TBU_STREAM_CTRL_REG_3_TSN0/1/2 handling outside the main switch to ensure non-A5F4 devices (e.g., A5F0) evaluate other val
fix(intel): prevent invalid register rejection on non-A5F4 devices
Move TSN_TBU_STREAM_CTRL_REG_3_TSN0/1/2 handling outside the main switch to ensure non-A5F4 devices (e.g., A5F0) evaluate other valid registers.
Previously, TSN cases were inside the switch and followed by a `break` if not A5F4, causing early exit and -1 return. Valid registers (e.g., ECC_INTMASK_x)were rejected, blocking boot.
Now, A5F4 TSN registers are handled conditionally and fallthrough is clean for all other devices.
Change-Id: I1339e0e3951ccb68f02dc437f25db6c27d2a0877 Signed-off-by: Jit Loon Lim <jit.loon.lim@altera.com>
show more ...
|
| ef80b7a2 | 11-Aug-2025 |
Jit Loon Lim <jit.loon.lim@altera.com> |
fix(intel): correct condition to process unused entries
A logic error in the response queue handling caused available entries to be skipped after an upstream change inverted the flag check. This fix
fix(intel): correct condition to process unused entries
A logic error in the response queue handling caused available entries to be skipped after an upstream change inverted the flag check. This fix restores the intended logic so that unused response slots are correctly detected and processed.
Change-Id: I253f098573c3c84dc43f48cff893c410684322a2 Signed-off-by: Jit Loon Lim <jit.loon.lim@altera.com>
show more ...
|
| 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 ...
|