summaryrefslogtreecommitdiffstats
path: root/plat/nxp/common/soc_errata/errata_list.h
blob: f6741e2b22cb4280b6574bb8c00bfe65186d5307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * Copyright 2021-2022 NXP
 *
 * SPDX-License-Identifier: BSD-3-Clause
 *
 */

#ifndef ERRATA_LIST_H
#define ERRATA_LIST_H

#ifdef ERRATA_SOC_A050426
void erratum_a050426(void);
#endif

#ifdef ERRATA_SOC_A008850
void erratum_a008850_early(void);
void erratum_a008850_post(void);
#endif

#ifdef ERRATA_SOC_A009660
void erratum_a009660(void);
#endif

#ifdef ERRATA_SOC_A010539
void erratum_a010539(void);
#endif

#endif /* ERRATA_LIST_H */