| b38f8f7a | 07-Feb-2025 |
Gavin Liu <gavin.liu@mediatek.com> |
fix(mt8196): fix wrong register offset of dptx on MT8196
Fix wrong register offset of dptx on MT8196.
Change-Id: I46f7ac7751d14c9093b7b5bd1c741179a7fbbd34 Signed-off-by: Gavin Liu <gavin.liu@mediat
fix(mt8196): fix wrong register offset of dptx on MT8196
Fix wrong register offset of dptx on MT8196.
Change-Id: I46f7ac7751d14c9093b7b5bd1c741179a7fbbd34 Signed-off-by: Gavin Liu <gavin.liu@mediatek.com>
show more ...
|
| 83f37d99 | 06-Feb-2025 |
Gavin Liu <gavin.liu@mediatek.com> |
fix(mt8196): remove CPU_IDLE_SRAM_BASE entry from plat_mmap
This region is defined in LPM driver. Prefer managing this region in LPM driver and remove it from plat_mmap and platform_def.h.
Change-I
fix(mt8196): remove CPU_IDLE_SRAM_BASE entry from plat_mmap
This region is defined in LPM driver. Prefer managing this region in LPM driver and remove it from plat_mmap and platform_def.h.
Change-Id: I57bfaad88a28d4f29e2b132ba080bc7d5b8248d8 Signed-off-by: Gavin Liu <gavin.liu@mediatek.com>
show more ...
|
| 8f7d9bfa | 05-Feb-2025 |
Gavin Liu <gavin.liu@mediatek.com> |
fix(mt8196): add whole-archive option to prebuilt library
Added `-Wl,--whole-archive` option to the LDLIBS in the platfrom.mk to ensure that the symbols within the library are not stripped during th
fix(mt8196): add whole-archive option to prebuilt library
Added `-Wl,--whole-archive` option to the LDLIBS in the platfrom.mk to ensure that the symbols within the library are not stripped during the linking process.
Change-Id: I35c728d3ccc98489183285a96f703e02dc7505d3 Signed-off-by: Gavin Liu <gavin.liu@mediatek.com>
show more ...
|
| 0d11e62e | 31-Jan-2025 |
Douglas Anderson <dianders@chromium.org> |
feat(mt8196): enable appropriate errata
Booting mt8196 and grepping the logs for "errat" showed:
WARNING: BL31: cortex_a720: CPU workaround for erratum 2792132 was missing! WARNING: BL31: corte
feat(mt8196): enable appropriate errata
Booting mt8196 and grepping the logs for "errat" showed:
WARNING: BL31: cortex_a720: CPU workaround for erratum 2792132 was missing! WARNING: BL31: cortex_a720: CPU workaround for erratum 2844092 was missing! WARNING: BL31: cortex_a720: CPU workaround for erratum 2926083 was missing! WARNING: BL31: cortex_a720: CPU workaround for erratum 2940794 was missing! WARNING: BL31: cortex_x4: CPU workaround for erratum 2726228 was missing! WARNING: BL31: cortex_x4: CPU workaround for erratum 2740089 was missing! WARNING: BL31: cortex_x4: CPU workaround for erratum 2763018 was missing! WARNING: BL31: cortex_x4: CPU workaround for erratum 2816013 was missing! WARNING: BL31: cortex_x4: CPU workaround for erratum 2897503 was missing! WARNING: BL31: cortex_x4: CPU workaround for erratum 2923985 was missing! WARNING: BL31: cortex_x4: CPU workaround for erratum 3076789 was missing!
Set defines so that all the errata are fixed. Now the above shows:
INFO: BL31: cortex_a720: CPU workaround for erratum 2792132 was applied INFO: BL31: cortex_a720: CPU workaround for erratum 2844092 was applied INFO: BL31: cortex_a720: CPU workaround for erratum 2926083 was applied INFO: BL31: cortex_a720: CPU workaround for erratum 2940794 was applied INFO: BL31: cortex_x4: CPU workaround for erratum 2726228 was applied INFO: BL31: cortex_x4: CPU workaround for erratum 2740089 was applied INFO: BL31: cortex_x4: CPU workaround for erratum 2763018 was applied INFO: BL31: cortex_x4: CPU workaround for erratum 2816013 was applied INFO: BL31: cortex_x4: CPU workaround for erratum 2897503 was applied INFO: BL31: cortex_x4: CPU workaround for erratum 2923985 was applied INFO: BL31: cortex_x4: CPU workaround for erratum 3076789 was applied
Change-Id: I209784c2574b99c3c275ac60adf73896e0cdd078 Signed-off-by: Douglas Anderson <dianders@chromium.org>
show more ...
|