blob: 4e1687d3d16a5ef3403174d5098b5ecbb50554f2 [file] [log] [blame]
Vladimir Serbinenko7aa704b2014-03-03 00:44:38 +01001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2014 Vladimir Serbinenko.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; version 2 of the License,
9 * or (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
21static const u32 mainboard_cim_verb_data[] = {
22 /* coreboot specific header */
23 0x83847680, /* Codec Vendor / Device ID: SigmaTel STAC9221 A1 */
24 0x106b2200, /* Subsystem ID */
25 0x0000000B, /* Number of 4 dword sets */
26
27 /* NID 0x01: Subsystem ID. */
28 0x00172000,
29 0x00172122,
30 0x0017226B,
31 0x00172310,
32
33 /* NID 0x0A. */
34 0x00A71C1F,
35 0x00A71DE2,
36 0x00A71E21,
37 0x00A71F03,
38
39 /* NID 0x0B. */
40 0x00B71C2E,
41 0x00B71DE0,
42 0x00B71EA1,
43 0x00B71F03,
44
45 /* NID 0x0C. */
46 0x00C71C10,
47 0x00C71DE1,
48 0x00C71E17,
49 0x00C71F90,
50
51 /* NID 0x0D. */
52 0x00D71C1F,
53 0x00D71DE1,
54 0x00D71E17,
55 0x00D71F90,
56
57 /* NID 0x0E. */
58 0x00E71CFE,
59 0x00E71D00,
60 0x00E71E00,
61 0x00E71F40,
62
63 /* NID 0x0F */
64 0x00F71C20,
65 0x00F71DE0,
66 0x00F71E81,
67 0x00F71F03,
68
69 /* NID 0x10 */
70 0x01071C30,
71 0x01071DE2,
72 0x01071E45,
73 0x01071F13,
74
75 /* NID 0x11 */
76 0x01171C40,
77 0x01171DE2,
78 0x01171EC5,
79 0x01171F13,
80
81 /* NID 0x15 */
82 0x01571CFC,
83 0x01571D00,
84 0x01571E00,
85 0x01571F40,
86
87 /* NID 0x1B. */
88 0x01B71CFB,
89 0x01B71D00,
90 0x01B71E00,
91 0x01B71F40,
92
93};