vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / kernel / bus_managers / acpi / acpica / include / amlresrc.h
blobaee0a05268d268c56567c16d8b728eb1e449c3c1
1 /******************************************************************************
3 * Module Name: amlresrc.h - AML resource descriptors
5 *****************************************************************************/
7 /******************************************************************************
9 * 1. Copyright Notice
11 * Some or all of this work - Copyright (c) 1999 - 2017, Intel Corp.
12 * All rights reserved.
14 * 2. License
16 * 2.1. This is your license from Intel Corp. under its intellectual property
17 * rights. You may have additional license terms from the party that provided
18 * you this software, covering your right to use that party's intellectual
19 * property rights.
21 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
22 * copy of the source code appearing in this file ("Covered Code") an
23 * irrevocable, perpetual, worldwide license under Intel's copyrights in the
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
25 * make derivatives, distribute, use and display any portion of the Covered
26 * Code in any form, with the right to sublicense such rights; and
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
29 * license (with the right to sublicense), under only those claims of Intel
30 * patents that are infringed by the Original Intel Code, to make, use, sell,
31 * offer to sell, and import the Covered Code and derivative works thereof
32 * solely to the minimum extent necessary to exercise the above copyright
33 * license, and in no event shall the patent license extend to any additions
34 * to or modifications of the Original Intel Code. No other license or right
35 * is granted directly or by implication, estoppel or otherwise;
37 * The above copyright and patent license is granted only if the following
38 * conditions are met:
40 * 3. Conditions
42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
43 * Redistribution of source code of any substantial portion of the Covered
44 * Code or modification with rights to further distribute source must include
45 * the above Copyright Notice, the above License, this list of Conditions,
46 * and the following Disclaimer and Export Compliance provision. In addition,
47 * Licensee must cause all Covered Code to which Licensee contributes to
48 * contain a file documenting the changes Licensee made to create that Covered
49 * Code and the date of any change. Licensee must include in that file the
50 * documentation of any changes made by any predecessor Licensee. Licensee
51 * must include a prominent statement that the modification is derived,
52 * directly or indirectly, from Original Intel Code.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
55 * Redistribution of source code of any substantial portion of the Covered
56 * Code or modification without rights to further distribute source must
57 * include the following Disclaimer and Export Compliance provision in the
58 * documentation and/or other materials provided with distribution. In
59 * addition, Licensee may not authorize further sublicense of source of any
60 * portion of the Covered Code, and must include terms to the effect that the
61 * license from Licensee to its licensee is limited to the intellectual
62 * property embodied in the software Licensee provides to its licensee, and
63 * not to intellectual property embodied in modifications its licensee may
64 * make.
66 * 3.3. Redistribution of Executable. Redistribution in executable form of any
67 * substantial portion of the Covered Code or modification must reproduce the
68 * above Copyright Notice, and the following Disclaimer and Export Compliance
69 * provision in the documentation and/or other materials provided with the
70 * distribution.
72 * 3.4. Intel retains all right, title, and interest in and to the Original
73 * Intel Code.
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
76 * Intel shall be used in advertising or otherwise to promote the sale, use or
77 * other dealings in products derived from or relating to the Covered Code
78 * without prior written authorization from Intel.
80 * 4. Disclaimer and Export Compliance
82 * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
83 * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
84 * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
85 * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
86 * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
87 * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
88 * PARTICULAR PURPOSE.
90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
91 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
92 * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
93 * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
95 * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
96 * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
97 * LIMITED REMEDY.
99 * 4.3. Licensee shall not export, either directly or indirectly, any of this
100 * software or system incorporating such software without first obtaining any
101 * required license or other approval from the U. S. Department of Commerce or
102 * any other agency or department of the United States Government. In the
103 * event Licensee exports any such software from the United States or
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
106 * compliance with all laws, regulations, orders, or other restrictions of the
107 * U.S. Export Administration Regulations. Licensee agrees that neither it nor
108 * any of its subsidiaries will export/re-export any technical data, process,
109 * software, or service, directly or indirectly, to any country for which the
110 * United States government or any agency thereof requires an export license,
111 * other governmental approval, or letter of assurance, without first obtaining
112 * such license, approval or letter.
114 *****************************************************************************
116 * Alternatively, you may choose to be licensed under the terms of the
117 * following license:
119 * Redistribution and use in source and binary forms, with or without
120 * modification, are permitted provided that the following conditions
121 * are met:
122 * 1. Redistributions of source code must retain the above copyright
123 * notice, this list of conditions, and the following disclaimer,
124 * without modification.
125 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
126 * substantially similar to the "NO WARRANTY" disclaimer below
127 * ("Disclaimer") and any redistribution must be conditioned upon
128 * including a substantially similar Disclaimer requirement for further
129 * binary redistribution.
130 * 3. Neither the names of the above-listed copyright holders nor the names
131 * of any contributors may be used to endorse or promote products derived
132 * from this software without specific prior written permission.
134 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
135 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
136 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
137 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
138 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
139 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
140 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
141 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
142 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
143 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
144 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
146 * Alternatively, you may choose to be licensed under the terms of the
147 * GNU General Public License ("GPL") version 2 as published by the Free
148 * Software Foundation.
150 *****************************************************************************/
152 /* acpisrc:StructDefs -- for acpisrc conversion */
154 #ifndef __AMLRESRC_H
155 #define __AMLRESRC_H
159 * Resource descriptor tags, as defined in the ACPI specification.
160 * Used to symbolically reference fields within a descriptor.
162 #define ACPI_RESTAG_ADDRESS "_ADR"
163 #define ACPI_RESTAG_ALIGNMENT "_ALN"
164 #define ACPI_RESTAG_ADDRESSSPACE "_ASI"
165 #define ACPI_RESTAG_ACCESSSIZE "_ASZ"
166 #define ACPI_RESTAG_TYPESPECIFICATTRIBUTES "_ATT"
167 #define ACPI_RESTAG_BASEADDRESS "_BAS"
168 #define ACPI_RESTAG_BUSMASTER "_BM_" /* Master(1), Slave(0) */
169 #define ACPI_RESTAG_DEBOUNCETIME "_DBT"
170 #define ACPI_RESTAG_DECODE "_DEC"
171 #define ACPI_RESTAG_DEVICEPOLARITY "_DPL"
172 #define ACPI_RESTAG_DMA "_DMA"
173 #define ACPI_RESTAG_DMATYPE "_TYP" /* Compatible(0), A(1), B(2), F(3) */
174 #define ACPI_RESTAG_DRIVESTRENGTH "_DRS"
175 #define ACPI_RESTAG_ENDIANNESS "_END"
176 #define ACPI_RESTAG_FLOWCONTROL "_FLC"
177 #define ACPI_RESTAG_GRANULARITY "_GRA"
178 #define ACPI_RESTAG_INTERRUPT "_INT"
179 #define ACPI_RESTAG_INTERRUPTLEVEL "_LL_" /* ActiveLo(1), ActiveHi(0) */
180 #define ACPI_RESTAG_INTERRUPTSHARE "_SHR" /* Shareable(1), NoShare(0) */
181 #define ACPI_RESTAG_INTERRUPTTYPE "_HE_" /* Edge(1), Level(0) */
182 #define ACPI_RESTAG_IORESTRICTION "_IOR"
183 #define ACPI_RESTAG_LENGTH "_LEN"
184 #define ACPI_RESTAG_LINE "_LIN"
185 #define ACPI_RESTAG_MEMATTRIBUTES "_MTP" /* Memory(0), Reserved(1), ACPI(2), NVS(3) */
186 #define ACPI_RESTAG_MEMTYPE "_MEM" /* NonCache(0), Cacheable(1) Cache+combine(2), Cache+prefetch(3) */
187 #define ACPI_RESTAG_MAXADDR "_MAX"
188 #define ACPI_RESTAG_MINADDR "_MIN"
189 #define ACPI_RESTAG_MAXTYPE "_MAF"
190 #define ACPI_RESTAG_MINTYPE "_MIF"
191 #define ACPI_RESTAG_MODE "_MOD"
192 #define ACPI_RESTAG_PARITY "_PAR"
193 #define ACPI_RESTAG_PHASE "_PHA"
194 #define ACPI_RESTAG_PIN "_PIN"
195 #define ACPI_RESTAG_PINCONFIG "_PPI"
196 #define ACPI_RESTAG_POLARITY "_POL"
197 #define ACPI_RESTAG_REGISTERBITOFFSET "_RBO"
198 #define ACPI_RESTAG_REGISTERBITWIDTH "_RBW"
199 #define ACPI_RESTAG_RANGETYPE "_RNG"
200 #define ACPI_RESTAG_READWRITETYPE "_RW_" /* ReadOnly(0), Writeable (1) */
201 #define ACPI_RESTAG_LENGTH_RX "_RXL"
202 #define ACPI_RESTAG_LENGTH_TX "_TXL"
203 #define ACPI_RESTAG_SLAVEMODE "_SLV"
204 #define ACPI_RESTAG_SPEED "_SPE"
205 #define ACPI_RESTAG_STOPBITS "_STB"
206 #define ACPI_RESTAG_TRANSLATION "_TRA"
207 #define ACPI_RESTAG_TRANSTYPE "_TRS" /* Sparse(1), Dense(0) */
208 #define ACPI_RESTAG_TYPE "_TTP" /* Translation(1), Static (0) */
209 #define ACPI_RESTAG_XFERTYPE "_SIZ" /* 8(0), 8And16(1), 16(2) */
210 #define ACPI_RESTAG_VENDORDATA "_VEN"
213 /* Default sizes for "small" resource descriptors */
215 #define ASL_RDESC_IRQ_SIZE 0x02
216 #define ASL_RDESC_DMA_SIZE 0x02
217 #define ASL_RDESC_ST_DEPEND_SIZE 0x00
218 #define ASL_RDESC_END_DEPEND_SIZE 0x00
219 #define ASL_RDESC_IO_SIZE 0x07
220 #define ASL_RDESC_FIXED_IO_SIZE 0x03
221 #define ASL_RDESC_FIXED_DMA_SIZE 0x05
222 #define ASL_RDESC_END_TAG_SIZE 0x01
225 typedef struct asl_resource_node
227 UINT32 BufferLength;
228 void *Buffer;
229 struct asl_resource_node *Next;
231 } ASL_RESOURCE_NODE;
233 typedef struct asl_resource_info
235 ACPI_PARSE_OBJECT *DescriptorTypeOp; /* Resource descriptor parse node */
236 ACPI_PARSE_OBJECT *MappingOp; /* Used for mapfile support */
237 UINT32 CurrentByteOffset; /* Offset in resource template */
239 } ASL_RESOURCE_INFO;
242 /* Macros used to generate AML resource length fields */
244 #define ACPI_AML_SIZE_LARGE(r) (sizeof (r) - sizeof (AML_RESOURCE_LARGE_HEADER))
245 #define ACPI_AML_SIZE_SMALL(r) (sizeof (r) - sizeof (AML_RESOURCE_SMALL_HEADER))
248 * Resource descriptors defined in the ACPI specification.
250 * Packing/alignment must be BYTE because these descriptors
251 * are used to overlay the raw AML byte stream.
253 #pragma pack(1)
256 * SMALL descriptors
258 #define AML_RESOURCE_SMALL_HEADER_COMMON \
259 UINT8 DescriptorType;
261 typedef struct aml_resource_small_header
263 AML_RESOURCE_SMALL_HEADER_COMMON
265 } AML_RESOURCE_SMALL_HEADER;
268 typedef struct aml_resource_irq
270 AML_RESOURCE_SMALL_HEADER_COMMON
271 UINT16 IrqMask;
272 UINT8 Flags;
274 } AML_RESOURCE_IRQ;
277 typedef struct aml_resource_irq_noflags
279 AML_RESOURCE_SMALL_HEADER_COMMON
280 UINT16 IrqMask;
282 } AML_RESOURCE_IRQ_NOFLAGS;
285 typedef struct aml_resource_dma
287 AML_RESOURCE_SMALL_HEADER_COMMON
288 UINT8 DmaChannelMask;
289 UINT8 Flags;
291 } AML_RESOURCE_DMA;
294 typedef struct aml_resource_start_dependent
296 AML_RESOURCE_SMALL_HEADER_COMMON
297 UINT8 Flags;
299 } AML_RESOURCE_START_DEPENDENT;
302 typedef struct aml_resource_start_dependent_noprio
304 AML_RESOURCE_SMALL_HEADER_COMMON
306 } AML_RESOURCE_START_DEPENDENT_NOPRIO;
309 typedef struct aml_resource_end_dependent
311 AML_RESOURCE_SMALL_HEADER_COMMON
313 } AML_RESOURCE_END_DEPENDENT;
316 typedef struct aml_resource_io
318 AML_RESOURCE_SMALL_HEADER_COMMON
319 UINT8 Flags;
320 UINT16 Minimum;
321 UINT16 Maximum;
322 UINT8 Alignment;
323 UINT8 AddressLength;
325 } AML_RESOURCE_IO;
328 typedef struct aml_resource_fixed_io
330 AML_RESOURCE_SMALL_HEADER_COMMON
331 UINT16 Address;
332 UINT8 AddressLength;
334 } AML_RESOURCE_FIXED_IO;
337 typedef struct aml_resource_vendor_small
339 AML_RESOURCE_SMALL_HEADER_COMMON
341 } AML_RESOURCE_VENDOR_SMALL;
344 typedef struct aml_resource_end_tag
346 AML_RESOURCE_SMALL_HEADER_COMMON
347 UINT8 Checksum;
349 } AML_RESOURCE_END_TAG;
352 typedef struct aml_resource_fixed_dma
354 AML_RESOURCE_SMALL_HEADER_COMMON
355 UINT16 RequestLines;
356 UINT16 Channels;
357 UINT8 Width;
359 } AML_RESOURCE_FIXED_DMA;
363 * LARGE descriptors
365 #define AML_RESOURCE_LARGE_HEADER_COMMON \
366 UINT8 DescriptorType;\
367 UINT16 ResourceLength;
369 typedef struct aml_resource_large_header
371 AML_RESOURCE_LARGE_HEADER_COMMON
373 } AML_RESOURCE_LARGE_HEADER;
376 /* General Flags for address space resource descriptors */
378 #define ACPI_RESOURCE_FLAG_DEC 2
379 #define ACPI_RESOURCE_FLAG_MIF 4
380 #define ACPI_RESOURCE_FLAG_MAF 8
382 typedef struct aml_resource_memory24
384 AML_RESOURCE_LARGE_HEADER_COMMON
385 UINT8 Flags;
386 UINT16 Minimum;
387 UINT16 Maximum;
388 UINT16 Alignment;
389 UINT16 AddressLength;
391 } AML_RESOURCE_MEMORY24;
394 typedef struct aml_resource_vendor_large
396 AML_RESOURCE_LARGE_HEADER_COMMON
398 } AML_RESOURCE_VENDOR_LARGE;
401 typedef struct aml_resource_memory32
403 AML_RESOURCE_LARGE_HEADER_COMMON
404 UINT8 Flags;
405 UINT32 Minimum;
406 UINT32 Maximum;
407 UINT32 Alignment;
408 UINT32 AddressLength;
410 } AML_RESOURCE_MEMORY32;
413 typedef struct aml_resource_fixed_memory32
415 AML_RESOURCE_LARGE_HEADER_COMMON
416 UINT8 Flags;
417 UINT32 Address;
418 UINT32 AddressLength;
420 } AML_RESOURCE_FIXED_MEMORY32;
423 #define AML_RESOURCE_ADDRESS_COMMON \
424 UINT8 ResourceType; \
425 UINT8 Flags; \
426 UINT8 SpecificFlags;
429 typedef struct aml_resource_address
431 AML_RESOURCE_LARGE_HEADER_COMMON
432 AML_RESOURCE_ADDRESS_COMMON
434 } AML_RESOURCE_ADDRESS;
437 typedef struct aml_resource_extended_address64
439 AML_RESOURCE_LARGE_HEADER_COMMON
440 AML_RESOURCE_ADDRESS_COMMON
441 UINT8 RevisionID;
442 UINT8 Reserved;
443 UINT64 Granularity;
444 UINT64 Minimum;
445 UINT64 Maximum;
446 UINT64 TranslationOffset;
447 UINT64 AddressLength;
448 UINT64 TypeSpecific;
450 } AML_RESOURCE_EXTENDED_ADDRESS64;
452 #define AML_RESOURCE_EXTENDED_ADDRESS_REVISION 1 /* ACPI 3.0 */
455 typedef struct aml_resource_address64
457 AML_RESOURCE_LARGE_HEADER_COMMON
458 AML_RESOURCE_ADDRESS_COMMON
459 UINT64 Granularity;
460 UINT64 Minimum;
461 UINT64 Maximum;
462 UINT64 TranslationOffset;
463 UINT64 AddressLength;
465 } AML_RESOURCE_ADDRESS64;
468 typedef struct aml_resource_address32
470 AML_RESOURCE_LARGE_HEADER_COMMON
471 AML_RESOURCE_ADDRESS_COMMON
472 UINT32 Granularity;
473 UINT32 Minimum;
474 UINT32 Maximum;
475 UINT32 TranslationOffset;
476 UINT32 AddressLength;
478 } AML_RESOURCE_ADDRESS32;
481 typedef struct aml_resource_address16
483 AML_RESOURCE_LARGE_HEADER_COMMON
484 AML_RESOURCE_ADDRESS_COMMON
485 UINT16 Granularity;
486 UINT16 Minimum;
487 UINT16 Maximum;
488 UINT16 TranslationOffset;
489 UINT16 AddressLength;
491 } AML_RESOURCE_ADDRESS16;
494 typedef struct aml_resource_extended_irq
496 AML_RESOURCE_LARGE_HEADER_COMMON
497 UINT8 Flags;
498 UINT8 InterruptCount;
499 UINT32 Interrupts[1];
500 /* ResSourceIndex, ResSource optional fields follow */
502 } AML_RESOURCE_EXTENDED_IRQ;
505 typedef struct aml_resource_generic_register
507 AML_RESOURCE_LARGE_HEADER_COMMON
508 UINT8 AddressSpaceId;
509 UINT8 BitWidth;
510 UINT8 BitOffset;
511 UINT8 AccessSize; /* ACPI 3.0, was previously Reserved */
512 UINT64 Address;
514 } AML_RESOURCE_GENERIC_REGISTER;
517 /* Common descriptor for GpioInt and GpioIo (ACPI 5.0) */
519 typedef struct aml_resource_gpio
521 AML_RESOURCE_LARGE_HEADER_COMMON
522 UINT8 RevisionId;
523 UINT8 ConnectionType;
524 UINT16 Flags;
525 UINT16 IntFlags;
526 UINT8 PinConfig;
527 UINT16 DriveStrength;
528 UINT16 DebounceTimeout;
529 UINT16 PinTableOffset;
530 UINT8 ResSourceIndex;
531 UINT16 ResSourceOffset;
532 UINT16 VendorOffset;
533 UINT16 VendorLength;
535 * Optional fields follow immediately:
536 * 1) PIN list (Words)
537 * 2) Resource Source String
538 * 3) Vendor Data bytes
541 } AML_RESOURCE_GPIO;
543 #define AML_RESOURCE_GPIO_REVISION 1 /* ACPI 5.0 */
545 /* Values for ConnectionType above */
547 #define AML_RESOURCE_GPIO_TYPE_INT 0
548 #define AML_RESOURCE_GPIO_TYPE_IO 1
549 #define AML_RESOURCE_MAX_GPIOTYPE 1
552 /* Common preamble for all serial descriptors (ACPI 5.0) */
554 #define AML_RESOURCE_SERIAL_COMMON \
555 UINT8 RevisionId; \
556 UINT8 ResSourceIndex; \
557 UINT8 Type; \
558 UINT8 Flags; \
559 UINT16 TypeSpecificFlags; \
560 UINT8 TypeRevisionId; \
561 UINT16 TypeDataLength; \
563 /* Values for the type field above */
565 #define AML_RESOURCE_I2C_SERIALBUSTYPE 1
566 #define AML_RESOURCE_SPI_SERIALBUSTYPE 2
567 #define AML_RESOURCE_UART_SERIALBUSTYPE 3
568 #define AML_RESOURCE_MAX_SERIALBUSTYPE 3
569 #define AML_RESOURCE_VENDOR_SERIALBUSTYPE 192 /* Vendor defined is 0xC0-0xFF (NOT SUPPORTED) */
571 typedef struct aml_resource_common_serialbus
573 AML_RESOURCE_LARGE_HEADER_COMMON
574 AML_RESOURCE_SERIAL_COMMON
576 } AML_RESOURCE_COMMON_SERIALBUS;
578 typedef struct aml_resource_i2c_serialbus
580 AML_RESOURCE_LARGE_HEADER_COMMON
581 AML_RESOURCE_SERIAL_COMMON
582 UINT32 ConnectionSpeed;
583 UINT16 SlaveAddress;
585 * Optional fields follow immediately:
586 * 1) Vendor Data bytes
587 * 2) Resource Source String
590 } AML_RESOURCE_I2C_SERIALBUS;
592 #define AML_RESOURCE_I2C_REVISION 1 /* ACPI 5.0 */
593 #define AML_RESOURCE_I2C_TYPE_REVISION 1 /* ACPI 5.0 */
594 #define AML_RESOURCE_I2C_MIN_DATA_LEN 6
596 typedef struct aml_resource_spi_serialbus
598 AML_RESOURCE_LARGE_HEADER_COMMON
599 AML_RESOURCE_SERIAL_COMMON
600 UINT32 ConnectionSpeed;
601 UINT8 DataBitLength;
602 UINT8 ClockPhase;
603 UINT8 ClockPolarity;
604 UINT16 DeviceSelection;
606 * Optional fields follow immediately:
607 * 1) Vendor Data bytes
608 * 2) Resource Source String
611 } AML_RESOURCE_SPI_SERIALBUS;
613 #define AML_RESOURCE_SPI_REVISION 1 /* ACPI 5.0 */
614 #define AML_RESOURCE_SPI_TYPE_REVISION 1 /* ACPI 5.0 */
615 #define AML_RESOURCE_SPI_MIN_DATA_LEN 9
618 typedef struct aml_resource_uart_serialbus
620 AML_RESOURCE_LARGE_HEADER_COMMON
621 AML_RESOURCE_SERIAL_COMMON
622 UINT32 DefaultBaudRate;
623 UINT16 RxFifoSize;
624 UINT16 TxFifoSize;
625 UINT8 Parity;
626 UINT8 LinesEnabled;
628 * Optional fields follow immediately:
629 * 1) Vendor Data bytes
630 * 2) Resource Source String
633 } AML_RESOURCE_UART_SERIALBUS;
635 #define AML_RESOURCE_UART_REVISION 1 /* ACPI 5.0 */
636 #define AML_RESOURCE_UART_TYPE_REVISION 1 /* ACPI 5.0 */
637 #define AML_RESOURCE_UART_MIN_DATA_LEN 10
640 /* restore default alignment */
642 #pragma pack()
644 /* Union of all resource descriptors, so we can allocate the worst case */
646 typedef union aml_resource
648 /* Descriptor headers */
650 UINT8 DescriptorType;
651 AML_RESOURCE_SMALL_HEADER SmallHeader;
652 AML_RESOURCE_LARGE_HEADER LargeHeader;
654 /* Small resource descriptors */
656 AML_RESOURCE_IRQ Irq;
657 AML_RESOURCE_DMA Dma;
658 AML_RESOURCE_START_DEPENDENT StartDpf;
659 AML_RESOURCE_END_DEPENDENT EndDpf;
660 AML_RESOURCE_IO Io;
661 AML_RESOURCE_FIXED_IO FixedIo;
662 AML_RESOURCE_FIXED_DMA FixedDma;
663 AML_RESOURCE_VENDOR_SMALL VendorSmall;
664 AML_RESOURCE_END_TAG EndTag;
666 /* Large resource descriptors */
668 AML_RESOURCE_MEMORY24 Memory24;
669 AML_RESOURCE_GENERIC_REGISTER GenericReg;
670 AML_RESOURCE_VENDOR_LARGE VendorLarge;
671 AML_RESOURCE_MEMORY32 Memory32;
672 AML_RESOURCE_FIXED_MEMORY32 FixedMemory32;
673 AML_RESOURCE_ADDRESS16 Address16;
674 AML_RESOURCE_ADDRESS32 Address32;
675 AML_RESOURCE_ADDRESS64 Address64;
676 AML_RESOURCE_EXTENDED_ADDRESS64 ExtAddress64;
677 AML_RESOURCE_EXTENDED_IRQ ExtendedIrq;
678 AML_RESOURCE_GPIO Gpio;
679 AML_RESOURCE_I2C_SERIALBUS I2cSerialBus;
680 AML_RESOURCE_SPI_SERIALBUS SpiSerialBus;
681 AML_RESOURCE_UART_SERIALBUS UartSerialBus;
682 AML_RESOURCE_COMMON_SERIALBUS CommonSerialBus;
684 /* Utility overlays */
686 AML_RESOURCE_ADDRESS Address;
687 UINT32 DwordItem;
688 UINT16 WordItem;
689 UINT8 ByteItem;
691 } AML_RESOURCE;
694 /* Interfaces used by both the disassembler and compiler */
696 void
697 MpSaveGpioInfo (
698 ACPI_PARSE_OBJECT *Op,
699 AML_RESOURCE *Resource,
700 UINT32 PinCount,
701 UINT16 *PinList,
702 char *DeviceName);
704 void
705 MpSaveSerialInfo (
706 ACPI_PARSE_OBJECT *Op,
707 AML_RESOURCE *Resource,
708 char *DeviceName);
710 char *
711 MpGetHidFromParseTree (
712 ACPI_NAMESPACE_NODE *HidNode);
714 char *
715 MpGetHidViaNamestring (
716 char *DeviceName);
718 char *
719 MpGetConnectionInfo (
720 ACPI_PARSE_OBJECT *Op,
721 UINT32 PinIndex,
722 ACPI_NAMESPACE_NODE **TargetNode,
723 char **TargetName);
725 char *
726 MpGetParentDeviceHid (
727 ACPI_PARSE_OBJECT *Op,
728 ACPI_NAMESPACE_NODE **TargetNode,
729 char **ParentDeviceName);
731 char *
732 MpGetDdnValue (
733 char *DeviceName);
735 char *
736 MpGetHidValue (
737 ACPI_NAMESPACE_NODE *DeviceNode);
739 #endif