summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/CSRT.aslc
blob: 99d16ff017d4d4ab941bc73bec5cfa5e2acc6ba6 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
/** @file
  Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>

  This program and the accompanying materials
  are licensed and made available under the terms and conditions of the BSD License
  which accompanies this distribution.  The full text of the license may be found at
  http://opensource.org/licenses/bsd-license.php.

  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

**/

#include "acpitablePlatform.h"
#include "Csrt.h"

//
// Debug Port Table
//
EFI_ACPI_CSRT_TABLE Csrt = 
{
  {  //EFI_ACPI_DESCRIPTION_HEADER Start
    EFI_ACPI_4_0_CORE_SYSTEM_RESOURCE_TABLE_SIGNATURE,
    sizeof(EFI_ACPI_CSRT_TABLE),
    EFI_ACPI_CSRT_TABLE_REVISION,
    0,                          // to make sum of entire table == 0
    EFI_ACPI_OEM_ID,            // OEMID is a 6 bytes long field
    EFI_ACPI_OEM_TABLE_ID,      // OEM table identification(8 bytes long)
    EFI_ACPI_OEM_REVISION,      // OEM revision
    EFI_ACPI_CREATOR_ID,        // ASL compiler vendor ID
    EFI_ACPI_CREATOR_REVISION   // ASL compiler revision number
  },  //EFI_ACPI_DESCRIPTION_HEADER End  
  {
    //
    // LPIO1 DMA   RESOURCE_GROUP_INFO1
    //
   {  //RESOURCE_GROUP_HEADER Start
      sizeof(RESOURCE_GROUP_INFO1),// sizeof(RESOURCE_GROUP_INFO) 
      0x4C544E49,
      0x00000000,
      0x0004,
      0x0000,
      0x0001,
      0x0000,
      sizeof(SHARED_INFO_SECTION),
      {
        // Shared Info Section
        0x0001,         // Major Version 1
        0x0000,         // Minor Version 0
          0x55AA55AA,     // MMIO Base - Low Part
        0x00000000,     // MMIO Base - High Part
        0x0000002A,     // Interrupt GSI 42
        0x02,           // Interrupt Polarity
        0x00,           // Interrupt Mode
        0x06,           // Number of Channels
        0x20,           // DMA Address Width
        0x0000,         // Base Request Line
        0x0010,         // Number of Handshake Signals
        0x0001000     // Maximum Block Transfer Size
      },
    },  // End of Resource Group header
    {
      {
        // Controller 0
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0001,         // Resource Type
        0x20495053     // UID - SPI 
      },
      {
        // Channel 0
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0000,         // Resource Type
        0x30414843     // UID - CHA0
      },
      {
        // Channel 1
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0000,         // Resource Type
        0x31414843     // UID - CHA1
      },
      {
        // Channel 2
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0000,         // Resource Type
        0x32414843     // UID - CHA2
      },
      {
        // Channel 3
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0000,         // Resource Type
        0x33414843     // UID - CHA3
      },
      {
        // Channel 4
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0000,         // Resource Type
        0x34414843     // UID - CHA4
      },
      {
        // Channel 5
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0000,         // Resource Type
        0x35414843     // UID - CHA5
      }
    }    
  },
 {
    //
    // LPIO2 DMA   RESOURCE_GROUP_INFO2
    //
    {  //RESOURCE_GROUP_HEADER Start
      sizeof(RESOURCE_GROUP_INFO2),// sizeof(RESOURCE_GROUP_INFO)
      0x4C544E49,
      0x00000000,
      0x0005,
      0x0000,
      0x0001,
      0x0000,
      sizeof(SHARED_INFO_SECTION),
      {
        // Shared Info Section
        0x0001,         // Major Version 1
        0x0000,         // Minor Version 0
          0x55AA55AA,     // MMIO Base - Low Part
        0x00000000,     // MMIO Base - High Part
        0x0000002B,     // Interrupt GSI 43
        0x02,           // Interrupt Polarity
        0x00,           // Interrupt Mode
        0x08,           // Number of Channels
        0x20,           // DMA Address Width
        0x0010,         // Base Request Line
        0x0010,         // Number of Handshake Signals
        0x0001000     // Maximum Block Transfer Size
      },
    },  // End of Resource Group header
    {
      {
        // Controller 0
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0001,         // Resource Type
        0x20433249   // UID - I2C
      },
      {
        // Channel 0
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0000,         // Resource Type
        0x30414843     // UID - CHA0
      },
      {
        // Channel 1
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0000,         // Resource Type
        0x31414843     // UID - CHA1
      },
      {
        // Channel 2
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0000,         // Resource Type
        0x32414843     // UID - CHA2
      },
      {
        // Channel 3
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0000,         // Resource Type
        0x33414843     // UID - CHA3
      },
      {
        // Channel 4
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0000,         // Resource Type
        0x34414843     // UID - CHA4
      },
      {
        // Channel 5
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0000,         // Resource Type
        0x35414843     // UID - CHA5
      },
      {
        // Channel 6
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0000,         // Resource Type
        0x36414843     // UID - CHA6
      },
      {
        // Channel 7
        0x0000000C,     // Resource Descriptor Length
        0x0003,         // Resource Type
        0x0000,         // Resource Type
        0x37414843     // UID - CHA7
      }
    }
  }//LPIO2 DMA   RESOURCE_GROUP_INFO2 End  
};

VOID*
ReferenceAcpiTable (
  VOID
  )
{
  //
  // Reference the table being generated to prevent the optimizer from
  // removing the data structure from the executable
  //
  return (VOID*)&Csrt;
}