[acpica-tools] Refresh the patches so everything applies properly.

Al Stone ahs3 at fedoraproject.org
Mon Jul 28 21:07:06 UTC 2014


commit f1b2c555e845737fd7a5f1671c03217b02084d1d
Author: Al Stone <ahs3 at redhat.com>
Date:   Mon Jul 28 15:06:33 2014 -0600

    Refresh the patches so everything applies properly.
    
    Signed-off-by: Al Stone <ahs3 at redhat.com>

 aapits-linux.patch         |    6 +++---
 aapits-makefile.patch      |   42 +++++++++++++++++++++++++-----------------
 acpica-tools.spec          |    1 +
 debian-big_endian.patch    |    6 +++---
 debian-unaligned.patch     |    4 ++--
 re-enable-big-endian.patch |  Bin 17704 -> 888 bytes
 6 files changed, 34 insertions(+), 25 deletions(-)
---
diff --git a/aapits-linux.patch b/aapits-linux.patch
index 6a385ac..008ee0e 100644
--- a/aapits-linux.patch
+++ b/aapits-linux.patch
@@ -318,9 +318,9 @@ diff -urN acpica-unix2-20130626/tests/aapits/atresource.c acpica-unix2-20130626-
 diff -urN acpica-unix2-20130626/tests/aapits/Makefile acpica-unix2-20130626-aapits/tests/aapits/Makefile
 --- acpica-unix2-20130626/tests/aapits/Makefile	2013-01-17 12:48:29.000000000 -0700
 +++ acpica-unix2-20130626-aapits/tests/aapits/Makefile	2013-07-25 15:17:09.309236422 -0600
-@@ -194,7 +194,7 @@
- CFLAGS+= -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include 
- 
+@@ -199,7 +199,7 @@
+ CFLAGS+= -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APITS -DACPI_EXEC_APP -D_MULTI_THREADED -Wstrict-prototypes -I../../source/include
+
  
 -acpiexec : $(patsubst %.c,%.o, $(SRCS))
 +$(PROG) : $(patsubst %.c,%.o, $(SRCS))
diff --git a/aapits-makefile.patch b/aapits-makefile.patch
index d3e8264..cfba797 100644
--- a/aapits-makefile.patch
+++ b/aapits-makefile.patch
@@ -1,19 +1,27 @@
-diff -urN acpica-unix2-20140325/tests/aapits/Makefile acpica-unix2-20140325/tests/aapits/Makefile
---- acpica-unix2-20140325/tests/aapits/Makefile	2014-04-05 14:23:14.683636794 -0600
-+++ acpica-unix2-20140325-aapits/tests/aapits/Makefile	2014-04-05 15:10:57.879184598 -0600
-@@ -20,6 +20,7 @@
- 	../../source/components/hardware/hwxface.c \
+diff -Naur acpica-unix2-20140724.orig/tests/aapits/Makefile acpica-unix2-20140724/tests/aapits/Makefile
+--- acpica-unix2-20140724.orig/tests/aapits/Makefile	2014-07-28 14:32:23.884529332 -0600
++++ acpica-unix2-20140724/tests/aapits/Makefile	2014-07-28 14:50:27.367982860 -0600
+@@ -16,6 +16,7 @@
+ 	atosxfwrap.c \
+ 	osunixxf.c \
+ 	../../source/common/ahids.c \
++	../../source/common/ahuuids.c \
  	../../source/common/cmfsize.c \
  	../../source/common/getopt.c \
-+	../../source/common/ahids.c \
- 	../../source/components/debugger/dbcmds.c \
- 	../../source/components/debugger/dbconvert.c \
- 	../../source/components/debugger/dbdisply.c \
-@@ -154,6 +155,7 @@
- 	../../source/components/tables/tbfadt.c \
- 	../../source/components/tables/tbfind.c \
- 	../../source/components/tables/tbinstal.c \
-+	../../source/components/tables/tbdata.c \
- 	../../source/components/tables/tbprint.c \
- 	../../source/components/tables/tbutils.c \
- 	../../source/components/tables/tbxface.c \
+ 	../../source/components/hardware/hwtimer.c \
+@@ -174,6 +175,7 @@
+ 	../../source/components/utilities/utexcep.c \
+ 	../../source/components/utilities/utfileio.c \
+ 	../../source/components/utilities/utglobal.c \
++	../../source/components/utilities/uthex.c \
+ 	../../source/components/utilities/utids.c \
+ 	../../source/components/utilities/utinit.c \
+ 	../../source/components/utilities/utlock.c \
+@@ -189,6 +191,7 @@
+ 	../../source/components/utilities/utstate.c \
+ 	../../source/components/utilities/utstring.c \
+ 	../../source/components/utilities/uttrack.c \
++	../../source/components/utilities/utuuid.c \
+ 	../../source/components/utilities/utxface.c \
+ 	../../source/components/utilities/utxferror.c \
+ 	../../source/components/utilities/utxfinit.c \
diff --git a/acpica-tools.spec b/acpica-tools.spec
index 56a22ad..934a4e9 100644
--- a/acpica-tools.spec
+++ b/acpica-tools.spec
@@ -194,6 +194,7 @@ fi
 * Mon Jul 28 2014 Al Stone <ahs3 at redhat.com> - 20140724-1
 - Update to latest upstream.  Closes BZ#1114275.
 - This update adds support for the 5.1 version of the ACPI specification
