blob: e5cf589b70a13e7887227b6cdda97db33aadb019 [file] [log] [blame]
Angel Pons7f6586f2020-03-21 12:45:12 +01001/* SPDX-License-Identifier: GPL-2.0-only */
2/* This file is part of the coreboot project. */
3
4#ifndef RAMINIT_TABLES_H
5#define RAMINIT_TABLES_H
6
7#include <types.h>
8
Angel Pons825332d2020-03-21 19:31:53 +01009extern const u32 frq_refi_map[2][8];
10
11extern const u8 frq_xs_map[2][8];
12
13extern const u8 frq_mod_map[2][8];
14
15extern const u8 frq_wlo_map[2][8];
16
17extern const u8 frq_cke_map[2][8];
18
19extern const u8 frq_xpdll_map[2][8];
20
21extern const u8 frq_xp_map[2][8];
22
23extern const u8 frq_aonpd_map[2][8];
24
25extern const u32 frq_comp2_map[2][8];
26
27
28
Angel Pons7f6586f2020-03-21 12:45:12 +010029extern const u32 pattern[32][16];
30
31extern const u8 use_base[63][32];
32
33extern const u8 invert[63][32];
34
35#endif /* RAMINIT_TABLES_H */