Home
last modified time | relevance | path

Searched hist:e8b30c2921a63091a4e7002e1e7530755002bed8 (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/lib/cpus/aarch64/
H A Drainier.Se8b30c2921a63091a4e7002e1e7530755002bed8 Wed Apr 19 15:48:05 UTC 2023 Maksims Svecovs <maksims.svecovs@arm.com> refactor(cpus): convert Rainier to use errata framework

This involves replacing:
* the reset_func with the standard cpu_reset_func_{start,end} to apply
errata automatically
* the <cpu>_errata_report with the errata_report_shim to report errata
automatically
as well as specifically related to single errata for this CPU:
* the prologue with the workaround_<type>_start to do the checks and
framework registration automatically
* the epilogue with the workaround_<type>_end
* the checker function with the check_erratum_<type> to make it more
descriptive

Change-Id: I31cacbbdd4caa12b32e2c65ec456b0ab6b1a9101
Signed-off-by: Maksims Svecovs <maksims.svecovs@arm.com>