+- Refresh patches so everything applies properly.
 
 * Fri Jun 6 2014 Dan HorĂ¡k <dan[at]danny.cz> - 20140424-3
 - refresh the big endian patch so it applies correctly, fixes build on big endians
diff --git a/debian-big_endian.patch b/debian-big_endian.patch
index 1edf80a..6c03e76 100644
--- a/debian-big_endian.patch
+++ b/debian-big_endian.patch
@@ -2415,7 +2415,7 @@ diff -up acpica-unix2-20140424/source/include/acmacros.h.debian-big_endian acpic
 diff -up acpica-unix2-20140424/source/include/platform/aclinux.h.debian-big_endian acpica-unix2-20140424/source/include/platform/aclinux.h
 --- acpica-unix2-20140424/source/include/platform/aclinux.h.debian-big_endian	2014-04-24 11:49:06.000000000 -0400
 +++ acpica-unix2-20140424/source/include/platform/aclinux.h	2014-06-06 20:44:28.781825238 -0400
-@@ -116,6 +116,7 @@
+@@ -155,6 +155,7 @@
  #include <stdlib.h>
  #include <ctype.h>
  #include <unistd.h>
@@ -2423,7 +2423,7 @@ diff -up acpica-unix2-20140424/source/include/platform/aclinux.h.debian-big_endi
  
  /* Define/disable kernel-specific declarators */
  
-@@ -132,8 +133,7 @@
+@@ -167,8 +168,7 @@
  #define ACPI_FLUSH_CPU_CACHE()
  #define ACPI_CAST_PTHREAD_T(Pthread) ((ACPI_THREAD_ID) (Pthread))
  
@@ -2433,7 +2433,7 @@ diff -up acpica-unix2-20140424/source/include/platform/aclinux.h.debian-big_endi
  #define ACPI_MACHINE_WIDTH          64
  #define COMPILER_DEPENDENT_INT64    long
  #define COMPILER_DEPENDENT_UINT64   unsigned long
-@@ -144,6 +144,10 @@
+@@ -179,6 +179,10 @@
  #define ACPI_USE_NATIVE_DIVIDE
  #endif
  
diff --git a/debian-unaligned.patch b/debian-unaligned.patch
index a8704ea..56e206c 100644
--- a/debian-unaligned.patch
+++ b/debian-unaligned.patch
@@ -118,7 +118,7 @@ diff --git a/source/include/actypes.h b/source/include/actypes.h
 index 07fb7d5..08bdf2f 100644
 --- a/source/include/actypes.h
 +++ b/source/include/actypes.h
-@@ -142,6 +155,19 @@ typedef COMPILER_DEPENDENT_INT64        INT64;
+@@ -143,6 +156,19 @@ typedef COMPILER_DEPENDENT_INT64        INT64;
   */
  #define ACPI_THREAD_ID                  UINT64
  
@@ -138,7 +138,7 @@ index 07fb7d5..08bdf2f 100644
  
  /*******************************************************************************
   *
-@@ -168,19 +181,6 @@ typedef UINT64                          ACPI_PHYSICAL_ADDRESS;
+@@ -169,19 +182,6 @@ typedef UINT64                          ACPI_PHYSICAL_ADDRESS;
  #define ACPI_SIZE_MAX                   ACPI_UINT64_MAX
  #define ACPI_USE_NATIVE_DIVIDE          /* Has native 64-bit integer support */
  
diff --git a/re-enable-big-endian.patch b/re-enable-big-endian.patch
index d8bd711..57cd43b 100644
Binary files a/re-enable-big-endian.patch and b/re-enable-big-endian.patch differ


More information about the scm-commits mailing list