commit | de3fa1e37dd29a306f238c832445821c763d648a | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Mon Jun 26 16:25:21 2023 +0100 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Mon Aug 07 19:36:56 2023 +0100 |
tree | afdd792159e2f951a7c593bf920601c730d48eb1 | |
parent | 4019f952117d902cf9ea7f4c9aaa0992a0639fbb [diff] |
feat(cpus): make revision procedure call optional For runtime errata, we should avoid generating calls to `cpu_get_rev_var` unless its necessary. Make the path that generates this call parameterized, and cache the result in a temporary register to allow future calls that go down the alternate path to retrieve the cache CPU revision. Change-Id: I9882ede76568fbd9a7ccd4caa74eff0c66a7b20e Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>