Update to 20190215 version of upstream source
Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
parent
59c5fb80cd
commit
46f0c7f440
2
.gitignore
vendored
2
.gitignore
vendored
@ -107,3 +107,5 @@ series
|
|||||||
/acpitests-unix-20181213.tar.gz
|
/acpitests-unix-20181213.tar.gz
|
||||||
/acpica-unix2-20190108.tar.gz
|
/acpica-unix2-20190108.tar.gz
|
||||||
/acpitests-unix-20190108.tar.gz
|
/acpitests-unix-20190108.tar.gz
|
||||||
|
/acpica-unix2-20190215.tar.gz
|
||||||
|
/acpitests-unix-20190215.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: acpica-tools
|
Name: acpica-tools
|
||||||
Version: 20190108
|
Version: 20190215
|
||||||
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
|
||||||
|
|
||||||
@ -241,6 +241,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 10 2019 Al Stone <ahs3@redhat.com> - 20190215-1
|
||||||
|
- Update to 20190215 source tree, including patch refeshes.
|
||||||
|
|
||||||
* Fri May 10 2019 Al Stone <ahs3@redhat.com> - 20190108-1
|
* Fri May 10 2019 Al Stone <ahs3@redhat.com> - 20190108-1
|
||||||
- Update to 20190108 source tree, including patch refeshes.
|
- Update to 20190108 source tree, including patch refeshes.
|
||||||
- Replace use of strncpy() with memcpy() when moving ASCII bytes around;
|
- Replace use of strncpy() with memcpy() when moving ASCII bytes around;
|
||||||
|
390
big-endian.patch
390
big-endian.patch
File diff suppressed because it is too large
Load Diff
@ -368,7 +368,7 @@ Copyright (c) 2000 - 2019 Intel Corporation
|
|||||||
|
|
||||||
Ignoring all errors, forcing AML file generation
|
Ignoring all errors, forcing AML file generation
|
||||||
|
|
||||||
ASL Input: grammar.asl - 10284 lines, 323650 bytes, 4818 keywords
|
ASL Input: grammar.asl - 10284 lines, 323653 bytes, 4818 keywords
|
||||||
AML Output: grammar.aml - 43758 bytes, 670 named objects, 4148 executable opcodes
|
AML Output: grammar.aml - 43758 bytes, 670 named objects, 4148 executable opcodes
|
||||||
|
|
||||||
Compilation complete. 6 Errors, 88 Warnings, 27 Remarks, 1106 Optimizations
|
Compilation complete. 6 Errors, 88 Warnings, 27 Remarks, 1106 Optimizations
|
||||||
|
@ -21,10 +21,10 @@ From: Al Stone <ahs3@redhat.com>
|
|||||||
source/components/utilities/utownerid.c | 2 +-
|
source/components/utilities/utownerid.c | 2 +-
|
||||||
18 files changed, 28 insertions(+), 28 deletions(-)
|
18 files changed, 28 insertions(+), 28 deletions(-)
|
||||||
|
|
||||||
Index: acpica-unix2-20181213/source/compiler/aslerror.c
|
Index: acpica-unix-20190215/source/compiler/aslerror.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20181213.orig/source/compiler/aslerror.c
|
--- acpica-unix-20190215.orig/source/compiler/aslerror.c
|
||||||
+++ acpica-unix2-20181213/source/compiler/aslerror.c
|
+++ acpica-unix-20190215/source/compiler/aslerror.c
|
||||||
@@ -886,7 +886,7 @@ AslLogNewError (
|
@@ -886,7 +886,7 @@ AslLogNewError (
|
||||||
AslGbl_ExceptionCount[ModifiedLevel]++;
|
AslGbl_ExceptionCount[ModifiedLevel]++;
|
||||||
if (AslGbl_ExceptionCount[ASL_ERROR] > ASL_MAX_ERROR_COUNT)
|
if (AslGbl_ExceptionCount[ASL_ERROR] > ASL_MAX_ERROR_COUNT)
|
||||||
@ -34,10 +34,10 @@ Index: acpica-unix2-20181213/source/compiler/aslerror.c
|
|||||||
|
|
||||||
AslGbl_SourceLine = 0;
|
AslGbl_SourceLine = 0;
|
||||||
AslGbl_NextError = AslGbl_ErrorLog;
|
AslGbl_NextError = AslGbl_ErrorLog;
|
||||||
Index: acpica-unix2-20181213/source/compiler/aslopt.c
|
Index: acpica-unix-20190215/source/compiler/aslopt.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20181213.orig/source/compiler/aslopt.c
|
--- acpica-unix-20190215.orig/source/compiler/aslopt.c
|
||||||
+++ acpica-unix2-20181213/source/compiler/aslopt.c
|
+++ acpica-unix-20190215/source/compiler/aslopt.c
|
||||||
@@ -583,7 +583,7 @@ OptOptimizeNamePath (
|
@@ -583,7 +583,7 @@ OptOptimizeNamePath (
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -47,10 +47,10 @@ Index: acpica-unix2-20181213/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-20181213/source/compiler/aslprepkg.c
|
Index: acpica-unix-20190215/source/compiler/aslprepkg.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20181213.orig/source/compiler/aslprepkg.c
|
--- acpica-unix-20190215.orig/source/compiler/aslprepkg.c
|
||||||
+++ acpica-unix2-20181213/source/compiler/aslprepkg.c
|
+++ acpica-unix-20190215/source/compiler/aslprepkg.c
|
||||||
@@ -309,7 +309,7 @@ ApCheckPackage (
|
@@ -309,7 +309,7 @@ ApCheckPackage (
|
||||||
|
|
||||||
if (Count & 1)
|
if (Count & 1)
|
||||||
@ -60,23 +60,23 @@ Index: acpica-unix2-20181213/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-20181213/source/components/debugger/dbexec.c
|
Index: acpica-unix-20190215/source/components/debugger/dbexec.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20181213.orig/source/components/debugger/dbexec.c
|
--- acpica-unix-20190215.orig/source/components/debugger/dbexec.c
|
||||||
+++ acpica-unix2-20181213/source/components/debugger/dbexec.c
|
+++ acpica-unix-20190215/source/components/debugger/dbexec.c
|
||||||
@@ -230,7 +230,7 @@ AcpiDbExecuteMethod (
|
@@ -230,7 +230,7 @@ AcpiDbExecuteMethod (
|
||||||
ACPI_ERROR ((AE_INFO,
|
ACPI_ERROR ((AE_INFO,
|
||||||
"Possible overflow of internal debugger "
|
"Possible buffer overflow within AML Debugger "
|
||||||
"buffer (size 0x%X needed 0x%X)",
|
"buffer (size 0x%X needed 0x%X)",
|
||||||
- ACPI_DEBUG_BUFFER_SIZE, (UINT32) ReturnObj->Length));
|
- ACPI_DEBUG_BUFFER_SIZE, (UINT32) ReturnObj->Length));
|
||||||
+ (UINT32) ACPI_DEBUG_BUFFER_SIZE, (UINT32) ReturnObj->Length));
|
+ (UINT32) ACPI_DEBUG_BUFFER_SIZE, (UINT32) ReturnObj->Length));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Index: acpica-unix2-20181213/source/components/dispatcher/dsmthdat.c
|
Index: acpica-unix-20190215/source/components/dispatcher/dsmthdat.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20181213.orig/source/components/dispatcher/dsmthdat.c
|
--- acpica-unix-20190215.orig/source/components/dispatcher/dsmthdat.c
|
||||||
+++ acpica-unix2-20181213/source/components/dispatcher/dsmthdat.c
|
+++ acpica-unix-20190215/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)
|
||||||
{
|
{
|
||||||
@ -95,10 +95,10 @@ Index: acpica-unix2-20181213/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-20181213/source/components/dispatcher/dsutils.c
|
Index: acpica-unix-20190215/source/components/dispatcher/dsutils.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20181213.orig/source/components/dispatcher/dsutils.c
|
--- acpica-unix-20190215.orig/source/components/dispatcher/dsutils.c
|
||||||
+++ acpica-unix2-20181213/source/components/dispatcher/dsutils.c
|
+++ acpica-unix-20190215/source/components/dispatcher/dsutils.c
|
||||||
@@ -786,7 +786,7 @@ AcpiDsCreateOperands (
|
@@ -786,7 +786,7 @@ AcpiDsCreateOperands (
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -108,10 +108,10 @@ Index: acpica-unix2-20181213/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-20181213/source/components/dispatcher/dswscope.c
|
Index: acpica-unix-20190215/source/components/dispatcher/dswscope.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20181213.orig/source/components/dispatcher/dswscope.c
|
--- acpica-unix-20190215.orig/source/components/dispatcher/dswscope.c
|
||||||
+++ acpica-unix2-20181213/source/components/dispatcher/dswscope.c
|
+++ acpica-unix-20190215/source/components/dispatcher/dswscope.c
|
||||||
@@ -149,7 +149,7 @@ AcpiDsScopeStackPush (
|
@@ -149,7 +149,7 @@ AcpiDsScopeStackPush (
|
||||||
WalkState->ScopeDepth++;
|
WalkState->ScopeDepth++;
|
||||||
|
|
||||||
@ -130,10 +130,10 @@ Index: acpica-unix2-20181213/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-20181213/source/components/events/evgpe.c
|
Index: acpica-unix-20190215/source/components/events/evgpe.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20181213.orig/source/components/events/evgpe.c
|
--- acpica-unix-20190215.orig/source/components/events/evgpe.c
|
||||||
+++ acpica-unix2-20181213/source/components/events/evgpe.c
|
+++ acpica-unix-20190215/source/components/events/evgpe.c
|
||||||
@@ -481,7 +481,7 @@ AcpiEvGpeDetect (
|
@@ -481,7 +481,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",
|
||||||
@ -143,10 +143,10 @@ Index: acpica-unix2-20181213/source/components/events/evgpe.c
|
|||||||
GpeRegisterInfo->EnableForRun,
|
GpeRegisterInfo->EnableForRun,
|
||||||
GpeRegisterInfo->EnableForWake));
|
GpeRegisterInfo->EnableForWake));
|
||||||
continue;
|
continue;
|
||||||
Index: acpica-unix2-20181213/source/components/executer/exdump.c
|
Index: acpica-unix-20190215/source/components/executer/exdump.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20181213.orig/source/components/executer/exdump.c
|
--- acpica-unix-20190215.orig/source/components/executer/exdump.c
|
||||||
+++ acpica-unix2-20181213/source/components/executer/exdump.c
|
+++ acpica-unix-20190215/source/components/executer/exdump.c
|
||||||
@@ -678,7 +678,7 @@ AcpiExDumpOperand (
|
@@ -678,7 +678,7 @@ AcpiExDumpOperand (
|
||||||
if (Depth > 0)
|
if (Depth > 0)
|
||||||
{
|
{
|
||||||
@ -156,10 +156,10 @@ Index: acpica-unix2-20181213/source/components/executer/exdump.c
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Index: acpica-unix2-20181213/source/components/executer/exfldio.c
|
Index: acpica-unix-20190215/source/components/executer/exfldio.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20181213.orig/source/components/executer/exfldio.c
|
--- acpica-unix-20190215.orig/source/components/executer/exfldio.c
|
||||||
+++ acpica-unix2-20181213/source/components/executer/exfldio.c
|
+++ acpica-unix-20190215/source/components/executer/exfldio.c
|
||||||
@@ -681,8 +681,8 @@ AcpiExWriteWithUpdateRule (
|
@@ -681,8 +681,8 @@ AcpiExWriteWithUpdateRule (
|
||||||
|
|
||||||
ACPI_ERROR ((AE_INFO,
|
ACPI_ERROR ((AE_INFO,
|
||||||
@ -171,10 +171,10 @@ Index: acpica-unix2-20181213/source/components/executer/exfldio.c
|
|||||||
return_ACPI_STATUS (AE_AML_OPERAND_VALUE);
|
return_ACPI_STATUS (AE_AML_OPERAND_VALUE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Index: acpica-unix2-20181213/source/components/executer/exnames.c
|
Index: acpica-unix-20190215/source/components/executer/exnames.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20181213.orig/source/components/executer/exnames.c
|
--- acpica-unix-20190215.orig/source/components/executer/exnames.c
|
||||||
+++ acpica-unix2-20181213/source/components/executer/exnames.c
|
+++ acpica-unix-20190215/source/components/executer/exnames.c
|
||||||
@@ -237,7 +237,7 @@ AcpiExNameSegment (
|
@@ -237,7 +237,7 @@ AcpiExNameSegment (
|
||||||
*/
|
*/
|
||||||
ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
|
ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
|
||||||
@ -193,10 +193,10 @@ Index: acpica-unix2-20181213/source/components/executer/exnames.c
|
|||||||
}
|
}
|
||||||
|
|
||||||
*InAmlAddress = ACPI_CAST_PTR (UINT8, AmlAddress);
|
*InAmlAddress = ACPI_CAST_PTR (UINT8, AmlAddress);
|
||||||
Index: acpica-unix2-20181213/source/components/hardware/hwregs.c
|
Index: acpica-unix-20190215/source/components/hardware/hwregs.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20181213.orig/source/components/hardware/hwregs.c
|
--- acpica-unix-20190215.orig/source/components/hardware/hwregs.c
|
||||||
+++ acpica-unix2-20181213/source/components/hardware/hwregs.c
|
+++ acpica-unix-20190215/source/components/hardware/hwregs.c
|
||||||
@@ -460,7 +460,7 @@ AcpiHwClearAcpiStatus (
|
@@ -460,7 +460,7 @@ AcpiHwClearAcpiStatus (
|
||||||
|
|
||||||
|
|
||||||
@ -206,10 +206,10 @@ Index: acpica-unix2-20181213/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-20181213/source/components/tables/tbfadt.c
|
Index: acpica-unix-20190215/source/components/tables/tbfadt.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20181213.orig/source/components/tables/tbfadt.c
|
--- acpica-unix-20190215.orig/source/components/tables/tbfadt.c
|
||||||
+++ acpica-unix2-20181213/source/components/tables/tbfadt.c
|
+++ acpica-unix-20190215/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))
|
||||||
{
|
{
|
||||||
@ -237,10 +237,10 @@ Index: acpica-unix2-20181213/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-20181213/source/components/tables/tbxfroot.c
|
Index: acpica-unix-20190215/source/components/tables/tbxfroot.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20181213.orig/source/components/tables/tbxfroot.c
|
--- acpica-unix-20190215.orig/source/components/tables/tbxfroot.c
|
||||||
+++ acpica-unix2-20181213/source/components/tables/tbxfroot.c
|
+++ acpica-unix-20190215/source/components/tables/tbxfroot.c
|
||||||
@@ -177,7 +177,7 @@ AcpiFindRootPointer (
|
@@ -177,7 +177,7 @@ AcpiFindRootPointer (
|
||||||
{
|
{
|
||||||
ACPI_ERROR ((AE_INFO,
|
ACPI_ERROR ((AE_INFO,
|
||||||
@ -268,10 +268,10 @@ Index: acpica-unix2-20181213/source/components/tables/tbxfroot.c
|
|||||||
|
|
||||||
return_ACPI_STATUS (AE_NO_MEMORY);
|
return_ACPI_STATUS (AE_NO_MEMORY);
|
||||||
}
|
}
|
||||||
Index: acpica-unix2-20181213/source/components/utilities/utownerid.c
|
Index: acpica-unix-20190215/source/components/utilities/utownerid.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- acpica-unix2-20181213.orig/source/components/utilities/utownerid.c
|
--- acpica-unix-20190215.orig/source/components/utilities/utownerid.c
|
||||||
+++ acpica-unix2-20181213/source/components/utilities/utownerid.c
|
+++ acpica-unix-20190215/source/components/utilities/utownerid.c
|
||||||
@@ -237,7 +237,7 @@ AcpiUtReleaseOwnerId (
|
@@ -237,7 +237,7 @@ AcpiUtReleaseOwnerId (
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (acpica-unix2-20190108.tar.gz) = 181363df0c1b71fbda90bc71d035c7822c6e05fbfcdcac7b65f1baa6524126f50bfe3a7b5e91d0fc1f4c83f0d1762904a573aed4a48c8a8076f22caee68c2ffb
|
SHA512 (acpica-unix2-20190215.tar.gz) = fad9d58e62049b4090187df698e2b1ca09be2fdc54f4aa36bd19f22df2b10e03b249db752270914dc08870392b583e1da0f302bc0e819e7fba3227ae21e2c3fa
|
||||||
SHA512 (acpitests-unix-20190108.tar.gz) = 451083a753e2bb47c11f5bcf6c35c61ccce80ce4d4e982edbe5aa339386e97a9ee08607ef4b29e3acd54c41f2aeb3ce616c8e654642a513ae3d14bdc1ee49fc6
|
SHA512 (acpitests-unix-20190215.tar.gz) = 80060a61c80b01231b10e04dd65c2ab41d42824c439152cf128328890cee39ef597dc3f5bc535db4566cb322394bfce2760e1835df781d699818049cad5a4419
|
||||||
|
Loading…
Reference in New Issue
Block a user