1 NoEcho('
2 /******************************************************************************
3  *
4  * Module Name: asltypes.y - Bison/Yacc production types/names
5  *
6  *****************************************************************************/
7 
8 /******************************************************************************
9  *
10  * 1. Copyright Notice
11  *
12  * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
13  * All rights reserved.
14  *
15  * 2. License
16  *
17  * 2.1. This is your license from Intel Corp. under its intellectual property
18  * rights. You may have additional license terms from the party that provided
19  * you this software, covering your right to use that party's intellectual
20  * property rights.
21  *
22  * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
23  * copy of the source code appearing in this file ("Covered Code") an
24  * irrevocable, perpetual, worldwide license under Intel's copyrights in the
25  * base code distributed originally by Intel ("Original Intel Code") to copy,
26  * make derivatives, distribute, use and display any portion of the Covered
27  * Code in any form, with the right to sublicense such rights; and
28  *
29  * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
30  * license (with the right to sublicense), under only those claims of Intel
31  * patents that are infringed by the Original Intel Code, to make, use, sell,
32  * offer to sell, and import the Covered Code and derivative works thereof
33  * solely to the minimum extent necessary to exercise the above copyright
34  * license, and in no event shall the patent license extend to any additions
35  * to or modifications of the Original Intel Code. No other license or right
36  * is granted directly or by implication, estoppel or otherwise;
37  *
38  * The above copyright and patent license is granted only if the following
39  * conditions are met:
40  *
41  * 3. Conditions
42  *
43  * 3.1. Redistribution of Source with Rights to Further Distribute Source.
44  * Redistribution of source code of any substantial portion of the Covered
45  * Code or modification with rights to further distribute source must include
46  * the above Copyright Notice, the above License, this list of Conditions,
47  * and the following Disclaimer and Export Compliance provision. In addition,
48  * Licensee must cause all Covered Code to which Licensee contributes to
49  * contain a file documenting the changes Licensee made to create that Covered
50  * Code and the date of any change. Licensee must include in that file the
51  * documentation of any changes made by any predecessor Licensee. Licensee
52  * must include a prominent statement that the modification is derived,
53  * directly or indirectly, from Original Intel Code.
54  *
55  * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
56  * Redistribution of source code of any substantial portion of the Covered
57  * Code or modification without rights to further distribute source must
58  * include the following Disclaimer and Export Compliance provision in the
59  * documentation and/or other materials provided with distribution. In
60  * addition, Licensee may not authorize further sublicense of source of any
61  * portion of the Covered Code, and must include terms to the effect that the
62  * license from Licensee to its licensee is limited to the intellectual
63  * property embodied in the software Licensee provides to its licensee, and
64  * not to intellectual property embodied in modifications its licensee may
65  * make.
66  *
67  * 3.3. Redistribution of Executable. Redistribution in executable form of any
68  * substantial portion of the Covered Code or modification must reproduce the
69  * above Copyright Notice, and the following Disclaimer and Export Compliance
70  * provision in the documentation and/or other materials provided with the
71  * distribution.
72  *
73  * 3.4. Intel retains all right, title, and interest in and to the Original
74  * Intel Code.
75  *
76  * 3.5. Neither the name Intel nor any other trademark owned or controlled by
77  * Intel shall be used in advertising or otherwise to promote the sale, use or
78  * other dealings in products derived from or relating to the Covered Code
79  * without prior written authorization from Intel.
80  *
81  * 4. Disclaimer and Export Compliance
82  *
83  * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
84  * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
85  * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
86  * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
87  * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
88  * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
89  * PARTICULAR PURPOSE.
90  *
91  * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
92  * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
93  * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
94  * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
95  * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
96  * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
97  * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
98  * LIMITED REMEDY.
99  *
100  * 4.3. Licensee shall not export, either directly or indirectly, any of this
101  * software or system incorporating such software without first obtaining any
102  * required license or other approval from the U. S. Department of Commerce or
103  * any other agency or department of the United States Government. In the
104  * event Licensee exports any such software from the United States or
105  * re-exports any such software from a foreign destination, Licensee shall
106  * ensure that the distribution and export/re-export of the software is in
107  * compliance with all laws, regulations, orders, or other restrictions of the
108  * U.S. Export Administration Regulations. Licensee agrees that neither it nor
109  * any of its subsidiaries will export/re-export any technical data, process,
110  * software, or service, directly or indirectly, to any country for which the
111  * United States government or any agency thereof requires an export license,
112  * other governmental approval, or letter of assurance, without first obtaining
113  * such license, approval or letter.
114  *
115  *****************************************************************************
116  *
117  * Alternatively, you may choose to be licensed under the terms of the
118  * following license:
119  *
120  * Redistribution and use in source and binary forms, with or without
121  * modification, are permitted provided that the following conditions
122  * are met:
123  * 1. Redistributions of source code must retain the above copyright
124  *    notice, this list of conditions, and the following disclaimer,
125  *    without modification.
126  * 2. Redistributions in binary form must reproduce at minimum a disclaimer
127  *    substantially similar to the "NO WARRANTY" disclaimer below
128  *    ("Disclaimer") and any redistribution must be conditioned upon
129  *    including a substantially similar Disclaimer requirement for further
130  *    binary redistribution.
131  * 3. Neither the names of the above-listed copyright holders nor the names
132  *    of any contributors may be used to endorse or promote products derived
133  *    from this software without specific prior written permission.
134  *
135  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
136  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
137  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
138  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
139  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
140  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
141  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
142  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
143  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
144  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
145  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
146  *
147  * Alternatively, you may choose to be licensed under the terms of the
148  * GNU General Public License ("GPL") version 2 as published by the Free
149  * Software Foundation.
150  *
151  *****************************************************************************/
152 
153 ')
154 
155 /******************************************************************************
156  *
157  * Production names
158  *
159  *****************************************************************************/
160 
161 %type <n> ArgList
162 %type <n> AslCode
163 %type <n> BufferData
164 %type <n> BufferTermData
165 %type <n> CompilerDirective
166 %type <n> DataObject
167 %type <n> DefinitionBlockTerm
168 %type <n> DefinitionBlockList
169 %type <n> IntegerData
170 %type <n> NamedObject
171 %type <n> NameSpaceModifier
172 %type <n> Object
173 %type <n> PackageData
174 %type <n> ParameterTypePackage
175 %type <n> ParameterTypePackageList
176 %type <n> ParameterTypesPackage
177 %type <n> ParameterTypesPackageList
178 %type <n> RequiredTarget
179 %type <n> SimpleName
180 %type <n> StringData
181 %type <n> StringLiteral
182 %type <n> Target
183 %type <n> Term
184 %type <n> TermArg
185 %type <n> TermList
186 %type <n> MethodInvocationTerm
187 
188 /* Type4Opcode is obsolete */
189 
190 %type <n> Type1Opcode
191 %type <n> Type2BufferOpcode
192 %type <n> Type2BufferOrStringOpcode
193 %type <n> Type2IntegerOpcode
194 %type <n> Type2Opcode
195 %type <n> Type2StringOpcode
196 %type <n> Type3Opcode
197 %type <n> Type5Opcode
198 %type <n> Type6Opcode
199 
200 %type <n> AccessAsTerm
201 %type <n> ExternalTerm
202 %type <n> FieldUnit
203 %type <n> FieldUnitEntry
204 %type <n> FieldUnitList
205 %type <n> IncludeTerm
206 %type <n> OffsetTerm
207 %type <n> OptionalAccessAttribTerm
208 
209 /* Named Objects */
210 
211 %type <n> BankFieldTerm
212 %type <n> CreateBitFieldTerm
213 %type <n> CreateByteFieldTerm
214 %type <n> CreateDWordFieldTerm
215 %type <n> CreateFieldTerm
216 %type <n> CreateQWordFieldTerm
217 %type <n> CreateWordFieldTerm
218 %type <n> DataRegionTerm
219 %type <n> DeviceTerm
220 %type <n> EventTerm
221 %type <n> FieldTerm
222 %type <n> FunctionTerm
223 %type <n> IndexFieldTerm
224 %type <n> MethodTerm
225 %type <n> MutexTerm
226 %type <n> OpRegionTerm
227 %type <n> OpRegionSpaceIdTerm
228 %type <n> PowerResTerm
229 %type <n> ProcessorTerm
230 %type <n> ThermalZoneTerm
231 
232 /* Namespace modifiers */
233 
234 %type <n> AliasTerm
235 %type <n> NameTerm
236 %type <n> ScopeTerm
237 
238 /* Type 1 opcodes */
239 
240 %type <n> BreakPointTerm
241 %type <n> BreakTerm
242 %type <n> CaseDefaultTermList
243 %type <n> CaseTerm
244 %type <n> ContinueTerm
245 %type <n> DefaultTerm
246 %type <n> ElseTerm
247 %type <n> FatalTerm
248 %type <n> ElseIfTerm
249 %type <n> IfTerm
250 %type <n> LoadTerm
251 %type <n> NoOpTerm
252 %type <n> NotifyTerm
253 %type <n> ReleaseTerm
254 %type <n> ResetTerm
255 %type <n> ReturnTerm
256 %type <n> SignalTerm
257 %type <n> SleepTerm
258 %type <n> StallTerm
259 %type <n> SwitchTerm
260 %type <n> UnloadTerm
261 %type <n> WhileTerm
262 /* %type <n> CaseTermList */
263 
264 /* Type 2 opcodes */
265 
266 %type <n> AcquireTerm
267 %type <n> AddTerm
268 %type <n> AndTerm
269 %type <n> ConcatResTerm
270 %type <n> ConcatTerm
271 %type <n> CondRefOfTerm
272 %type <n> CopyObjectTerm
273 %type <n> DecTerm
274 %type <n> DerefOfTerm
275 %type <n> DivideTerm
276 %type <n> FindSetLeftBitTerm
277 %type <n> FindSetRightBitTerm
278 %type <n> FromBCDTerm
279 %type <n> IncTerm
280 %type <n> IndexTerm
281 %type <n> LAndTerm
282 %type <n> LEqualTerm
283 %type <n> LGreaterEqualTerm
284 %type <n> LGreaterTerm
285 %type <n> LLessEqualTerm
286 %type <n> LLessTerm
287 %type <n> LNotEqualTerm
288 %type <n> LNotTerm
289 %type <n> LoadTableTerm
290 %type <n> LOrTerm
291 %type <n> MatchTerm
292 %type <n> MidTerm
293 %type <n> ModTerm
294 %type <n> MultiplyTerm
295 %type <n> NAndTerm
296 %type <n> NOrTerm
297 %type <n> NotTerm
298 %type <n> ObjectTypeTerm
299 %type <n> OrTerm
300 %type <n> RawDataBufferTerm
301 %type <n> RefOfTerm
302 %type <n> ShiftLeftTerm
303 %type <n> ShiftRightTerm
304 %type <n> SizeOfTerm
305 %type <n> StoreTerm
306 %type <n> SubtractTerm
307 %type <n> TimerTerm
308 %type <n> ToBCDTerm
309 %type <n> ToBufferTerm
310 %type <n> ToDecimalStringTerm
311 %type <n> ToHexStringTerm
312 %type <n> ToIntegerTerm
313 %type <n> ToStringTerm
314 %type <n> WaitTerm
315 %type <n> XOrTerm
316 
317 /* Keywords */
318 
319 %type <n> AccessAttribKeyword
320 %type <n> AccessTypeKeyword
321 %type <n> AddressingModeKeyword
322 %type <n> AddressKeyword
323 %type <n> AddressSpaceKeyword
324 %type <n> BitsPerByteKeyword
325 %type <n> ClockPhaseKeyword
326 %type <n> ClockPolarityKeyword
327 %type <n> DecodeKeyword
328 %type <n> DevicePolarityKeyword
329 %type <n> DMATypeKeyword
330 %type <n> EndianKeyword
331 %type <n> FlowControlKeyword
332 %type <n> InterruptLevel
333 %type <n> InterruptTypeKeyword
334 %type <n> IODecodeKeyword
335 %type <n> IoRestrictionKeyword
336 %type <n> LockRuleKeyword
337 %type <n> MatchOpKeyword
338 %type <n> MaxKeyword
339 %type <n> MemTypeKeyword
340 %type <n> MinKeyword
341 %type <n> ObjectTypeKeyword
342 %type <n> OptionalBusMasterKeyword
343 %type <n> OptionalReadWriteKeyword
344 %type <n> ParityTypeKeyword
345 %type <n> PinConfigByte
346 %type <n> PinConfigKeyword
347 %type <n> RangeTypeKeyword
348 %type <n> RegionSpaceKeyword
349 %type <n> ResourceTypeKeyword
350 %type <n> SerializeRuleKeyword
351 %type <n> ShareTypeKeyword
352 %type <n> SlaveModeKeyword
353 %type <n> StopBitsKeyword
354 %type <n> TranslationKeyword
355 %type <n> TypeKeyword
356 %type <n> UpdateRuleKeyword
357 %type <n> WireModeKeyword
358 %type <n> XferSizeKeyword
359 %type <n> XferTypeKeyword
360 
361 /* Types */
362 
363 %type <n> SuperName
364 %type <n> ObjectTypeSource
365 %type <n> DerefOfSource
366 %type <n> RefOfSource
367 %type <n> CondRefOfSource
368 %type <n> ArgTerm
369 %type <n> LocalTerm
370 %type <n> DebugTerm
371 
372 %type <n> Integer
373 %type <n> ByteConst
374 %type <n> WordConst
375 %type <n> DWordConst
376 %type <n> QWordConst
377 %type <n> String
378 
379 %type <n> ConstTerm
380 %type <n> ConstExprTerm
381 %type <n> ByteConstExpr
382 %type <n> WordConstExpr
383 %type <n> DWordConstExpr
384 %type <n> QWordConstExpr
385 
386 %type <n> DWordList
387 %type <n> BufferTerm
388 %type <n> ByteList
389 
390 %type <n> PackageElement
391 %type <n> PackageList
392 %type <n> PackageTerm
393 
394 /* Macros */
395 
396 %type <n> EISAIDTerm
397 %type <n> ResourceMacroList
398 %type <n> ResourceMacroTerm
399 %type <n> ResourceTemplateTerm
400 %type <n> PldKeyword
401 %type <n> PldKeywordList
402 %type <n> ToPLDTerm
403 %type <n> ToUUIDTerm
404 %type <n> UnicodeTerm
405 %type <n> PrintfArgList
406 %type <n> PrintfTerm
407 %type <n> FprintfTerm
408 %type <n> ForTerm
409 
410 /* Resource Descriptors */
411 
412 %type <n> ConnectionTerm
413 %type <n> Csi2SerialBusTerm
414 %type <n> DMATerm
415 %type <n> DWordIOTerm
416 %type <n> DWordMemoryTerm
417 %type <n> DWordSpaceTerm
418 %type <n> EndDependentFnTerm
419 %type <n> ExtendedIOTerm
420 %type <n> ExtendedMemoryTerm
421 %type <n> ExtendedSpaceTerm
422 %type <n> FixedDmaTerm
423 %type <n> FixedIOTerm
424 %type <n> GpioIntTerm
425 %type <n> GpioIoTerm
426 %type <n> I2cSerialBusTerm
427 %type <n> I2cSerialBusTermV2
428 %type <n> InterruptTerm
429 %type <n> IOTerm
430 %type <n> IRQNoFlagsTerm
431 %type <n> IRQTerm
432 %type <n> Memory24Term
433 %type <n> Memory32FixedTerm
434 %type <n> Memory32Term
435 %type <n> NameSeg
436 %type <n> NameString
437 %type <n> PinConfigTerm
438 %type <n> PinFunctionTerm
439 %type <n> PinGroupTerm
440 %type <n> PinGroupConfigTerm
441 %type <n> PinGroupFunctionTerm
442 %type <n> QWordIOTerm
443 %type <n> QWordMemoryTerm
444 %type <n> QWordSpaceTerm
445 %type <n> RegisterTerm
446 %type <n> SpiSerialBusTerm
447 %type <n> SpiSerialBusTermV2
448 %type <n> StartDependentFnNoPriTerm
449 %type <n> StartDependentFnTerm
450 %type <n> UartSerialBusTerm
451 %type <n> UartSerialBusTermV2
452 %type <n> VendorLongTerm
453 %type <n> VendorShortTerm
454 %type <n> WordBusNumberTerm
455 %type <n> WordIOTerm
456 %type <n> WordSpaceTerm
457 
458 /* Local types that help construct the AML, not in ACPI spec */
459 
460 %type <n> AmlPackageLengthTerm
461 %type <n> IncludeEndTerm
462 %type <n> NameStringItem
463 %type <n> TermArgItem
464 
465 %type <n> OptionalAccessSize
466 %type <n> OptionalAccessTypeKeyword
467 %type <n> OptionalAddressingMode
468 %type <n> OptionalAddressRange
469 %type <n> OptionalBitsPerByte
470 %type <n> OptionalBuffer_Last
471 %type <n> OptionalByteConstExpr
472 %type <n> OptionalCount
473 %type <n> OptionalDataCount
474 %type <n> OptionalDecodeType
475 %type <n> OptionalDevicePolarity
476 %type <n> OptionalDWordConstExpr
477 %type <n> OptionalEndian
478 %type <n> OptionalFlowControl
479 %type <n> OptionalIoRestriction
480 %type <n> OptionalListString
481 %type <n> OptionalLockRuleKeyword
482 %type <n> OptionalMaxType
483 %type <n> OptionalMemType
484 %type <n> OptionalMinType
485 %type <n> OptionalNameString
486 %type <n> OptionalNameString_First
487 %type <n> OptionalNameString_Last
488 %type <n> OptionalObjectTypeKeyword
489 %type <n> OptionalParameterTypePackage
490 %type <n> OptionalParameterTypesPackage
491 %type <n> OptionalParentheses
492 %type <n> OptionalParityType
493 %type <n> OptionalPredicate
494 %type <n> OptionalQWordConstExpr
495 %type <n> OptionalRangeType
496 %type <n> OptionalReference
497 %type <n> OptionalResourceType
498 %type <n> OptionalResourceType_First
499 %type <n> OptionalProducerResourceType
500 %type <n> OptionalReturnArg
501 %type <n> OptionalSerializeRuleKeyword
502 %type <n> OptionalShareType
503 %type <n> OptionalShareType_First
504 %type <n> OptionalSlaveMode
505 %type <n> OptionalSlaveMode_First
506 %type <n> OptionalStopBits
507 %type <n> OptionalStringData
508 %type <n> OptionalSyncLevel
509 %type <n> OptionalTermArg
510 %type <n> OptionalTranslationType_Last
511 %type <n> OptionalType
512 %type <n> OptionalType_Last
513 %type <n> OptionalUpdateRuleKeyword
514 %type <n> OptionalWireMode
515 %type <n> OptionalWordConst
516 %type <n> OptionalWordConstExpr
517 %type <n> OptionalXferSize
518 
519 /*
520  * ASL+ (C-style) parser
521  */
522 
523 /* Expressions and symbolic operators */
524 
525 %type <n> Expression
526 %type <n> EqualsTerm
527 %type <n> IndexExpTerm
528 
529 /* ASL+ Named object declaration support */
530 /*
531 %type <n> NameTermAslPlus
532 
533 %type <n> BufferBegin
534 %type <n> BufferEnd
535 %type <n> PackageBegin
536 %type <n> PackageEnd
537 %type <n> OptionalLength
538 */
539 /* ASL+ Structure declarations */
540 /*
541 %type <n> StructureTerm
542 %type <n> StructureTermBegin
543 %type <n> StructureType
544 %type <n> StructureTag
545 %type <n> StructureElementList
546 %type <n> StructureElement
547 %type <n> StructureElementType
548 %type <n> OptionalStructureElementType
549 %type <n> StructureId
550 */
551 /* Structure instantiantion */
552 /*
553 %type <n> StructureInstanceTerm
554 %type <n> StructureTagReference
555 %type <n> StructureInstanceEnd
556 */
557 /* Pseudo-instantiantion for method Args/Locals */
558 /*
559 %type <n> MethodStructureTerm
560 %type <n> LocalStructureName
561 */
562 /* Direct structure references via the Index operator */
563 /*
564 %type <n> StructureReference
565 %type <n> StructureIndexTerm
566 %type <n> StructurePointerTerm
567 %type <n> StructurePointerReference
568 %type <n> OptionalDefinePointer
569 */
570