Update to 20180629 upstream, refresh patches
Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
parent
50c9ebc5aa
commit
771dd9065c
2
.gitignore
vendored
2
.gitignore
vendored
@ -95,3 +95,5 @@ series
|
||||
/acpitests-unix-20180508.tar.gz
|
||||
/acpica-unix2-20180531.tar.gz
|
||||
/acpitests-unix-20180531.tar.gz
|
||||
/acpica-unix2-20180629.tar.gz
|
||||
/acpitests-unix-20180629.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: acpica-tools
|
||||
Version: 20180531
|
||||
Version: 20180629
|
||||
Release: 1%{?dist}
|
||||
Summary: ACPICA tools for the development and debug of ACPI tables
|
||||
|
||||
@ -231,6 +231,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jul 8 2018 Al Stone <ahs3@redhat.com> - 20180629-1
|
||||
- Update to 20180629 source tree, including patch refeshes. Closes BZ#1584923
|
||||
- Includes upstream fix for #1592971 (iasl segfault).
|
||||
|
||||
* Thu Jun 21 2018 Al Stone <ahs3@redhat.com> - 20180531-1
|
||||
- Update to 20180531 source tree, including patch refeshes. Closes BZ#1584923
|
||||
|
||||
|
282
big-endian.patch
282
big-endian.patch
@ -23,10 +23,10 @@ Signed-off-by: Al Stone <ahs3@redhat.com>
|
||||
source/include/platform/aclinux.h | 8 ++
|
||||
12 files changed, 487 insertions(+), 283 deletions(-)
|
||||
|
||||
Index: acpica-unix2-20180531/source/compiler/aslcodegen.c
|
||||
Index: acpica-unix2-20180629/source/compiler/aslcodegen.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/aslcodegen.c
|
||||
+++ acpica-unix2-20180531/source/compiler/aslcodegen.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/aslcodegen.c
|
||||
+++ acpica-unix2-20180629/source/compiler/aslcodegen.c
|
||||
@@ -240,16 +240,12 @@ CgWriteAmlOpcode (
|
||||
ACPI_PARSE_OBJECT *Op)
|
||||
{
|
||||
@ -268,10 +268,10 @@ Index: acpica-unix2-20180531/source/compiler/aslcodegen.c
|
||||
|
||||
case AML_RAW_DATA_BUFFER:
|
||||
|
||||
Index: acpica-unix2-20180531/source/compiler/aslopcodes.c
|
||||
Index: acpica-unix2-20180629/source/compiler/aslopcodes.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/aslopcodes.c
|
||||
+++ acpica-unix2-20180531/source/compiler/aslopcodes.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/aslopcodes.c
|
||||
+++ acpica-unix2-20180629/source/compiler/aslopcodes.c
|
||||
@@ -485,6 +485,7 @@ OpcDoUnicode (
|
||||
UINT32 i;
|
||||
UINT8 *AsciiString;
|
||||
@ -290,10 +290,10 @@ Index: acpica-unix2-20180531/source/compiler/aslopcodes.c
|
||||
}
|
||||
|
||||
/*
|
||||
Index: acpica-unix2-20180531/source/compiler/aslrestype1.c
|
||||
Index: acpica-unix2-20180629/source/compiler/aslrestype1.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/aslrestype1.c
|
||||
+++ acpica-unix2-20180531/source/compiler/aslrestype1.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/aslrestype1.c
|
||||
+++ acpica-unix2-20180629/source/compiler/aslrestype1.c
|
||||
@@ -142,6 +142,11 @@ RsDoMemory24Descriptor (
|
||||
ACPI_PARSE_OBJECT *LengthOp = NULL;
|
||||
ASL_RESOURCE_NODE *Rnode;
|
||||
@ -490,10 +490,10 @@ Index: acpica-unix2-20180531/source/compiler/aslrestype1.c
|
||||
RsCreateDwordField (InitializerOp, ACPI_RESTAG_LENGTH,
|
||||
CurrentByteOffset + ASL_RESDESC_OFFSET (FixedMemory32.AddressLength));
|
||||
break;
|
||||
Index: acpica-unix2-20180531/source/compiler/aslrestype1i.c
|
||||
Index: acpica-unix2-20180629/source/compiler/aslrestype1i.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/aslrestype1i.c
|
||||
+++ acpica-unix2-20180531/source/compiler/aslrestype1i.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/aslrestype1i.c
|
||||
+++ acpica-unix2-20180629/source/compiler/aslrestype1i.c
|
||||
@@ -198,6 +198,8 @@ RsDoFixedDmaDescriptor (
|
||||
ACPI_PARSE_OBJECT *InitializerOp;
|
||||
ASL_RESOURCE_NODE *Rnode;
|
||||
@ -630,10 +630,10 @@ Index: acpica-unix2-20180531/source/compiler/aslrestype1i.c
|
||||
+ ACPI_MOVE_16_TO_16(&Descriptor->Irq.IrqMask, &IrqMask);
|
||||
return (Rnode);
|
||||
}
|
||||
Index: acpica-unix2-20180531/source/compiler/aslrestype2.c
|
||||
Index: acpica-unix2-20180629/source/compiler/aslrestype2.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/aslrestype2.c
|
||||
+++ acpica-unix2-20180531/source/compiler/aslrestype2.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/aslrestype2.c
|
||||
+++ acpica-unix2-20180629/source/compiler/aslrestype2.c
|
||||
@@ -76,6 +76,7 @@ RsDoGeneralRegisterDescriptor (
|
||||
ACPI_PARSE_OBJECT *InitializerOp;
|
||||
ASL_RESOURCE_NODE *Rnode;
|
||||
@ -774,10 +774,10 @@ Index: acpica-unix2-20180531/source/compiler/aslrestype2.c
|
||||
|
||||
/* Point to end-of-descriptor for vendor data */
|
||||
|
||||
Index: acpica-unix2-20180531/source/compiler/aslrestype2d.c
|
||||
Index: acpica-unix2-20180629/source/compiler/aslrestype2d.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/aslrestype2d.c
|
||||
+++ acpica-unix2-20180531/source/compiler/aslrestype2d.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/aslrestype2d.c
|
||||
+++ acpica-unix2-20180629/source/compiler/aslrestype2d.c
|
||||
@@ -79,7 +79,13 @@ RsDoDwordIoDescriptor (
|
||||
ACPI_PARSE_OBJECT *GranOp = NULL;
|
||||
ASL_RESOURCE_NODE *Rnode;
|
||||
@ -1133,10 +1133,10 @@ Index: acpica-unix2-20180531/source/compiler/aslrestype2d.c
|
||||
Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS32) +
|
||||
OptionIndex + StringLength;
|
||||
return (Rnode);
|
||||
Index: acpica-unix2-20180531/source/compiler/aslrestype2e.c
|
||||
Index: acpica-unix2-20180629/source/compiler/aslrestype2e.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/aslrestype2e.c
|
||||
+++ acpica-unix2-20180531/source/compiler/aslrestype2e.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/aslrestype2e.c
|
||||
+++ acpica-unix2-20180629/source/compiler/aslrestype2e.c
|
||||
@@ -78,6 +78,13 @@ RsDoExtendedIoDescriptor (
|
||||
ACPI_PARSE_OBJECT *GranOp = NULL;
|
||||
ASL_RESOURCE_NODE *Rnode;
|
||||
@ -1242,10 +1242,10 @@ Index: acpica-unix2-20180531/source/compiler/aslrestype2e.c
|
||||
Rnode->BufferLength = sizeof (AML_RESOURCE_EXTENDED_ADDRESS64) +
|
||||
StringLength;
|
||||
return (Rnode);
|
||||
Index: acpica-unix2-20180531/source/compiler/aslrestype2q.c
|
||||
Index: acpica-unix2-20180629/source/compiler/aslrestype2q.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/aslrestype2q.c
|
||||
+++ acpica-unix2-20180531/source/compiler/aslrestype2q.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/aslrestype2q.c
|
||||
+++ acpica-unix2-20180629/source/compiler/aslrestype2q.c
|
||||
@@ -80,7 +80,13 @@ RsDoQwordIoDescriptor (
|
||||
ASL_RESOURCE_NODE *Rnode;
|
||||
UINT8 *OptionalFields;
|
||||
@ -1584,10 +1584,10 @@ Index: acpica-unix2-20180531/source/compiler/aslrestype2q.c
|
||||
Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS64) +
|
||||
OptionIndex + StringLength;
|
||||
return (Rnode);
|
||||
Index: acpica-unix2-20180531/source/compiler/aslrestype2s.c
|
||||
Index: acpica-unix2-20180629/source/compiler/aslrestype2s.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/aslrestype2s.c
|
||||
+++ acpica-unix2-20180531/source/compiler/aslrestype2s.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/aslrestype2s.c
|
||||
+++ acpica-unix2-20180629/source/compiler/aslrestype2s.c
|
||||
@@ -340,9 +340,14 @@ RsDoGpioIntDescriptor (
|
||||
UINT16 VendorLength;
|
||||
UINT16 InterruptLength;
|
||||
@ -2053,10 +2053,10 @@ Index: acpica-unix2-20180531/source/compiler/aslrestype2s.c
|
||||
MpSaveSerialInfo (Info->MappingOp, Descriptor, ResourceSource);
|
||||
return (Rnode);
|
||||
}
|
||||
Index: acpica-unix2-20180531/source/compiler/aslrestype2w.c
|
||||
Index: acpica-unix2-20180629/source/compiler/aslrestype2w.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/aslrestype2w.c
|
||||
+++ acpica-unix2-20180531/source/compiler/aslrestype2w.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/aslrestype2w.c
|
||||
+++ acpica-unix2-20180629/source/compiler/aslrestype2w.c
|
||||
@@ -81,6 +81,12 @@ RsDoWordIoDescriptor (
|
||||
UINT8 *OptionalFields;
|
||||
UINT16 StringLength = 0;
|
||||
@ -2400,10 +2400,10 @@ Index: acpica-unix2-20180531/source/compiler/aslrestype2w.c
|
||||
Rnode->BufferLength = sizeof (AML_RESOURCE_ADDRESS16) +
|
||||
OptionIndex + StringLength;
|
||||
return (Rnode);
|
||||
Index: acpica-unix2-20180531/source/include/acmacros.h
|
||||
Index: acpica-unix2-20180629/source/include/acmacros.h
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/include/acmacros.h
|
||||
+++ acpica-unix2-20180531/source/include/acmacros.h
|
||||
--- acpica-unix2-20180629.orig/source/include/acmacros.h
|
||||
+++ acpica-unix2-20180629/source/include/acmacros.h
|
||||
@@ -98,9 +98,12 @@
|
||||
((UINT8 *)(void *)(d))[6] = ((UINT8 *)(void *)(s))[1];\
|
||||
((UINT8 *)(void *)(d))[7] = ((UINT8 *)(void *)(s))[0];}
|
||||
@ -2482,10 +2482,10 @@ Index: acpica-unix2-20180531/source/include/acmacros.h
|
||||
|
||||
#define ACPI_MOVE_32_TO_16(d, s) ACPI_MOVE_16_TO_16(d, s) /* Truncate to 16 */
|
||||
|
||||
Index: acpica-unix2-20180531/source/include/platform/aclinux.h
|
||||
Index: acpica-unix2-20180629/source/include/platform/aclinux.h
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/include/platform/aclinux.h
|
||||
+++ acpica-unix2-20180531/source/include/platform/aclinux.h
|
||||
--- acpica-unix2-20180629.orig/source/include/platform/aclinux.h
|
||||
+++ acpica-unix2-20180629/source/include/platform/aclinux.h
|
||||
@@ -193,6 +193,7 @@
|
||||
|
||||
#ifdef ACPI_USE_STANDARD_HEADERS
|
||||
@ -2505,10 +2505,10 @@ Index: acpica-unix2-20180531/source/include/platform/aclinux.h
|
||||
#endif /* __KERNEL__ */
|
||||
|
||||
#endif /* __ACLINUX_H__ */
|
||||
Index: acpica-unix2-20180531/source/compiler/aslanalyze.c
|
||||
Index: acpica-unix2-20180629/source/compiler/aslanalyze.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/aslanalyze.c
|
||||
+++ acpica-unix2-20180531/source/compiler/aslanalyze.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/aslanalyze.c
|
||||
+++ acpica-unix2-20180629/source/compiler/aslanalyze.c
|
||||
@@ -461,7 +461,7 @@ ApCheckForGpeNameConflict (
|
||||
|
||||
/* Need a null-terminated string version of NameSeg */
|
||||
@ -2527,10 +2527,10 @@ Index: acpica-unix2-20180531/source/compiler/aslanalyze.c
|
||||
|
||||
/* Inject opposite letter ("L" versus "E") */
|
||||
|
||||
Index: acpica-unix2-20180531/source/compiler/asllookup.c
|
||||
Index: acpica-unix2-20180629/source/compiler/asllookup.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/asllookup.c
|
||||
+++ acpica-unix2-20180531/source/compiler/asllookup.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/asllookup.c
|
||||
+++ acpica-unix2-20180629/source/compiler/asllookup.c
|
||||
@@ -119,6 +119,7 @@ LkIsObjectUsed (
|
||||
{
|
||||
ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, ObjHandle);
|
||||
@ -2561,13 +2561,13 @@ Index: acpica-unix2-20180531/source/compiler/asllookup.c
|
||||
AslError (ASL_REMARK, ASL_MSG_NOT_REFERENCED,
|
||||
LkGetNameOp (Node->Op), MsgBuffer);
|
||||
return (AE_OK);
|
||||
Index: acpica-unix2-20180531/source/compiler/aslmain.c
|
||||
Index: acpica-unix2-20180629/source/compiler/aslmain.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/aslmain.c
|
||||
+++ acpica-unix2-20180531/source/compiler/aslmain.c
|
||||
@@ -102,18 +102,6 @@ main (
|
||||
--- acpica-unix2-20180629.orig/source/compiler/aslmain.c
|
||||
+++ acpica-unix2-20180629/source/compiler/aslmain.c
|
||||
@@ -101,18 +101,6 @@ main (
|
||||
|
||||
signal (SIGINT, AslSignalHandler);
|
||||
signal (SIGSEGV, AslSignalHandler);
|
||||
|
||||
- /*
|
||||
- * Big-endian machines are not currently supported. ACPI tables must
|
||||
@ -2584,10 +2584,10 @@ Index: acpica-unix2-20180531/source/compiler/aslmain.c
|
||||
AcpiOsInitialize ();
|
||||
ACPI_DEBUG_INITIALIZE (); /* For debug version only */
|
||||
|
||||
Index: acpica-unix2-20180531/source/common/acfileio.c
|
||||
Index: acpica-unix2-20180629/source/common/acfileio.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/common/acfileio.c
|
||||
+++ acpica-unix2-20180531/source/common/acfileio.c
|
||||
--- acpica-unix2-20180629.orig/source/common/acfileio.c
|
||||
+++ acpica-unix2-20180629/source/common/acfileio.c
|
||||
@@ -280,6 +280,7 @@ AcGetOneTableFromFile (
|
||||
ACPI_TABLE_HEADER *Table;
|
||||
INT32 Count;
|
||||
@ -2654,10 +2654,10 @@ Index: acpica-unix2-20180531/source/common/acfileio.c
|
||||
(UINT32) (FileSize - TableOffset));
|
||||
return (AE_BAD_HEADER);
|
||||
}
|
||||
Index: acpica-unix2-20180531/source/common/dmtable.c
|
||||
Index: acpica-unix2-20180629/source/common/dmtable.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/common/dmtable.c
|
||||
+++ acpica-unix2-20180531/source/common/dmtable.c
|
||||
--- acpica-unix2-20180629.orig/source/common/dmtable.c
|
||||
+++ acpica-unix2-20180629/source/common/dmtable.c
|
||||
@@ -550,7 +550,7 @@ AcpiDmDumpDataTable (
|
||||
*/
|
||||
if (ACPI_COMPARE_NAME (Table->Signature, ACPI_SIG_FACS))
|
||||
@ -2756,10 +2756,10 @@ Index: acpica-unix2-20180531/source/common/dmtable.c
|
||||
AcpiDmNfitSubnames[Temp16]);
|
||||
break;
|
||||
|
||||
Index: acpica-unix2-20180531/source/common/dmtables.c
|
||||
Index: acpica-unix2-20180629/source/common/dmtables.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/common/dmtables.c
|
||||
+++ acpica-unix2-20180531/source/common/dmtables.c
|
||||
--- acpica-unix2-20180629.orig/source/common/dmtables.c
|
||||
+++ acpica-unix2-20180629/source/common/dmtables.c
|
||||
@@ -142,7 +142,9 @@ AdCreateTableHeader (
|
||||
ACPI_TABLE_HEADER *Table)
|
||||
{
|
||||
@ -2825,10 +2825,10 @@ Index: acpica-unix2-20180531/source/common/dmtables.c
|
||||
AmlStart = ((UINT8 *) Table + sizeof (ACPI_TABLE_HEADER));
|
||||
ASL_CV_INIT_FILETREE(Table, AmlStart, AmlLength);
|
||||
|
||||
Index: acpica-unix2-20180531/source/common/dmtbdump.c
|
||||
Index: acpica-unix2-20180629/source/common/dmtbdump.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/common/dmtbdump.c
|
||||
+++ acpica-unix2-20180531/source/common/dmtbdump.c
|
||||
--- acpica-unix2-20180629.orig/source/common/dmtbdump.c
|
||||
+++ acpica-unix2-20180629/source/common/dmtbdump.c
|
||||
@@ -277,6 +277,8 @@ AcpiDmDumpRsdt (
|
||||
UINT32 Entries;
|
||||
UINT32 Offset;
|
||||
@ -2987,10 +2987,10 @@ Index: acpica-unix2-20180531/source/common/dmtbdump.c
|
||||
- Revision, Length, ExpectedLength);
|
||||
+ Revision, Tmp32, ExpectedLength);
|
||||
}
|
||||
Index: acpica-unix2-20180531/source/common/dmtbdump1.c
|
||||
Index: acpica-unix2-20180629/source/common/dmtbdump1.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/common/dmtbdump1.c
|
||||
+++ acpica-unix2-20180531/source/common/dmtbdump1.c
|
||||
--- acpica-unix2-20180629.orig/source/common/dmtbdump1.c
|
||||
+++ acpica-unix2-20180629/source/common/dmtbdump1.c
|
||||
@@ -79,17 +79,21 @@ AcpiDmDumpAsf (
|
||||
UINT32 DataOffset = 0;
|
||||
UINT32 i;
|
||||
@ -3624,10 +3624,10 @@ Index: acpica-unix2-20180531/source/common/dmtbdump1.c
|
||||
{
|
||||
case ACPI_HEST_TYPE_IA32_CHECK:
|
||||
|
||||
Index: acpica-unix2-20180531/source/common/dmtbdump2.c
|
||||
Index: acpica-unix2-20180629/source/common/dmtbdump2.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/common/dmtbdump2.c
|
||||
+++ acpica-unix2-20180531/source/common/dmtbdump2.c
|
||||
--- acpica-unix2-20180629.orig/source/common/dmtbdump2.c
|
||||
+++ acpica-unix2-20180629/source/common/dmtbdump2.c
|
||||
@@ -75,15 +75,21 @@ AcpiDmDumpIort (
|
||||
ACPI_IORT_SMMU *IortSmmu = NULL;
|
||||
UINT32 Offset;
|
||||
@ -4510,10 +4510,10 @@ Index: acpica-unix2-20180531/source/common/dmtbdump2.c
|
||||
Subtable->Length, InfoTable);
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
Index: acpica-unix2-20180531/source/common/dmtbdump3.c
|
||||
Index: acpica-unix2-20180629/source/common/dmtbdump3.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/common/dmtbdump3.c
|
||||
+++ acpica-unix2-20180531/source/common/dmtbdump3.c
|
||||
--- acpica-unix2-20180629.orig/source/common/dmtbdump3.c
|
||||
+++ acpica-unix2-20180629/source/common/dmtbdump3.c
|
||||
@@ -68,9 +68,11 @@ void
|
||||
AcpiDmDumpSlic (
|
||||
ACPI_TABLE_HEADER *Table)
|
||||
@ -4760,10 +4760,10 @@ Index: acpica-unix2-20180531/source/common/dmtbdump3.c
|
||||
+ (void) AcpiDmDumpTable (Length, 0, Table, ArgumentsLength,
|
||||
AcpiDmTableInfoWpbt0);
|
||||
}
|
||||
Index: acpica-unix2-20180531/source/compiler/dtfield.c
|
||||
Index: acpica-unix2-20180629/source/compiler/dtfield.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/dtfield.c
|
||||
+++ acpica-unix2-20180531/source/compiler/dtfield.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/dtfield.c
|
||||
+++ acpica-unix2-20180629/source/compiler/dtfield.c
|
||||
@@ -359,7 +359,27 @@ DtCompileInteger (
|
||||
DtError (ASL_ERROR, ASL_MSG_INTEGER_SIZE, Field, MsgBuffer);
|
||||
}
|
||||
@ -4793,10 +4793,10 @@ Index: acpica-unix2-20180531/source/compiler/dtfield.c
|
||||
return;
|
||||
}
|
||||
|
||||
Index: acpica-unix2-20180531/source/compiler/dtsubtable.c
|
||||
Index: acpica-unix2-20180629/source/compiler/dtsubtable.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/dtsubtable.c
|
||||
+++ acpica-unix2-20180531/source/compiler/dtsubtable.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/dtsubtable.c
|
||||
+++ acpica-unix2-20180629/source/compiler/dtsubtable.c
|
||||
@@ -378,6 +378,21 @@ DtSetSubtableLength (
|
||||
return;
|
||||
}
|
||||
@ -4821,10 +4821,10 @@ Index: acpica-unix2-20180531/source/compiler/dtsubtable.c
|
||||
+ Subtable->SizeOfLengthField);
|
||||
+ }
|
||||
}
|
||||
Index: acpica-unix2-20180531/source/compiler/dttable1.c
|
||||
Index: acpica-unix2-20180629/source/compiler/dttable1.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/dttable1.c
|
||||
+++ acpica-unix2-20180531/source/compiler/dttable1.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/dttable1.c
|
||||
+++ acpica-unix2-20180629/source/compiler/dttable1.c
|
||||
@@ -281,6 +281,8 @@ DtCompileCsrt (
|
||||
DT_FIELD **PFieldList = (DT_FIELD **) List;
|
||||
UINT32 DescriptorCount;
|
||||
@ -5196,10 +5196,10 @@ Index: acpica-unix2-20180531/source/compiler/dttable1.c
|
||||
return (AE_OK);
|
||||
}
|
||||
|
||||
Index: acpica-unix2-20180531/source/compiler/dttable2.c
|
||||
Index: acpica-unix2-20180629/source/compiler/dttable2.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/compiler/dttable2.c
|
||||
+++ acpica-unix2-20180531/source/compiler/dttable2.c
|
||||
--- acpica-unix2-20180629.orig/source/compiler/dttable2.c
|
||||
+++ acpica-unix2-20180629/source/compiler/dttable2.c
|
||||
@@ -345,7 +345,7 @@ DtCompileMpst (
|
||||
DtPushSubtable (Subtable);
|
||||
|
||||
@ -5356,10 +5356,10 @@ Index: acpica-unix2-20180531/source/compiler/dttable2.c
|
||||
|
||||
ParentTable = DtPeekSubtable ();
|
||||
DtInsertSubtable (ParentTable, Subtable);
|
||||
Index: acpica-unix2-20180531/source/components/disassembler/dmbuffer.c
|
||||
Index: acpica-unix2-20180629/source/components/disassembler/dmbuffer.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/disassembler/dmbuffer.c
|
||||
+++ acpica-unix2-20180531/source/components/disassembler/dmbuffer.c
|
||||
--- acpica-unix2-20180629.orig/source/components/disassembler/dmbuffer.c
|
||||
+++ acpica-unix2-20180629/source/components/disassembler/dmbuffer.c
|
||||
@@ -204,7 +204,7 @@ AcpiDmByteList (
|
||||
|
||||
|
||||
@ -5435,10 +5435,10 @@ Index: acpica-unix2-20180531/source/components/disassembler/dmbuffer.c
|
||||
|
||||
NextOp = AcpiPsGetDepthNext (NULL, Op);
|
||||
if (!NextOp)
|
||||
Index: acpica-unix2-20180531/source/components/disassembler/dmopcode.c
|
||||
Index: acpica-unix2-20180629/source/components/disassembler/dmopcode.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/disassembler/dmopcode.c
|
||||
+++ acpica-unix2-20180531/source/components/disassembler/dmopcode.c
|
||||
--- acpica-unix2-20180629.orig/source/components/disassembler/dmopcode.c
|
||||
+++ acpica-unix2-20180629/source/components/disassembler/dmopcode.c
|
||||
@@ -244,6 +244,7 @@ AcpiDmPredefinedDescription (
|
||||
char *NameString;
|
||||
int LastCharIsDigit;
|
||||
@ -5509,10 +5509,10 @@ Index: acpica-unix2-20180531/source/components/disassembler/dmopcode.c
|
||||
|
||||
Info->Level += 1;
|
||||
Info->MappingOp = Op;
|
||||
Index: acpica-unix2-20180531/source/components/disassembler/dmresrcl.c
|
||||
Index: acpica-unix2-20180629/source/components/disassembler/dmresrcl.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/disassembler/dmresrcl.c
|
||||
+++ acpica-unix2-20180531/source/components/disassembler/dmresrcl.c
|
||||
--- acpica-unix2-20180629.orig/source/components/disassembler/dmresrcl.c
|
||||
+++ acpica-unix2-20180629/source/components/disassembler/dmresrcl.c
|
||||
@@ -141,7 +141,8 @@ AcpiDmMemoryFields (
|
||||
UINT32 Level)
|
||||
{
|
||||
@ -5661,10 +5661,10 @@ Index: acpica-unix2-20180531/source/components/disassembler/dmresrcl.c
|
||||
}
|
||||
|
||||
AcpiDmIndent (Level);
|
||||
Index: acpica-unix2-20180531/source/components/disassembler/dmresrcl2.c
|
||||
Index: acpica-unix2-20180629/source/components/disassembler/dmresrcl2.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/disassembler/dmresrcl2.c
|
||||
+++ acpica-unix2-20180531/source/components/disassembler/dmresrcl2.c
|
||||
--- acpica-unix2-20180629.orig/source/components/disassembler/dmresrcl2.c
|
||||
+++ acpica-unix2-20180629/source/components/disassembler/dmresrcl2.c
|
||||
@@ -191,22 +191,24 @@ AcpiDmGpioCommon (
|
||||
char *DeviceName = NULL;
|
||||
UINT32 PinCount;
|
||||
@ -5888,10 +5888,10 @@ Index: acpica-unix2-20180531/source/components/disassembler/dmresrcl2.c
|
||||
|
||||
DeviceName = ACPI_ADD_PTR (char, Resource, ResourceSourceOffset);
|
||||
AcpiUtPrintString (DeviceName, ACPI_UINT16_MAX);
|
||||
Index: acpica-unix2-20180531/source/components/disassembler/dmresrcs.c
|
||||
Index: acpica-unix2-20180629/source/components/disassembler/dmresrcs.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/disassembler/dmresrcs.c
|
||||
+++ acpica-unix2-20180531/source/components/disassembler/dmresrcs.c
|
||||
--- acpica-unix2-20180629.orig/source/components/disassembler/dmresrcs.c
|
||||
+++ acpica-unix2-20180629/source/components/disassembler/dmresrcs.c
|
||||
@@ -72,6 +72,7 @@ AcpiDmIrqDescriptor (
|
||||
UINT32 Length,
|
||||
UINT32 Level)
|
||||
@ -5948,10 +5948,10 @@ Index: acpica-unix2-20180531/source/components/disassembler/dmresrcs.c
|
||||
|
||||
AcpiDmIndent (Level + 1);
|
||||
AcpiDmDumpInteger8 (Resource->FixedIo.AddressLength, "Length");
|
||||
Index: acpica-unix2-20180531/source/components/dispatcher/dsfield.c
|
||||
Index: acpica-unix2-20180629/source/components/dispatcher/dsfield.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/dispatcher/dsfield.c
|
||||
+++ acpica-unix2-20180531/source/components/dispatcher/dsfield.c
|
||||
--- acpica-unix2-20180629.orig/source/components/dispatcher/dsfield.c
|
||||
+++ acpica-unix2-20180629/source/components/dispatcher/dsfield.c
|
||||
@@ -321,6 +321,7 @@ AcpiDsGetFieldNames (
|
||||
ACPI_STATUS Status;
|
||||
UINT64 Position;
|
||||
@ -5996,10 +5996,10 @@ Index: acpica-unix2-20180531/source/components/dispatcher/dsfield.c
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
ACPI_ERROR_NAMESPACE (WalkState->ScopeInfo,
|
||||
Index: acpica-unix2-20180531/source/components/events/evgpeblk.c
|
||||
Index: acpica-unix2-20180629/source/components/events/evgpeblk.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/events/evgpeblk.c
|
||||
+++ acpica-unix2-20180531/source/components/events/evgpeblk.c
|
||||
--- acpica-unix2-20180629.orig/source/components/events/evgpeblk.c
|
||||
+++ acpica-unix2-20180629/source/components/events/evgpeblk.c
|
||||
@@ -376,6 +376,7 @@ AcpiEvCreateGpeBlock (
|
||||
ACPI_STATUS Status;
|
||||
ACPI_GPE_BLOCK_INFO *GpeBlock;
|
||||
@ -6032,10 +6032,10 @@ Index: acpica-unix2-20180531/source/components/events/evgpeblk.c
|
||||
InterruptNumber == AcpiGbl_FADT.SciInterrupt ? " (SCI)" : ""));
|
||||
|
||||
/* Update global count of currently available GPEs */
|
||||
Index: acpica-unix2-20180531/source/components/hardware/hwregs.c
|
||||
Index: acpica-unix2-20180629/source/components/hardware/hwregs.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/hardware/hwregs.c
|
||||
+++ acpica-unix2-20180531/source/components/hardware/hwregs.c
|
||||
--- acpica-unix2-20180629.orig/source/components/hardware/hwregs.c
|
||||
+++ acpica-unix2-20180629/source/components/hardware/hwregs.c
|
||||
@@ -197,7 +197,7 @@ AcpiHwValidateRegister (
|
||||
* Address must not be null. A null address also indicates an optional
|
||||
* ACPI register that is not supported, so no error message.
|
||||
@ -6045,10 +6045,10 @@ Index: acpica-unix2-20180531/source/components/hardware/hwregs.c
|
||||
if (!(*Address))
|
||||
{
|
||||
return (AE_BAD_ADDRESS);
|
||||
Index: acpica-unix2-20180531/source/components/hardware/hwvalid.c
|
||||
Index: acpica-unix2-20180629/source/components/hardware/hwvalid.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/hardware/hwvalid.c
|
||||
+++ acpica-unix2-20180531/source/components/hardware/hwvalid.c
|
||||
--- acpica-unix2-20180629.orig/source/components/hardware/hwvalid.c
|
||||
+++ acpica-unix2-20180629/source/components/hardware/hwvalid.c
|
||||
@@ -135,6 +135,8 @@ AcpiHwValidateIoRequest (
|
||||
UINT32 ByteWidth;
|
||||
ACPI_IO_ADDRESS LastAddress;
|
||||
@ -6070,10 +6070,10 @@ Index: acpica-unix2-20180531/source/components/hardware/hwvalid.c
|
||||
{
|
||||
ACPI_ERROR ((AE_INFO,
|
||||
"Illegal I/O port address/length above 64K: %8.8X%8.8X/0x%X",
|
||||
Index: acpica-unix2-20180531/source/components/namespace/nsaccess.c
|
||||
Index: acpica-unix2-20180629/source/components/namespace/nsaccess.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/namespace/nsaccess.c
|
||||
+++ acpica-unix2-20180531/source/components/namespace/nsaccess.c
|
||||
--- acpica-unix2-20180629.orig/source/components/namespace/nsaccess.c
|
||||
+++ acpica-unix2-20180629/source/components/namespace/nsaccess.c
|
||||
@@ -313,6 +313,7 @@ AcpiNsLookup (
|
||||
ACPI_OBJECT_TYPE ThisSearchType;
|
||||
UINT32 SearchParentFlag = ACPI_NS_SEARCH_PARENT;
|
||||
@ -6082,7 +6082,7 @@ Index: acpica-unix2-20180531/source/components/namespace/nsaccess.c
|
||||
|
||||
|
||||
ACPI_FUNCTION_TRACE (NsLookup);
|
||||
@@ -702,9 +703,10 @@ AcpiNsLookup (
|
||||
@@ -695,9 +696,10 @@ AcpiNsLookup (
|
||||
{
|
||||
/* Complain about a type mismatch */
|
||||
|
||||
@ -6094,10 +6094,10 @@ Index: acpica-unix2-20180531/source/components/namespace/nsaccess.c
|
||||
AcpiUtGetTypeName (ThisNode->Type),
|
||||
AcpiUtGetTypeName (TypeToCheckFor)));
|
||||
}
|
||||
Index: acpica-unix2-20180531/source/components/namespace/nsparse.c
|
||||
Index: acpica-unix2-20180629/source/components/namespace/nsparse.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/namespace/nsparse.c
|
||||
+++ acpica-unix2-20180531/source/components/namespace/nsparse.c
|
||||
--- acpica-unix2-20180629.orig/source/components/namespace/nsparse.c
|
||||
+++ acpica-unix2-20180629/source/components/namespace/nsparse.c
|
||||
@@ -206,13 +206,14 @@ AcpiNsOneCompleteParse (
|
||||
|
||||
/* Table must consist of at least a complete header */
|
||||
@ -6115,10 +6115,10 @@ Index: acpica-unix2-20180531/source/components/namespace/nsparse.c
|
||||
|
||||
Status = AcpiTbGetOwnerId (TableIndex, &OwnerId);
|
||||
if (ACPI_FAILURE (Status))
|
||||
Index: acpica-unix2-20180531/source/components/tables/tbdata.c
|
||||
Index: acpica-unix2-20180629/source/components/tables/tbdata.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/tables/tbdata.c
|
||||
+++ acpica-unix2-20180531/source/components/tables/tbdata.c
|
||||
--- acpica-unix2-20180629.orig/source/components/tables/tbdata.c
|
||||
+++ acpica-unix2-20180629/source/components/tables/tbdata.c
|
||||
@@ -552,6 +552,7 @@ AcpiTbVerifyTempTable (
|
||||
UINT32 *TableIndex)
|
||||
{
|
||||
@ -6137,10 +6137,10 @@ Index: acpica-unix2-20180531/source/components/tables/tbdata.c
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
ACPI_EXCEPTION ((AE_INFO, AE_NO_MEMORY,
|
||||
Index: acpica-unix2-20180531/source/components/tables/tbfadt.c
|
||||
Index: acpica-unix2-20180629/source/components/tables/tbfadt.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/tables/tbfadt.c
|
||||
+++ acpica-unix2-20180531/source/components/tables/tbfadt.c
|
||||
--- acpica-unix2-20180629.orig/source/components/tables/tbfadt.c
|
||||
+++ acpica-unix2-20180629/source/components/tables/tbfadt.c
|
||||
@@ -424,18 +424,20 @@ AcpiTbCreateLocalFadt (
|
||||
ACPI_TABLE_HEADER *Table,
|
||||
UINT32 Length)
|
||||
@ -6252,10 +6252,10 @@ Index: acpica-unix2-20180531/source/components/tables/tbfadt.c
|
||||
"PmRegisters", 0);
|
||||
}
|
||||
}
|
||||
Index: acpica-unix2-20180531/source/components/tables/tbfind.c
|
||||
Index: acpica-unix2-20180629/source/components/tables/tbfind.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/tables/tbfind.c
|
||||
+++ acpica-unix2-20180531/source/components/tables/tbfind.c
|
||||
--- acpica-unix2-20180629.orig/source/components/tables/tbfind.c
|
||||
+++ acpica-unix2-20180629/source/components/tables/tbfind.c
|
||||
@@ -108,8 +108,11 @@ AcpiTbFindTable (
|
||||
(void) AcpiUtAcquireMutex (ACPI_MTX_TABLES);
|
||||
for (i = 0; i < AcpiGbl_RootTableList.CurrentTableCount; ++i)
|
||||
@ -6269,10 +6269,10 @@ Index: acpica-unix2-20180531/source/components/tables/tbfind.c
|
||||
{
|
||||
/* Not the requested table */
|
||||
|
||||
Index: acpica-unix2-20180531/source/components/tables/tbprint.c
|
||||
Index: acpica-unix2-20180629/source/components/tables/tbprint.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/tables/tbprint.c
|
||||
+++ acpica-unix2-20180531/source/components/tables/tbprint.c
|
||||
--- acpica-unix2-20180629.orig/source/components/tables/tbprint.c
|
||||
+++ acpica-unix2-20180629/source/components/tables/tbprint.c
|
||||
@@ -143,15 +143,18 @@ AcpiTbPrintTableHeader (
|
||||
ACPI_TABLE_HEADER *Header)
|
||||
{
|
||||
@ -6314,10 +6314,10 @@ Index: acpica-unix2-20180531/source/components/tables/tbprint.c
|
||||
}
|
||||
}
|
||||
|
||||
Index: acpica-unix2-20180531/source/components/tables/tbutils.c
|
||||
Index: acpica-unix2-20180629/source/components/tables/tbutils.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/tables/tbutils.c
|
||||
+++ acpica-unix2-20180531/source/components/tables/tbutils.c
|
||||
--- acpica-unix2-20180629.orig/source/components/tables/tbutils.c
|
||||
+++ acpica-unix2-20180629/source/components/tables/tbutils.c
|
||||
@@ -238,7 +238,7 @@ AcpiTbGetRootTableEntry (
|
||||
* 64-bit platform, XSDT: Move (unaligned) 64-bit to local,
|
||||
* return 64-bit
|
||||
@ -6377,10 +6377,10 @@ Index: acpica-unix2-20180531/source/components/tables/tbutils.c
|
||||
{
|
||||
AcpiGbl_FadtIndex = TableIndex;
|
||||
AcpiTbParseFadt ();
|
||||
Index: acpica-unix2-20180531/source/components/tables/tbxface.c
|
||||
Index: acpica-unix2-20180629/source/components/tables/tbxface.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/tables/tbxface.c
|
||||
+++ acpica-unix2-20180531/source/components/tables/tbxface.c
|
||||
--- acpica-unix2-20180629.orig/source/components/tables/tbxface.c
|
||||
+++ acpica-unix2-20180629/source/components/tables/tbxface.c
|
||||
@@ -293,8 +293,11 @@ AcpiGetTableHeader (
|
||||
|
||||
for (i = 0, j = 0; i < AcpiGbl_RootTableList.CurrentTableCount; i++)
|
||||
@ -6394,10 +6394,10 @@ Index: acpica-unix2-20180531/source/components/tables/tbxface.c
|
||||
{
|
||||
continue;
|
||||
}
|
||||
Index: acpica-unix2-20180531/source/components/tables/tbxfload.c
|
||||
Index: acpica-unix2-20180629/source/components/tables/tbxfload.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/components/tables/tbxfload.c
|
||||
+++ acpica-unix2-20180531/source/components/tables/tbxfload.c
|
||||
--- acpica-unix2-20180629.orig/source/components/tables/tbxfload.c
|
||||
+++ acpica-unix2-20180629/source/components/tables/tbxfload.c
|
||||
@@ -159,6 +159,7 @@ AcpiTbLoadNamespace (
|
||||
ACPI_TABLE_DESC *Table;
|
||||
UINT32 TablesLoaded = 0;
|
||||
@ -6417,10 +6417,10 @@ Index: acpica-unix2-20180531/source/components/tables/tbxfload.c
|
||||
ACPI_FAILURE (AcpiTbValidateTable (Table)))
|
||||
{
|
||||
Status = AE_NO_ACPI_TABLES;
|
||||
Index: acpica-unix2-20180531/source/tools/acpiexec/aetables.c
|
||||
Index: acpica-unix2-20180629/source/tools/acpiexec/aetables.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/tools/acpiexec/aetables.c
|
||||
+++ acpica-unix2-20180531/source/tools/acpiexec/aetables.c
|
||||
--- acpica-unix2-20180629.orig/source/tools/acpiexec/aetables.c
|
||||
+++ acpica-unix2-20180629/source/tools/acpiexec/aetables.c
|
||||
@@ -146,21 +146,25 @@ AeInitializeTableHeader (
|
||||
char *Signature,
|
||||
UINT32 Length)
|
||||
@ -6572,10 +6572,10 @@ Index: acpica-unix2-20180531/source/tools/acpiexec/aetables.c
|
||||
}
|
||||
|
||||
return (AE_OK);
|
||||
Index: acpica-unix2-20180531/source/common/dmswitch.c
|
||||
Index: acpica-unix2-20180629/source/common/dmswitch.c
|
||||
===================================================================
|
||||
--- acpica-unix2-20180531.orig/source/common/dmswitch.c
|
||||
+++ acpica-unix2-20180531/source/common/dmswitch.c
|
||||
--- acpica-unix2-20180629.orig/source/common/dmswitch.c
|
||||
+++ acpica-unix2-20180629/source/common/dmswitch.c
|
||||
@@ -88,13 +88,15 @@ AcpiDmProcessSwitch (
|
||||
ACPI_PARSE_OBJECT_LIST *Current;
|
||||
ACPI_PARSE_OBJECT_LIST *Previous;
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (acpica-unix2-20180531.tar.gz) = e56ec1df83462597c36a3bc0352dc5c09e4e060384aa120da0132c006f6af74b8f5dc894a24314645da40cc06b3b656fa5182d6704a1427bbf0aded13e2740a8
|
||||
SHA512 (acpitests-unix-20180531.tar.gz) = b24d481752f7d48a8c9046604da9b6bd157f03187966fd50b833248467032b138b60169c1b29b724a784ce5a66f327dba104a35fc442a8d7366a89ff12444cb7
|
||||
SHA512 (acpica-unix2-20180629.tar.gz) = bad10c05606d3bd65e6a4fa16d5cffce44b51322620dad1f90714bf714774474291cdee0e255399b1166372e9a4cb3eaa126052cf5a8249fbcb9bfb73d450a11
|
||||
SHA512 (acpitests-unix-20180629.tar.gz) = a15fd10b92014277be0d6818ac4ca3d174f97cad54fd557143be827e6b3c001fbf830f36558c06de302420e4eb22f01e38a8a3985d9e7f56120d98c6f34388d9
|
||||
|
Loading…
Reference in New Issue
Block a user