summaryrefslogtreecommitdiff
path: root/lib/cpus/aarch64/qemu_max.S
AgeCommit message (Collapse)Author
2023-06-27refactor(cpus): convert QEMU Max to use the errata frameworkMaksims Svecovs
This involves replacing: * the <cpu>_errata_report with the errata_report_shim to report errata automatically. Change-Id: I78b65052dcfc1f29b7dec443bd0aaf67d0efb4eb Signed-off-by: Maksims Svecovs <maksims.svecovs@arm.com>
2021-04-13Add support for QEMU "max" CPULeif Lindholm
Enable basic support for QEMU "max" CPU. The "max" CPU does not attampt to emulate any specific CPU, but rather just enables all the functions emulated by QEMU. Change-Id: I69c212932ef61433509662d0fefbabb1e9e71cf2 Signed-off-by: Leif Lindholm <leif@nuviainc.com>