| 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 ...
|
| 5b173df3 | 29-Jul-2025 |
Boon Khai Ng <boon.khai.ng@altera.com> |
fix(intel): fix iossm driver timeout in agilex5
bl2_plat_setup.c: check return value for agilex5_ddr_init. If init fail, it will go into panic. This will help future debug to root cause the actual i
fix(intel): fix iossm driver timeout in agilex5
bl2_plat_setup.c: check return value for agilex5_ddr_init. If init fail, it will go into panic. This will help future debug to root cause the actual issue.
agilex5_iossm_mailbox.c: corrected divisor for read_count in inline_ecc_bist_mem_init. Wrong divisor will cause read_count to be 0. The same value is also used in out_of_band_ecc_bist_mem_init.
Change-Id: I4c85d251b7e88f3176902917450572adb574b33a Signed-off-by: Goh Shun Jing <shun.jing.goh@altera.com> Signed-off-by: Boon Khai Ng <boon.khai.ng@altera.com> Signed-off-by: Jit Loon Lim <jit.loon.lim@altera.com>
show more ...
|
| 130e88aa | 15-Apr-2025 |
Girisha Dengi <girisha.dengi@intel.com> |
fix(intel): set BIT2 of system manager MPFE Interface Select
Set BIT2 of system manager MPFE Interface Select register to access the EMIF_1.
Change-Id: I6bb2776e5320bde326c6bf97cb785389cad5fb90 Sig
fix(intel): set BIT2 of system manager MPFE Interface Select
Set BIT2 of system manager MPFE Interface Select register to access the EMIF_1.
Change-Id: I6bb2776e5320bde326c6bf97cb785389cad5fb90 Signed-off-by: Girisha Dengi <girisha.dengi@intel.com> Signed-off-by: Jit Loon Lim <jit.loon.lim@altera.com>
show more ...
|
| 8bdfbaf4 | 11-Jun-2025 |
Jit Loon Lim <jit.loon.lim@altera.com> |
fix(intel): unexpected DDR reset type value observed on Agilex5
Redesign the reset type detection logic in the DDR driver. Implement a more robust and comprehensive check that accurately distinguish
fix(intel): unexpected DDR reset type value observed on Agilex5
Redesign the reset type detection logic in the DDR driver. Implement a more robust and comprehensive check that accurately distinguishes all possible DDR_RESET_TYPE values, including 0x4 and any future additions.
Change-Id: I8f1abdc8269b0de68733e5fcb3f12b4a5640770e Signed-off-by: Jit Loon Lim <jit.loon.lim@altera.com>
show more ...
|