| 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 ...
|
| 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 ...
|