From 77760c90943819c7970776705a271ed2cf76ede4 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 12 Jun 2017 19:07:50 +0200 Subject: [PATCH] - updated to 20170303 with current Fedora patches - added man pages from Fedora --- OPT_LDFLAGS.patch | 13 +- acpibin.1 | 64 + acpica.spec | 66 +- acpidump.1 | 106 + acpiexec.1 | 102 + acpihelp.1 | 80 + acpinames.1 | 49 + acpisrc.1 | 72 + acpixtract.1 | 60 + arm7hl.patch | 20 + asllookup-miscompare.patch | 37 +- asllookup-ppc64.patch | 23 + debian-big_endian.patch | 727 +++---- debian-unaligned.patch | 95 +- free.patch | 15 + iasl.1 | 231 +++ int-format.patch | 343 ++++ name-miscompare.patch | 17 +- ppc64le.patch | 15 + re-enable-big-endian.patch | 16 +- template.patch | 22 + update-big-endian.patch | 3949 ++++++++++++++++++++++++++++++++++++ 22 files changed, 5564 insertions(+), 558 deletions(-) create mode 100644 acpibin.1 create mode 100644 acpidump.1 create mode 100644 acpiexec.1 create mode 100644 acpihelp.1 create mode 100644 acpinames.1 create mode 100644 acpisrc.1 create mode 100644 acpixtract.1 create mode 100644 arm7hl.patch create mode 100644 asllookup-ppc64.patch create mode 100644 free.patch create mode 100644 iasl.1 create mode 100644 int-format.patch create mode 100644 ppc64le.patch create mode 100644 template.patch create mode 100644 update-big-endian.patch diff --git a/OPT_LDFLAGS.patch b/OPT_LDFLAGS.patch index 70ffaf4..8a05c85 100644 --- a/OPT_LDFLAGS.patch +++ b/OPT_LDFLAGS.patch @@ -1,6 +1,7 @@ -diff -Naur acpica-unix2-20140926/generate/unix/Makefile.config acpica-unix2-20140926-patch/generate/unix/Makefile.config ---- acpica-unix2-20140926/generate/unix/Makefile.config 2014-09-26 12:02:29.000000000 -0600 -+++ acpica-unix2-20140926-patch/generate/unix/Makefile.config 2014-10-01 12:53:53.510530248 -0600 +Index: acpica-unix2-20170303/generate/unix/Makefile.config +=================================================================== +--- acpica-unix2-20170303.orig/generate/unix/Makefile.config ++++ acpica-unix2-20170303/generate/unix/Makefile.config @@ -23,6 +23,9 @@ # OPT_CFLAGS can be overridden on the make command line by # adding OPT_CFLAGS="..." to the invocation. @@ -11,7 +12,7 @@ diff -Naur acpica-unix2-20140926/generate/unix/Makefile.config acpica-unix2-2014 # Notes: # gcc should be version 4 or greater, otherwise some of the options # used will not be recognized. -@@ -43,7 +46,7 @@ +@@ -43,7 +46,7 @@ CC = gcc OBJDIR = obj BINDIR = bin COMPILEOBJ = $(CC) -c $(CFLAGS) $(OPT_CFLAGS) -o $@ $< @@ -20,8 +21,8 @@ diff -Naur acpica-unix2-20140926/generate/unix/Makefile.config acpica-unix2-2014 PREFIX ?= /usr INSTALLDIR = $(PREFIX)/bin UNAME_S := $(shell uname -s) -@@ -136,6 +139,11 @@ - OPT_CFLAGS ?= $(CWARNINGFLAGS) +@@ -157,6 +160,11 @@ LDFLAGS +=-m32 + endif # +# Common linker flags diff --git a/acpibin.1 b/acpibin.1 new file mode 100644 index 0000000..b8448a5 --- /dev/null +++ b/acpibin.1 @@ -0,0 +1,64 @@ +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH ACPIBIN 1 "January 23, 2013" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +acpibin \- ACPI binary AML file utility +.SH SYNOPSIS +.B acpibin +.RI [