Refresh all of the patches needed.
Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
parent
5ebb5b780e
commit
4a5eacc7cc
@ -28,7 +28,7 @@ diff -urN acpica-unix2-20130626/tests/aapits/atexec.c acpica-unix2-20130626-aapi
|
||||
|
||||
return (AE_AML_REGION_LIMIT);
|
||||
}
|
||||
@@ -1792,7 +1796,9 @@
|
||||
@@ -1799,7 +1801,9 @@
|
||||
Path, Obj.Integer.Value, Value);
|
||||
#else
|
||||
printf ("API Error: Value of %s is 0x%llx instead of expected 0x%llx\n",
|
||||
@ -39,7 +39,7 @@ diff -urN acpica-unix2-20130626/tests/aapits/atexec.c acpica-unix2-20130626-aapi
|
||||
#endif
|
||||
Status = AE_ERROR;
|
||||
}
|
||||
@@ -1871,7 +1877,7 @@
|
||||
@@ -1878,7 +1878,7 @@
|
||||
{
|
||||
TestErrors++;
|
||||
printf ("Test Error: cannot allocate buffer of %d bytes\n",
|
||||
@ -48,7 +48,7 @@ diff -urN acpica-unix2-20130626/tests/aapits/atexec.c acpica-unix2-20130626-aapi
|
||||
return (AE_NO_MEMORY);
|
||||
}
|
||||
Results.Pointer = Object;
|
||||
@@ -1952,7 +1956,8 @@
|
||||
@@ -1959,7 +1963,8 @@
|
||||
{
|
||||
printf ("AtCheckBuffer: unexpected length %d of Buffer vs"
|
||||
" calculated %d bytes\n",
|
||||
@ -58,7 +58,7 @@ diff -urN acpica-unix2-20130626/tests/aapits/atexec.c acpica-unix2-20130626-aapi
|
||||
}
|
||||
|
||||
/* Initialize the return buffer structure */
|
||||
@@ -1961,7 +1968,7 @@
|
||||
@@ -1968,7 +1973,7 @@
|
||||
{
|
||||
TestErrors++;
|
||||
printf ("Test Error: cannot allocate buffer of %d bytes\n",
|
||||
|
@ -1,7 +1,7 @@
|
||||
diff -urN acpica-unix2-20140214/source/compiler/asllookup.c acpica-unix2-20140214-patch/source/compiler/asllookup.c
|
||||
--- acpica-unix2-20140214/source/compiler/asllookup.c 2014-02-14 16:23:33.000000000 -0700
|
||||
+++ acpica-unix2-20140214-patch/source/compiler/asllookup.c 2014-02-27 11:50:52.168659866 -0700
|
||||
@@ -120,6 +120,7 @@
|
||||
@@ -119,6 +119,7 @@
|
||||
{
|
||||
ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, ObjHandle);
|
||||
ACPI_NAMESPACE_NODE *Next;
|
||||
@ -9,7 +9,7 @@ diff -urN acpica-unix2-20140214/source/compiler/asllookup.c acpica-unix2-2014021
|
||||
|
||||
|
||||
/* Referenced flag is set during the namespace xref */
|
||||
@@ -163,8 +164,9 @@
|
||||
@@ -162,8 +163,9 @@
|
||||
* Issue a remark even if it is a reserved name (starts
|
||||
* with an underscore).
|
||||
*/
|
||||
|
@ -130,6 +130,9 @@ Warning 3104 - ^ Reserved method should not return a va
|
||||
badcode.asl 197: Return ("Unexpected Return Value")
|
||||
Warning 3104 - Reserved method should not return a value ^ (_Q22)
|
||||
|
||||
badcode.asl 203: Device (EC)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
badcode.asl 205: Method (_REG, 2)
|
||||
Warning 3079 - ^ _REG has no corresponding Operation Region
|
||||
|
||||
@ -242,4 +245,4 @@ Ignoring all errors, forcing AML file generation
|
||||
ASL Input: badcode.asl - 401 lines, 6935 bytes, 79 keywords
|
||||
AML Output: badcode.aml - 1184 bytes, 60 named objects, 19 executable opcodes
|
||||
|
||||
Compilation complete. 46 Errors, 21 Warnings, 11 Remarks, 16 Optimizations
|
||||
Compilation complete. 46 Errors, 22 Warnings, 11 Remarks, 16 Optimizations
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@ diff --git a/source/compiler/asltree.c b/source/compiler/asltree.c
|
||||
index ebf87f3..fd859d7 100644
|
||||
--- a/source/compiler/asltree.c
|
||||
+++ b/source/compiler/asltree.c
|
||||
@@ -577,28 +577,31 @@ TrCreateValuedLeafNode (
|
||||
@@ -590,28 +590,31 @@ TrCreateValuedLeafNode (
|
||||
"\nCreateValuedLeafNode Ln/Col %u/%u NewNode %p Op %s Value %8.8X%8.8X ",
|
||||
Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName(ParseOpcode),
|
||||
ACPI_FORMAT_UINT64 (Value));
|
||||
@ -56,7 +56,7 @@ index ebf87f3..fd859d7 100644
|
||||
break;
|
||||
|
||||
case PARSEOP_METHOD:
|
||||
@@ -608,11 +610,13 @@ TrCreateValuedLeafNode (
|
||||
@@ -621,11 +624,13 @@ TrCreateValuedLeafNode (
|
||||
|
||||
case PARSEOP_INTEGER:
|
||||
|
||||
@ -74,7 +74,7 @@ diff --git a/source/components/executer/exoparg2.c b/source/components/executer/
|
||||
index e55f40c..ed5b1fd 100644
|
||||
--- a/source/components/executer/exoparg2.c
|
||||
+++ b/source/components/executer/exoparg2.c
|
||||
@@ -175,6 +176,8 @@ AcpiExOpcode_2A_2T_1R (
|
||||
@@ -174,6 +176,8 @@ AcpiExOpcode_2A_2T_1R (
|
||||
ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
|
||||
ACPI_OPERAND_OBJECT *ReturnDesc1 = NULL;
|
||||
ACPI_OPERAND_OBJECT *ReturnDesc2 = NULL;
|
||||
@ -83,7 +83,7 @@ index e55f40c..ed5b1fd 100644
|
||||
ACPI_STATUS Status;
|
||||
|
||||
|
||||
@@ -208,8 +211,10 @@ AcpiExOpcode_2A_2T_1R (
|
||||
@@ -207,8 +211,10 @@ AcpiExOpcode_2A_2T_1R (
|
||||
|
||||
Status = AcpiUtDivide (Operand[0]->Integer.Value,
|
||||
Operand[1]->Integer.Value,
|
||||
@ -96,7 +96,7 @@ index e55f40c..ed5b1fd 100644
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
goto Cleanup;
|
||||
@@ -283,6 +285,7 @@ AcpiExOpcode_2A_1T_1R (
|
||||
@@ -282,6 +285,7 @@ AcpiExOpcode_2A_1T_1R (
|
||||
ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
|
||||
ACPI_OPERAND_OBJECT *ReturnDesc = NULL;
|
||||
UINT64 Index;
|
||||
@ -104,7 +104,7 @@ index e55f40c..ed5b1fd 100644
|
||||
ACPI_STATUS Status = AE_OK;
|
||||
ACPI_SIZE Length = 0;
|
||||
|
||||
@@ -326,7 +333,8 @@ AcpiExOpcode_2A_1T_1R (
|
||||
@@ -325,7 +333,8 @@ AcpiExOpcode_2A_1T_1R (
|
||||
Status = AcpiUtDivide (Operand[0]->Integer.Value,
|
||||
Operand[1]->Integer.Value,
|
||||
NULL,
|
||||
|
@ -1,6 +1,24 @@
|
||||
grammar.asl 120: Device (A1)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 135: Device (A2)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 145: Device (A3)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 155: Device (A4)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 171: Device (IRES)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 199: Name (_NPK, Package ()
|
||||
Warning 3133 - ^ Unknown reserved name (_NPK)
|
||||
|
||||
grammar.asl 208: Device (RES)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 389: Register (SystemIO, 0x08, 0x00, 0x00000000000000B2, , R000)
|
||||
Remark 2089 - Object is not referenced ^ (Name is within method [_CRS])
|
||||
|
||||
@ -55,6 +73,12 @@ Remark 2089 - Object is not referenced ^ (Name is within method [_
|
||||
grammar.asl 733: Method(_SRS)
|
||||
Warning 3102 - ^ Reserved method has too few arguments (_SRS requires 1)
|
||||
|
||||
grammar.asl 738: Device(EIO)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 913: Device (DEV1)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 949: Method (_ERR, 2)
|
||||
Warning 3102 - ^ Reserved method has too few arguments (_ERR requires 3)
|
||||
|
||||
@ -88,24 +112,138 @@ Error 6114 - ^ Result is not used, operator has no effec
|
||||
grammar.asl 1816: Method (COND)
|
||||
Warning 3115 - ^ Not all control paths return a value (COND)
|
||||
|
||||
grammar.asl 2002: Device (IFEL)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 2159: Device (NOSV)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 2580: Device (IDXF)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 2627: Device (NSTL)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 2655: Device (RTBF)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 2753: Device (GPE2)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 2768: Device (PRW2)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 2816: Device (PRW1)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 2886: Device (RTLV)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 2990: Name (_CRS,0)
|
||||
Error 6105 - ^ Invalid object type for reserved name (_CRS: found Integer, Buffer required)
|
||||
|
||||
grammar.asl 3014: Device (RETP)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 3050: Device (WHLR)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 3106: Device (ANDO)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 3380: Device (BRKP)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 3417: Device (ADSU)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 3510: Device (INDC)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 3608: Device (LOPS)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 3953: Device (FDSO)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 4117: Device (MLDV)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 4250: Device (NBIT)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 4486: Device (SHFT)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 4682: Device (XORD)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 5019: Device (CRBF)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 5097: Device (IDX4)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 5636: Device (EVNT)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 5864: Device (SZLV)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 5957: Device (BYTF)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 5967: Device (C005)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 5969: Device (C013)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 6024: Name (_HID, "*PNP0A06")
|
||||
Error 6061 - Invalid leading asterisk ^ (*PNP0A06)
|
||||
|
||||
grammar.asl 6163: Name (C18C, Package (2)
|
||||
Remark 2063 - ^ Initializer list shorter than declared package length
|
||||
|
||||
grammar.asl 6187: Device (C19B)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 6241: Device (DWDF)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 6282: Device (DVAX)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 6325: Device (IDX6)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 6349: Device (TST_)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 6390: Device (IDX5)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 6475: Name (_CRS, Buffer(26) {"\_SB_.PCI2._CRS..........."})
|
||||
Warning 3046 - Invalid or unknown escape sequence ^
|
||||
|
||||
grammar.asl 6706: Device (BITI)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 6814: And (Local0, 1, Local0)
|
||||
Error 6066 - ^ Method local variable is not initialized (Local0)
|
||||
|
||||
grammar.asl 6900: Name (_HID, "*PNP0C0A")
|
||||
Error 6061 - Invalid leading asterisk ^ (*PNP0C0A)
|
||||
|
||||
grammar.asl 6909: Device (IDX3)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 7054: Device(IDX7)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 7733: Device (MTCH)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 7754: CreateDWordField (TMD0, 4, DMA0)
|
||||
Remark 2089 - Object is not referenced ^ (Name is within method [TEST])
|
||||
|
||||
@ -118,9 +256,33 @@ Remark 2089 - Object is not referenced ^ (Name is within
|
||||
grammar.asl 7757: CreateDWordField (TMD0, 16, CHNF)
|
||||
Remark 2089 - Object is not referenced ^ (Name is within method [TEST])
|
||||
|
||||
grammar.asl 7931: Device (WHLB)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 8292: Device (IDX2)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 8675: Device (SIZO)
|
||||
Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 8717: Name (PKG2, Package (4)
|
||||
Remark 2063 - ^ Initializer list shorter than declared package length
|
||||
|
||||
grammar.asl 9259: Device (MBIT)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 9270: Device (MWRD)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 9278: Device (MBYT)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 9351: Device (SMIS)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
grammar.asl 9405: Device(CNDT)
|
||||
Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope)
|
||||
|
||||
|
||||
Intel ACPI Component Architecture
|
||||
ASL Optimizing Compiler version VVVVVVVV-YYYY [XXXXXXXXXXX]
|
||||
@ -131,4 +293,4 @@ Ignoring all errors, forcing AML file generation
|
||||
ASL Input: grammar.asl - 10281 lines, 228124 bytes, 4818 keywords
|
||||
AML Output: grammar.aml - 43476 bytes, 670 named objects, 4148 executable opcodes
|
||||
|
||||
Compilation complete. 6 Errors, 10 Warnings, 25 Remarks, 1105 Optimizations
|
||||
Compilation complete. 6 Errors, 64 Warnings, 25 Remarks, 1105 Optimizations
|
||||
|
@ -7,7 +7,7 @@ made in the remainder of the function.
|
||||
diff -urN acpica-unix2-20130214/source/compiler/aslanalyze.c acpica-unix2-20130214-names/source/compiler/aslanalyze.c
|
||||
--- acpica-unix2-20130214/source/compiler/aslanalyze.c 2013-03-21 17:31:25.803324990 -0600
|
||||
+++ acpica-unix2-20130214-names/source/compiler/aslanalyze.c 2013-03-21 17:43:45.357616802 -0600
|
||||
@@ -446,7 +446,7 @@
|
||||
@@ -445,7 +445,7 @@
|
||||
|
||||
/* Need a null-terminated string version of NameSeg */
|
||||
|
||||
@ -16,7 +16,7 @@ diff -urN acpica-unix2-20130214/source/compiler/aslanalyze.c acpica-unix2-201302
|
||||
Name[ACPI_NAME_SIZE] = 0;
|
||||
|
||||
/*
|
||||
@@ -473,7 +473,7 @@
|
||||
@@ -472,7 +472,7 @@
|
||||
* We are now sure we have an _Lxx or _Exx.
|
||||
* Create the target name that would cause collision (Flip E/L)
|
||||
*/
|
||||
|
@ -5,8 +5,8 @@ Al Stone <ahs3@redhat.com>
|
||||
diff -Naur acpica-unix2-20140424/source/compiler/aslmain.c acpica-unix2-20140424-patch/source/compiler/aslmain.c
|
||||
--- acpica-unix2-20140424/source/compiler/aslmain.c 2014-04-24 09:48:59.000000000 -0600
|
||||
+++ acpica-unix2-20140424-patch/source/compiler/aslmain.c 2014-05-22 12:55:47.634904320 -0600
|
||||
@@ -329,18 +329,6 @@
|
||||
int Index2;
|
||||
@@ -330,18 +330,6 @@
|
||||
int ReturnStatus = 0;
|
||||
|
||||
|
||||
- /*
|
||||
|
Loading…
Reference in New Issue
Block a user