mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
refactor(cpus): convert QEMU Max to use the errata framework
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>
This commit is contained in:
parent
14196178f1
commit
e5cc52dbf6
1 changed files with 2 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2014-2021, ARM Limited and Contributors. All rights reserved.
|
||||
* Copyright (c) 2014-2023, Arm Limited and Contributors. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
@ -47,14 +47,7 @@ func qemu_max_cluster_pwr_dwn
|
|||
b dcsw_op_all
|
||||
endfunc qemu_max_cluster_pwr_dwn
|
||||
|
||||
#if REPORT_ERRATA
|
||||
/*
|
||||
* Errata printing function for QEMU "max". Must follow AAPCS.
|
||||
*/
|
||||
func qemu_max_errata_report
|
||||
ret
|
||||
endfunc qemu_max_errata_report
|
||||
#endif
|
||||
errata_report_shim qemu_max
|
||||
|
||||
/* ---------------------------------------------
|
||||
* This function provides cpu specific
|
||||
|
|
Loading…
Add table
Reference in a new issue