Update to 20160527 upstream sources
Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
parent
d130b63bd1
commit
2d101cfe88
2
.gitignore
vendored
2
.gitignore
vendored
@ -50,3 +50,5 @@
|
|||||||
/acpitests-unix-20160318.tar.gz
|
/acpitests-unix-20160318.tar.gz
|
||||||
/acpica-unix2-20160422.tar.gz
|
/acpica-unix2-20160422.tar.gz
|
||||||
/acpitests-unix-20160422.tar.gz
|
/acpitests-unix-20160422.tar.gz
|
||||||
|
/acpica-unix2-20160527.tar.gz
|
||||||
|
/acpitests-unix-20160527.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: acpica-tools
|
Name: acpica-tools
|
||||||
Version: 20160422
|
Version: 20160527
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: ACPICA tools for the development and debug of ACPI tables
|
Summary: ACPICA tools for the development and debug of ACPI tables
|
||||||
|
|
||||||
@ -186,6 +186,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 9 2016 Al Stone <ahs3@redhat.com> - 20160527-1
|
||||||
|
- Update to latest upstream. Closes BZ#1340573.
|
||||||
|
- Refresh patches.
|
||||||
|
|
||||||
* Tue Apr 26 2016 Al Stone <ahs3@redhat.com> - 20160422-1
|
* Tue Apr 26 2016 Al Stone <ahs3@redhat.com> - 20160422-1
|
||||||
- Update to latest upstream. Closes BZ#1329774.
|
- Update to latest upstream. Closes BZ#1329774.
|
||||||
- Refresh patches.
|
- Refresh patches.
|
||||||
|
@ -18,10 +18,10 @@ support
|
|||||||
source/include/platform/aclinux.h | 8 ++
|
source/include/platform/aclinux.h | 8 ++
|
||||||
12 files changed, 487 insertions(+), 283 deletions(-)
|
12 files changed, 487 insertions(+), 283 deletions(-)
|
||||||
|
|
||||||
Index: acpica-unix2-20160422/source/compiler/aslcodegen.c
|
Index: acpica-unix-20160527/source/compiler/aslcodegen.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/compiler/aslcodegen.c
|
--- acpica-unix-20160527.orig/source/compiler/aslcodegen.c
|
||||||
+++ acpica-unix2-20160422/source/compiler/aslcodegen.c
|
+++ acpica-unix-20160527/source/compiler/aslcodegen.c
|
||||||
@@ -243,16 +243,12 @@ CgWriteAmlOpcode (
|
@@ -243,16 +243,12 @@ CgWriteAmlOpcode (
|
||||||
ACPI_PARSE_OBJECT *Op)
|
ACPI_PARSE_OBJECT *Op)
|
||||||
{
|
{
|
||||||
@ -263,10 +263,10 @@ Index: acpica-unix2-20160422/source/compiler/aslcodegen.c
|
|||||||
|
|
||||||
case AML_RAW_DATA_BUFFER:
|
case AML_RAW_DATA_BUFFER:
|
||||||
|
|
||||||
Index: acpica-unix2-20160422/source/compiler/aslopcodes.c
|
Index: acpica-unix-20160527/source/compiler/aslopcodes.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/compiler/aslopcodes.c
|
--- acpica-unix-20160527.orig/source/compiler/aslopcodes.c
|
||||||
+++ acpica-unix2-20160422/source/compiler/aslopcodes.c
|
+++ acpica-unix-20160527/source/compiler/aslopcodes.c
|
||||||
@@ -481,6 +481,7 @@ OpcDoUnicode (
|
@@ -481,6 +481,7 @@ OpcDoUnicode (
|
||||||
UINT32 i;
|
UINT32 i;
|
||||||
UINT8 *AsciiString;
|
UINT8 *AsciiString;
|
||||||
@ -285,10 +285,10 @@ Index: acpica-unix2-20160422/source/compiler/aslopcodes.c
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Index: acpica-unix2-20160422/source/compiler/aslrestype1.c
|
Index: acpica-unix-20160527/source/compiler/aslrestype1.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/compiler/aslrestype1.c
|
--- acpica-unix-20160527.orig/source/compiler/aslrestype1.c
|
||||||
+++ acpica-unix2-20160422/source/compiler/aslrestype1.c
|
+++ acpica-unix-20160527/source/compiler/aslrestype1.c
|
||||||
@@ -142,6 +142,11 @@ RsDoMemory24Descriptor (
|
@@ -142,6 +142,11 @@ RsDoMemory24Descriptor (
|
||||||
ACPI_PARSE_OBJECT *LengthOp = NULL;
|
ACPI_PARSE_OBJECT *LengthOp = NULL;
|
||||||
ASL_RESOURCE_NODE *Rnode;
|
ASL_RESOURCE_NODE *Rnode;
|
||||||
@ -485,10 +485,10 @@ Index: acpica-unix2-20160422/source/compiler/aslrestype1.c
|
|||||||
RsCreateDwordField (InitializerOp, ACPI_RESTAG_LENGTH,
|
RsCreateDwordField (InitializerOp, ACPI_RESTAG_LENGTH,
|
||||||
CurrentByteOffset + ASL_RESDESC_OFFSET (FixedMemory32.AddressLength));
|
CurrentByteOffset + ASL_RESDESC_OFFSET (FixedMemory32.AddressLength));
|
||||||
break;
|
break;
|
||||||
Index: acpica-unix2-20160422/source/compiler/aslrestype1i.c
|
Index: acpica-unix-20160527/source/compiler/aslrestype1i.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/compiler/aslrestype1i.c
|
--- acpica-unix-20160527.orig/source/compiler/aslrestype1i.c
|
||||||
+++ acpica-unix2-20160422/source/compiler/aslrestype1i.c
|
+++ acpica-unix-20160527/source/compiler/aslrestype1i.c
|
||||||
@@ -198,6 +198,8 @@ RsDoFixedDmaDescriptor (
|
@@ -198,6 +198,8 @@ RsDoFixedDmaDescriptor (
|
||||||
ACPI_PARSE_OBJECT *InitializerOp;
|
ACPI_PARSE_OBJECT *InitializerOp;
|
||||||
ASL_RESOURCE_NODE *Rnode;
|
ASL_RESOURCE_NODE *Rnode;
|
||||||
@ -625,10 +625,10 @@ Index: acpica-unix2-20160422/source/compiler/aslrestype1i.c
|
|||||||
+ ACPI_MOVE_16_TO_16(&Descriptor->Irq.IrqMask, &IrqMask);
|
+ ACPI_MOVE_16_TO_16(&Descriptor->Irq.IrqMask, &IrqMask);
|
||||||
return (Rnode);
|
return (Rnode);
|
||||||
}
|
}
|
||||||
Index: acpica-unix2-20160422/source/compiler/aslrestype2.c
|
Index: acpica-unix-20160527/source/compiler/aslrestype2.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/compiler/aslrestype2.c
|
--- acpica-unix-20160527.orig/source/compiler/aslrestype2.c
|
||||||
+++ acpica-unix2-20160422/source/compiler/aslrestype2.c
|
+++ acpica-unix-20160527/source/compiler/aslrestype2.c
|
||||||
@@ -76,6 +76,7 @@ RsDoGeneralRegisterDescriptor (
|
@@ -76,6 +76,7 @@ RsDoGeneralRegisterDescriptor (
|
||||||
ACPI_PARSE_OBJECT *InitializerOp;
|
ACPI_PARSE_OBJECT *InitializerOp;
|
||||||
ASL_RESOURCE_NODE *Rnode;
|
ASL_RESOURCE_NODE *Rnode;
|
||||||
@ -725,10 +725,10 @@ Index: acpica-unix2-20160422/source/compiler/aslrestype2.c
|
|||||||
|
|
||||||
/* Point to end-of-descriptor for vendor data */
|
/* Point to end-of-descriptor for vendor data */
|
||||||
|
|
||||||
Index: acpica-unix2-20160422/source/compiler/aslrestype2d.c
|
Index: acpica-unix-20160527/source/compiler/aslrestype2d.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/compiler/aslrestype2d.c
|
--- acpica-unix-20160527.orig/source/compiler/aslrestype2d.c
|
||||||
+++ acpica-unix2-20160422/source/compiler/aslrestype2d.c
|
+++ acpica-unix-20160527/source/compiler/aslrestype2d.c
|
||||||
@@ -79,7 +79,13 @@ RsDoDwordIoDescriptor (
|
@@ -79,7 +79,13 @@ RsDoDwordIoDescriptor (
|
||||||
ACPI_PARSE_OBJECT *GranOp = NULL;
|
ACPI_PARSE_OBJECT *GranOp = NULL;
|
||||||
ASL_RESOURCE_NODE *Rnode;
|
ASL_RESOURCE_NODE *Rnode;
|
||||||
@ -1084,10 +1084,10 @@ Index: acpica-unix2-20160422/source/compiler/aslrestype2d.c
|
|||||||
Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS32) +
|
Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS32) +
|
||||||
OptionIndex + StringLength;
|
OptionIndex + StringLength;
|
||||||
return (Rnode);
|
return (Rnode);
|
||||||
Index: acpica-unix2-20160422/source/compiler/aslrestype2e.c
|
Index: acpica-unix-20160527/source/compiler/aslrestype2e.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/compiler/aslrestype2e.c
|
--- acpica-unix-20160527.orig/source/compiler/aslrestype2e.c
|
||||||
+++ acpica-unix2-20160422/source/compiler/aslrestype2e.c
|
+++ acpica-unix-20160527/source/compiler/aslrestype2e.c
|
||||||
@@ -78,6 +78,13 @@ RsDoExtendedIoDescriptor (
|
@@ -78,6 +78,13 @@ RsDoExtendedIoDescriptor (
|
||||||
ACPI_PARSE_OBJECT *GranOp = NULL;
|
ACPI_PARSE_OBJECT *GranOp = NULL;
|
||||||
ASL_RESOURCE_NODE *Rnode;
|
ASL_RESOURCE_NODE *Rnode;
|
||||||
@ -1193,10 +1193,10 @@ Index: acpica-unix2-20160422/source/compiler/aslrestype2e.c
|
|||||||
Rnode->BufferLength = sizeof (AML_RESOURCE_EXTENDED_ADDRESS64) +
|
Rnode->BufferLength = sizeof (AML_RESOURCE_EXTENDED_ADDRESS64) +
|
||||||
StringLength;
|
StringLength;
|
||||||
return (Rnode);
|
return (Rnode);
|
||||||
Index: acpica-unix2-20160422/source/compiler/aslrestype2q.c
|
Index: acpica-unix-20160527/source/compiler/aslrestype2q.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/compiler/aslrestype2q.c
|
--- acpica-unix-20160527.orig/source/compiler/aslrestype2q.c
|
||||||
+++ acpica-unix2-20160422/source/compiler/aslrestype2q.c
|
+++ acpica-unix-20160527/source/compiler/aslrestype2q.c
|
||||||
@@ -80,7 +80,13 @@ RsDoQwordIoDescriptor (
|
@@ -80,7 +80,13 @@ RsDoQwordIoDescriptor (
|
||||||
ASL_RESOURCE_NODE *Rnode;
|
ASL_RESOURCE_NODE *Rnode;
|
||||||
UINT8 *OptionalFields;
|
UINT8 *OptionalFields;
|
||||||
@ -1535,10 +1535,10 @@ Index: acpica-unix2-20160422/source/compiler/aslrestype2q.c
|
|||||||
Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS64) +
|
Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS64) +
|
||||||
OptionIndex + StringLength;
|
OptionIndex + StringLength;
|
||||||
return (Rnode);
|
return (Rnode);
|
||||||
Index: acpica-unix2-20160422/source/compiler/aslrestype2s.c
|
Index: acpica-unix-20160527/source/compiler/aslrestype2s.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/compiler/aslrestype2s.c
|
--- acpica-unix-20160527.orig/source/compiler/aslrestype2s.c
|
||||||
+++ acpica-unix2-20160422/source/compiler/aslrestype2s.c
|
+++ acpica-unix-20160527/source/compiler/aslrestype2s.c
|
||||||
@@ -290,6 +290,9 @@ RsDoGpioIntDescriptor (
|
@@ -290,6 +290,9 @@ RsDoGpioIntDescriptor (
|
||||||
UINT16 VendorLength;
|
UINT16 VendorLength;
|
||||||
UINT16 InterruptLength;
|
UINT16 InterruptLength;
|
||||||
@ -1852,10 +1852,10 @@ Index: acpica-unix2-20160422/source/compiler/aslrestype2s.c
|
|||||||
MpSaveSerialInfo (Info->MappingOp, Descriptor, ResourceSource);
|
MpSaveSerialInfo (Info->MappingOp, Descriptor, ResourceSource);
|
||||||
return (Rnode);
|
return (Rnode);
|
||||||
}
|
}
|
||||||
Index: acpica-unix2-20160422/source/compiler/aslrestype2w.c
|
Index: acpica-unix-20160527/source/compiler/aslrestype2w.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/compiler/aslrestype2w.c
|
--- acpica-unix-20160527.orig/source/compiler/aslrestype2w.c
|
||||||
+++ acpica-unix2-20160422/source/compiler/aslrestype2w.c
|
+++ acpica-unix-20160527/source/compiler/aslrestype2w.c
|
||||||
@@ -81,6 +81,12 @@ RsDoWordIoDescriptor (
|
@@ -81,6 +81,12 @@ RsDoWordIoDescriptor (
|
||||||
UINT8 *OptionalFields;
|
UINT8 *OptionalFields;
|
||||||
UINT16 StringLength = 0;
|
UINT16 StringLength = 0;
|
||||||
@ -2199,10 +2199,10 @@ Index: acpica-unix2-20160422/source/compiler/aslrestype2w.c
|
|||||||
Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS16) +
|
Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS16) +
|
||||||
OptionIndex + StringLength;
|
OptionIndex + StringLength;
|
||||||
return (Rnode);
|
return (Rnode);
|
||||||
Index: acpica-unix2-20160422/source/include/acmacros.h
|
Index: acpica-unix-20160527/source/include/acmacros.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/include/acmacros.h
|
--- acpica-unix-20160527.orig/source/include/acmacros.h
|
||||||
+++ acpica-unix2-20160422/source/include/acmacros.h
|
+++ acpica-unix-20160527/source/include/acmacros.h
|
||||||
@@ -100,7 +100,8 @@
|
@@ -100,7 +100,8 @@
|
||||||
|
|
||||||
/* 32-bit source, 16/32/64 destination */
|
/* 32-bit source, 16/32/64 destination */
|
||||||
@ -2240,11 +2240,11 @@ Index: acpica-unix2-20160422/source/include/acmacros.h
|
|||||||
#define ACPI_MOVE_32_TO_32(d, s) *(UINT32 *)(void *)(d) = *(UINT32 *)(void *)(s)
|
#define ACPI_MOVE_32_TO_32(d, s) *(UINT32 *)(void *)(d) = *(UINT32 *)(void *)(s)
|
||||||
#define ACPI_MOVE_32_TO_64(d, s) *(UINT64 *)(void *)(d) = *(UINT32 *)(void *)(s)
|
#define ACPI_MOVE_32_TO_64(d, s) *(UINT64 *)(void *)(d) = *(UINT32 *)(void *)(s)
|
||||||
|
|
||||||
Index: acpica-unix2-20160422/source/include/platform/aclinux.h
|
Index: acpica-unix-20160527/source/include/platform/aclinux.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/include/platform/aclinux.h
|
--- acpica-unix-20160527.orig/source/include/platform/aclinux.h
|
||||||
+++ acpica-unix2-20160422/source/include/platform/aclinux.h
|
+++ acpica-unix-20160527/source/include/platform/aclinux.h
|
||||||
@@ -170,6 +170,7 @@
|
@@ -178,6 +178,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
@ -2252,7 +2252,7 @@ Index: acpica-unix2-20160422/source/include/platform/aclinux.h
|
|||||||
|
|
||||||
/* Define/disable kernel-specific declarators */
|
/* Define/disable kernel-specific declarators */
|
||||||
|
|
||||||
@@ -182,8 +183,7 @@
|
@@ -190,8 +191,7 @@
|
||||||
#define ACPI_FLUSH_CPU_CACHE()
|
#define ACPI_FLUSH_CPU_CACHE()
|
||||||
#define ACPI_CAST_PTHREAD_T(Pthread) ((ACPI_THREAD_ID) (Pthread))
|
#define ACPI_CAST_PTHREAD_T(Pthread) ((ACPI_THREAD_ID) (Pthread))
|
||||||
|
|
||||||
@ -2262,7 +2262,7 @@ Index: acpica-unix2-20160422/source/include/platform/aclinux.h
|
|||||||
#define ACPI_MACHINE_WIDTH 64
|
#define ACPI_MACHINE_WIDTH 64
|
||||||
#define COMPILER_DEPENDENT_INT64 long
|
#define COMPILER_DEPENDENT_INT64 long
|
||||||
#define COMPILER_DEPENDENT_UINT64 unsigned long
|
#define COMPILER_DEPENDENT_UINT64 unsigned long
|
||||||
@@ -194,6 +194,10 @@
|
@@ -202,6 +202,10 @@
|
||||||
#define ACPI_USE_NATIVE_DIVIDE
|
#define ACPI_USE_NATIVE_DIVIDE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
112
int-format.patch
112
int-format.patch
@ -24,10 +24,10 @@ From: Al Stone <ahs3@redhat.com>
|
|||||||
source/tools/acpiexec/aemain.c | 2 +-
|
source/tools/acpiexec/aemain.c | 2 +-
|
||||||
18 files changed, 28 insertions(+), 28 deletions(-)
|
18 files changed, 28 insertions(+), 28 deletions(-)
|
||||||
|
|
||||||
Index: acpica-unix2-20160422/source/compiler/aslcompile.c
|
Index: acpica-unix-20160527/source/compiler/aslcompile.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/compiler/aslcompile.c
|
--- acpica-unix-20160527.orig/source/compiler/aslcompile.c
|
||||||
+++ acpica-unix2-20160422/source/compiler/aslcompile.c
|
+++ acpica-unix-20160527/source/compiler/aslcompile.c
|
||||||
@@ -729,7 +729,7 @@ CmCleanupAndExit (
|
@@ -729,7 +729,7 @@ CmCleanupAndExit (
|
||||||
|
|
||||||
if (Gbl_ExceptionCount[ASL_ERROR] > ASL_MAX_ERROR_COUNT)
|
if (Gbl_ExceptionCount[ASL_ERROR] > ASL_MAX_ERROR_COUNT)
|
||||||
@ -37,10 +37,10 @@ Index: acpica-unix2-20160422/source/compiler/aslcompile.c
|
|||||||
ASL_MAX_ERROR_COUNT);
|
ASL_MAX_ERROR_COUNT);
|
||||||
}
|
}
|
||||||
|
|
||||||
Index: acpica-unix2-20160422/source/compiler/aslerror.c
|
Index: acpica-unix-20160527/source/compiler/aslerror.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/compiler/aslerror.c
|
--- acpica-unix-20160527.orig/source/compiler/aslerror.c
|
||||||
+++ acpica-unix2-20160422/source/compiler/aslerror.c
|
+++ acpica-unix-20160527/source/compiler/aslerror.c
|
||||||
@@ -687,7 +687,7 @@ AslCommonError (
|
@@ -687,7 +687,7 @@ AslCommonError (
|
||||||
Gbl_ExceptionCount[Level]++;
|
Gbl_ExceptionCount[Level]++;
|
||||||
if (Gbl_ExceptionCount[ASL_ERROR] > ASL_MAX_ERROR_COUNT)
|
if (Gbl_ExceptionCount[ASL_ERROR] > ASL_MAX_ERROR_COUNT)
|
||||||
@ -59,10 +59,10 @@ Index: acpica-unix2-20160422/source/compiler/aslerror.c
|
|||||||
ASL_MAX_DISABLED_MESSAGES);
|
ASL_MAX_DISABLED_MESSAGES);
|
||||||
return (AE_LIMIT);
|
return (AE_LIMIT);
|
||||||
}
|
}
|
||||||
Index: acpica-unix2-20160422/source/compiler/aslopt.c
|
Index: acpica-unix-20160527/source/compiler/aslopt.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/compiler/aslopt.c
|
--- acpica-unix-20160527.orig/source/compiler/aslopt.c
|
||||||
+++ acpica-unix2-20160422/source/compiler/aslopt.c
|
+++ acpica-unix-20160527/source/compiler/aslopt.c
|
||||||
@@ -584,7 +584,7 @@ OptOptimizeNamePath (
|
@@ -584,7 +584,7 @@ OptOptimizeNamePath (
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -72,10 +72,10 @@ Index: acpica-unix2-20160422/source/compiler/aslopt.c
|
|||||||
Op->Asl.LogicalLineNumber,
|
Op->Asl.LogicalLineNumber,
|
||||||
AcpiPsGetOpcodeName (Op->Common.Parent->Common.AmlOpcode),
|
AcpiPsGetOpcodeName (Op->Common.Parent->Common.AmlOpcode),
|
||||||
AcpiPsGetOpcodeName (Op->Common.AmlOpcode)));
|
AcpiPsGetOpcodeName (Op->Common.AmlOpcode)));
|
||||||
Index: acpica-unix2-20160422/source/compiler/aslpredef.c
|
Index: acpica-unix-20160527/source/compiler/aslpredef.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/compiler/aslpredef.c
|
--- acpica-unix-20160527.orig/source/compiler/aslpredef.c
|
||||||
+++ acpica-unix2-20160422/source/compiler/aslpredef.c
|
+++ acpica-unix-20160527/source/compiler/aslpredef.c
|
||||||
@@ -114,7 +114,7 @@ ApCheckForPredefinedMethod (
|
@@ -114,7 +114,7 @@ ApCheckForPredefinedMethod (
|
||||||
|
|
||||||
if (MethodInfo->NumArguments != 0)
|
if (MethodInfo->NumArguments != 0)
|
||||||
@ -85,10 +85,10 @@ Index: acpica-unix2-20160422/source/compiler/aslpredef.c
|
|||||||
|
|
||||||
AslError (ASL_WARNING, ASL_MSG_RESERVED_ARG_COUNT_HI, Op,
|
AslError (ASL_WARNING, ASL_MSG_RESERVED_ARG_COUNT_HI, Op,
|
||||||
MsgBuffer);
|
MsgBuffer);
|
||||||
Index: acpica-unix2-20160422/source/compiler/aslprepkg.c
|
Index: acpica-unix-20160527/source/compiler/aslprepkg.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/compiler/aslprepkg.c
|
--- acpica-unix-20160527.orig/source/compiler/aslprepkg.c
|
||||||
+++ acpica-unix2-20160422/source/compiler/aslprepkg.c
|
+++ acpica-unix-20160527/source/compiler/aslprepkg.c
|
||||||
@@ -309,7 +309,7 @@ ApCheckPackage (
|
@@ -309,7 +309,7 @@ ApCheckPackage (
|
||||||
|
|
||||||
if (Count & 1)
|
if (Count & 1)
|
||||||
@ -98,10 +98,10 @@ Index: acpica-unix2-20160422/source/compiler/aslprepkg.c
|
|||||||
Predefined->Info.Name, Count);
|
Predefined->Info.Name, Count);
|
||||||
|
|
||||||
AslError (ASL_ERROR, ASL_MSG_RESERVED_PACKAGE_LENGTH,
|
AslError (ASL_ERROR, ASL_MSG_RESERVED_PACKAGE_LENGTH,
|
||||||
Index: acpica-unix2-20160422/source/components/debugger/dbexec.c
|
Index: acpica-unix-20160527/source/components/debugger/dbexec.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/components/debugger/dbexec.c
|
--- acpica-unix-20160527.orig/source/components/debugger/dbexec.c
|
||||||
+++ acpica-unix2-20160422/source/components/debugger/dbexec.c
|
+++ acpica-unix-20160527/source/components/debugger/dbexec.c
|
||||||
@@ -214,7 +214,7 @@ AcpiDbExecuteMethod (
|
@@ -214,7 +214,7 @@ AcpiDbExecuteMethod (
|
||||||
ACPI_ERROR ((AE_INFO,
|
ACPI_ERROR ((AE_INFO,
|
||||||
"Possible overflow of internal debugger "
|
"Possible overflow of internal debugger "
|
||||||
@ -111,10 +111,10 @@ Index: acpica-unix2-20160422/source/components/debugger/dbexec.c
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Index: acpica-unix2-20160422/source/components/dispatcher/dsmthdat.c
|
Index: acpica-unix-20160527/source/components/dispatcher/dsmthdat.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/components/dispatcher/dsmthdat.c
|
--- acpica-unix-20160527.orig/source/components/dispatcher/dsmthdat.c
|
||||||
+++ acpica-unix2-20160422/source/components/dispatcher/dsmthdat.c
|
+++ acpica-unix-20160527/source/components/dispatcher/dsmthdat.c
|
||||||
@@ -291,7 +291,7 @@ AcpiDsMethodDataGetNode (
|
@@ -291,7 +291,7 @@ AcpiDsMethodDataGetNode (
|
||||||
if (Index > ACPI_METHOD_MAX_LOCAL)
|
if (Index > ACPI_METHOD_MAX_LOCAL)
|
||||||
{
|
{
|
||||||
@ -133,11 +133,11 @@ Index: acpica-unix2-20160422/source/components/dispatcher/dsmthdat.c
|
|||||||
Index, ACPI_METHOD_MAX_ARG));
|
Index, ACPI_METHOD_MAX_ARG));
|
||||||
return_ACPI_STATUS (AE_AML_INVALID_INDEX);
|
return_ACPI_STATUS (AE_AML_INVALID_INDEX);
|
||||||
}
|
}
|
||||||
Index: acpica-unix2-20160422/source/components/dispatcher/dsutils.c
|
Index: acpica-unix-20160527/source/components/dispatcher/dsutils.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/components/dispatcher/dsutils.c
|
--- acpica-unix-20160527.orig/source/components/dispatcher/dsutils.c
|
||||||
+++ acpica-unix2-20160422/source/components/dispatcher/dsutils.c
|
+++ acpica-unix-20160527/source/components/dispatcher/dsutils.c
|
||||||
@@ -791,7 +791,7 @@ AcpiDsCreateOperands (
|
@@ -793,7 +793,7 @@ AcpiDsCreateOperands (
|
||||||
}
|
}
|
||||||
|
|
||||||
ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH,
|
ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH,
|
||||||
@ -146,10 +146,10 @@ Index: acpica-unix2-20160422/source/components/dispatcher/dsutils.c
|
|||||||
WalkState->NumOperands, ArgCount, Index));
|
WalkState->NumOperands, ArgCount, Index));
|
||||||
|
|
||||||
/* Create the interpreter arguments, in reverse order */
|
/* Create the interpreter arguments, in reverse order */
|
||||||
Index: acpica-unix2-20160422/source/components/dispatcher/dswscope.c
|
Index: acpica-unix-20160527/source/components/dispatcher/dswscope.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/components/dispatcher/dswscope.c
|
--- acpica-unix-20160527.orig/source/components/dispatcher/dswscope.c
|
||||||
+++ acpica-unix2-20160422/source/components/dispatcher/dswscope.c
|
+++ acpica-unix-20160527/source/components/dispatcher/dswscope.c
|
||||||
@@ -149,7 +149,7 @@ AcpiDsScopeStackPush (
|
@@ -149,7 +149,7 @@ AcpiDsScopeStackPush (
|
||||||
WalkState->ScopeDepth++;
|
WalkState->ScopeDepth++;
|
||||||
|
|
||||||
@ -168,10 +168,10 @@ Index: acpica-unix2-20160422/source/components/dispatcher/dswscope.c
|
|||||||
(UINT32) WalkState->ScopeDepth,
|
(UINT32) WalkState->ScopeDepth,
|
||||||
AcpiUtGetNodeName (ScopeInfo->Scope.Node),
|
AcpiUtGetNodeName (ScopeInfo->Scope.Node),
|
||||||
AcpiUtGetTypeName (ScopeInfo->Common.Value)));
|
AcpiUtGetTypeName (ScopeInfo->Common.Value)));
|
||||||
Index: acpica-unix2-20160422/source/components/events/evgpe.c
|
Index: acpica-unix-20160527/source/components/events/evgpe.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/components/events/evgpe.c
|
--- acpica-unix-20160527.orig/source/components/events/evgpe.c
|
||||||
+++ acpica-unix2-20160422/source/components/events/evgpe.c
|
+++ acpica-unix-20160527/source/components/events/evgpe.c
|
||||||
@@ -430,7 +430,7 @@ AcpiEvGpeDetect (
|
@@ -430,7 +430,7 @@ AcpiEvGpeDetect (
|
||||||
"Ignore disabled registers for GPE %02X-%02X: "
|
"Ignore disabled registers for GPE %02X-%02X: "
|
||||||
"RunEnable=%02X, WakeEnable=%02X\n",
|
"RunEnable=%02X, WakeEnable=%02X\n",
|
||||||
@ -190,10 +190,10 @@ Index: acpica-unix2-20160422/source/components/events/evgpe.c
|
|||||||
StatusReg, EnableReg,
|
StatusReg, EnableReg,
|
||||||
GpeRegisterInfo->EnableForRun,
|
GpeRegisterInfo->EnableForRun,
|
||||||
GpeRegisterInfo->EnableForWake));
|
GpeRegisterInfo->EnableForWake));
|
||||||
Index: acpica-unix2-20160422/source/components/executer/exdump.c
|
Index: acpica-unix-20160527/source/components/executer/exdump.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/components/executer/exdump.c
|
--- acpica-unix-20160527.orig/source/components/executer/exdump.c
|
||||||
+++ acpica-unix2-20160422/source/components/executer/exdump.c
|
+++ acpica-unix-20160527/source/components/executer/exdump.c
|
||||||
@@ -668,7 +668,7 @@ AcpiExDumpOperand (
|
@@ -668,7 +668,7 @@ AcpiExDumpOperand (
|
||||||
if (Depth > 0)
|
if (Depth > 0)
|
||||||
{
|
{
|
||||||
@ -203,10 +203,10 @@ Index: acpica-unix2-20160422/source/components/executer/exdump.c
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Index: acpica-unix2-20160422/source/components/executer/exfldio.c
|
Index: acpica-unix-20160527/source/components/executer/exfldio.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/components/executer/exfldio.c
|
--- acpica-unix-20160527.orig/source/components/executer/exfldio.c
|
||||||
+++ acpica-unix2-20160422/source/components/executer/exfldio.c
|
+++ acpica-unix-20160527/source/components/executer/exfldio.c
|
||||||
@@ -681,8 +681,8 @@ AcpiExWriteWithUpdateRule (
|
@@ -681,8 +681,8 @@ AcpiExWriteWithUpdateRule (
|
||||||
|
|
||||||
ACPI_ERROR ((AE_INFO,
|
ACPI_ERROR ((AE_INFO,
|
||||||
@ -218,10 +218,10 @@ Index: acpica-unix2-20160422/source/components/executer/exfldio.c
|
|||||||
return_ACPI_STATUS (AE_AML_OPERAND_VALUE);
|
return_ACPI_STATUS (AE_AML_OPERAND_VALUE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Index: acpica-unix2-20160422/source/components/executer/exnames.c
|
Index: acpica-unix-20160527/source/components/executer/exnames.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/components/executer/exnames.c
|
--- acpica-unix-20160527.orig/source/components/executer/exnames.c
|
||||||
+++ acpica-unix2-20160422/source/components/executer/exnames.c
|
+++ acpica-unix-20160527/source/components/executer/exnames.c
|
||||||
@@ -240,7 +240,7 @@ AcpiExNameSegment (
|
@@ -240,7 +240,7 @@ AcpiExNameSegment (
|
||||||
*/
|
*/
|
||||||
ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
|
ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
|
||||||
@ -240,11 +240,11 @@ Index: acpica-unix2-20160422/source/components/executer/exnames.c
|
|||||||
}
|
}
|
||||||
|
|
||||||
*InAmlAddress = ACPI_CAST_PTR (UINT8, AmlAddress);
|
*InAmlAddress = ACPI_CAST_PTR (UINT8, AmlAddress);
|
||||||
Index: acpica-unix2-20160422/source/components/hardware/hwregs.c
|
Index: acpica-unix-20160527/source/components/hardware/hwregs.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/components/hardware/hwregs.c
|
--- acpica-unix-20160527.orig/source/components/hardware/hwregs.c
|
||||||
+++ acpica-unix2-20160422/source/components/hardware/hwregs.c
|
+++ acpica-unix-20160527/source/components/hardware/hwregs.c
|
||||||
@@ -473,7 +473,7 @@ AcpiHwClearAcpiStatus (
|
@@ -300,7 +300,7 @@ AcpiHwClearAcpiStatus (
|
||||||
|
|
||||||
|
|
||||||
ACPI_DEBUG_PRINT ((ACPI_DB_IO, "About to write %04X to %8.8X%8.8X\n",
|
ACPI_DEBUG_PRINT ((ACPI_DB_IO, "About to write %04X to %8.8X%8.8X\n",
|
||||||
@ -253,10 +253,10 @@ Index: acpica-unix2-20160422/source/components/hardware/hwregs.c
|
|||||||
ACPI_FORMAT_UINT64 (AcpiGbl_XPm1aStatus.Address)));
|
ACPI_FORMAT_UINT64 (AcpiGbl_XPm1aStatus.Address)));
|
||||||
|
|
||||||
LockFlags = AcpiOsAcquireLock (AcpiGbl_HardwareLock);
|
LockFlags = AcpiOsAcquireLock (AcpiGbl_HardwareLock);
|
||||||
Index: acpica-unix2-20160422/source/components/tables/tbfadt.c
|
Index: acpica-unix-20160527/source/components/tables/tbfadt.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/components/tables/tbfadt.c
|
--- acpica-unix-20160527.orig/source/components/tables/tbfadt.c
|
||||||
+++ acpica-unix2-20160422/source/components/tables/tbfadt.c
|
+++ acpica-unix-20160527/source/components/tables/tbfadt.c
|
||||||
@@ -233,7 +233,7 @@ AcpiTbInitGenericAddress (
|
@@ -233,7 +233,7 @@ AcpiTbInitGenericAddress (
|
||||||
if (!(Flags & ACPI_FADT_GPE_REGISTER))
|
if (!(Flags & ACPI_FADT_GPE_REGISTER))
|
||||||
{
|
{
|
||||||
@ -284,10 +284,10 @@ Index: acpica-unix2-20160422/source/components/tables/tbfadt.c
|
|||||||
Name, Address32,
|
Name, Address32,
|
||||||
ACPI_FORMAT_UINT64 (Address64->Address),
|
ACPI_FORMAT_UINT64 (Address64->Address),
|
||||||
AcpiGbl_Use32BitFadtAddresses ? 32 : 64));
|
AcpiGbl_Use32BitFadtAddresses ? 32 : 64));
|
||||||
Index: acpica-unix2-20160422/source/components/tables/tbxfroot.c
|
Index: acpica-unix-20160527/source/components/tables/tbxfroot.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/components/tables/tbxfroot.c
|
--- acpica-unix-20160527.orig/source/components/tables/tbxfroot.c
|
||||||
+++ acpica-unix2-20160422/source/components/tables/tbxfroot.c
|
+++ acpica-unix-20160527/source/components/tables/tbxfroot.c
|
||||||
@@ -177,7 +177,7 @@ AcpiFindRootPointer (
|
@@ -177,7 +177,7 @@ AcpiFindRootPointer (
|
||||||
{
|
{
|
||||||
ACPI_ERROR ((AE_INFO,
|
ACPI_ERROR ((AE_INFO,
|
||||||
@ -315,10 +315,10 @@ Index: acpica-unix2-20160422/source/components/tables/tbxfroot.c
|
|||||||
|
|
||||||
return_ACPI_STATUS (AE_NO_MEMORY);
|
return_ACPI_STATUS (AE_NO_MEMORY);
|
||||||
}
|
}
|
||||||
Index: acpica-unix2-20160422/source/components/utilities/utownerid.c
|
Index: acpica-unix-20160527/source/components/utilities/utownerid.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/components/utilities/utownerid.c
|
--- acpica-unix-20160527.orig/source/components/utilities/utownerid.c
|
||||||
+++ acpica-unix2-20160422/source/components/utilities/utownerid.c
|
+++ acpica-unix-20160527/source/components/utilities/utownerid.c
|
||||||
@@ -231,7 +231,7 @@ AcpiUtReleaseOwnerId (
|
@@ -231,7 +231,7 @@ AcpiUtReleaseOwnerId (
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -328,10 +328,10 @@ Index: acpica-unix2-20160422/source/components/utilities/utownerid.c
|
|||||||
}
|
}
|
||||||
|
|
||||||
(void) AcpiUtReleaseMutex (ACPI_MTX_CACHES);
|
(void) AcpiUtReleaseMutex (ACPI_MTX_CACHES);
|
||||||
Index: acpica-unix2-20160422/source/tools/acpiexec/aemain.c
|
Index: acpica-unix-20160527/source/tools/acpiexec/aemain.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20160422.orig/source/tools/acpiexec/aemain.c
|
--- acpica-unix-20160527.orig/source/tools/acpiexec/aemain.c
|
||||||
+++ acpica-unix2-20160422/source/tools/acpiexec/aemain.c
|
+++ acpica-unix-20160527/source/tools/acpiexec/aemain.c
|
||||||
@@ -205,7 +205,7 @@ AeDoOptions (
|
@@ -205,7 +205,7 @@ AeDoOptions (
|
||||||
|
|
||||||
if (strlen (AcpiGbl_Optarg) > (AE_BUFFER_SIZE -1))
|
if (strlen (AcpiGbl_Optarg) > (AE_BUFFER_SIZE -1))
|
||||||
|
Loading…
Reference in New Issue
Block a user