The acpinames command has been deprecated upstream
Remove the command and the man page. Functionality replacing acpinames is now found in acpiexec. Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
parent
97b38e48de
commit
f9e9c6154d
2
.gitignore
vendored
2
.gitignore
vendored
@ -135,3 +135,5 @@ series
|
|||||||
/acpitests-unix-20200528.tar.gz
|
/acpitests-unix-20200528.tar.gz
|
||||||
/acpica-unix2-20200717.tar.gz
|
/acpica-unix2-20200717.tar.gz
|
||||||
/acpitests-unix-20200717.tar.gz
|
/acpitests-unix-20200717.tar.gz
|
||||||
|
/acpica-unix2-20200925.tar.gz
|
||||||
|
/acpitests-unix-20200925.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: acpica-tools
|
Name: acpica-tools
|
||||||
Version: 20200717
|
Version: 20200925
|
||||||
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
|
||||||
|
|
||||||
@ -14,7 +14,6 @@ Source4: acpibin.1
|
|||||||
Source5: acpidump.1
|
Source5: acpidump.1
|
||||||
Source6: acpiexec.1
|
Source6: acpiexec.1
|
||||||
Source7: acpihelp.1
|
Source7: acpihelp.1
|
||||||
Source8: acpinames.1
|
|
||||||
Source9: acpisrc.1
|
Source9: acpisrc.1
|
||||||
Source10: acpixtract.1
|
Source10: acpixtract.1
|
||||||
Source11: acpiexamples.1
|
Source11: acpiexamples.1
|
||||||
@ -24,31 +23,67 @@ Source14: converterSample.asl.result
|
|||||||
Source15: run-misc-tests.sh
|
Source15: run-misc-tests.sh
|
||||||
Source16: COPYING
|
Source16: COPYING
|
||||||
|
|
||||||
Patch0: big-endian.patch
|
# the big-endian patch set
|
||||||
Patch1: big-endian-dmtbdump.patch
|
Patch0: 0001-Add-in-basic-infrastructure-for-big-endian-support.patch
|
||||||
Patch2: big-endian-dmtbdump1.patch
|
Patch1: 0002-Modify-utility-functions-to-be-endian-agnostic.patch
|
||||||
Patch3: big-endian-dmtbdump2.patch
|
Patch2: 0003-Always-display-table-header-content-in-human-readabl.patch
|
||||||
Patch4: big-endian-dmtbdump3.patch
|
Patch3: 0004-Re-enable-support-for-big-endian-machines.patch
|
||||||
Patch5: unaligned.patch
|
Patch4: 0005-Support-MADT-aka-APIC-in-a-big-endian-world.patch
|
||||||
Patch6: OPT_LDFLAGS.patch
|
Patch5: 0006-Support-ASF-tables-in-a-big-endian-world.patch
|
||||||
Patch7: int-format.patch
|
Patch6: 0007-Support-CPEP-tables-in-a-big-endian-world.patch
|
||||||
Patch8: f23-harden.patch
|
Patch7: 0008-Support-DBG2-table-in-a-big-endian-world.patch
|
||||||
Patch9: template.patch
|
Patch8: 0009-Support-DMAR-in-a-big-endian-world.patch
|
||||||
Patch10: ppc64le.patch
|
Patch9: 0010-Support-DRTM-in-a-big-endian-world.patch
|
||||||
Patch11: arm7hl.patch
|
Patch10: 0011-Support-EINJ-in-a-big-endian-world.patch
|
||||||
Patch12: big-endian-v2.patch
|
Patch11: 0012-Support-ERST-in-a-big-endian-world.patch
|
||||||
Patch13: simple-64bit.patch
|
Patch12: 0013-Support-FADT-aka-FACP-in-a-big-endian-world.patch
|
||||||
Patch14: mips-be-fix.patch
|
Patch13: 0014-Support-most-FPDTs-in-a-big-endian-world.patch
|
||||||
Patch15: cve-2017-13693.patch
|
Patch14: 0015-Support-GTDT-in-a-big-endian-world.patch
|
||||||
Patch16: cve-2017-13694.patch
|
Patch15: 0016-Support-HEST-in-a-big-endian-world.patch
|
||||||
Patch17: cve-2017-13695.patch
|
Patch16: 0017-Support-RSDT-RSD-PTR-in-a-big-endian-world.patch
|
||||||
Patch18: str-trunc-warn.patch
|
Patch17: 0018-Support-XSDT-in-a-big-endian-world.patch
|
||||||
Patch19: ptr-cast.patch
|
Patch18: 0019-Support-SRAT-in-a-big-endian-world.patch
|
||||||
Patch20: aslcodegen.patch
|
Patch19: 0020-Support-SLIT-in-a-big-endian-world.patch
|
||||||
Patch21: facp.patch
|
Patch20: 0021-Support-MSCT-in-a-big-endian-world.patch
|
||||||
Patch24: armv7-str-fixes.patch
|
Patch21: 0022-Support-MPST-in-a-big-endian-world.patch
|
||||||
Patch25: dbtest.patch
|
Patch22: 0023-Support-NFIT-in-a-big-endian-world.patch
|
||||||
#Patch27: big-endian-v3.patch
|
Patch23: 0024-Support-SDEV-in-a-big-endian-world.patch
|
||||||
|
Patch24: 0025-Support-HMAT-in-a-big-endian-world.patch
|
||||||
|
Patch25: 0026-Support-PDTT-in-a-big-endian-world.patch
|
||||||
|
Patch25: 0027-Support-PPTT-in-a-big-endian-world.patch
|
||||||
|
Patch27: 0028-Support-PCCT-in-a-big-endian-world.patch
|
||||||
|
Patch28: 0029-Support-WDAT-in-a-big-endian-world.patch
|
||||||
|
Patch29: 0030-Support-TCPA-in-a-big-endian-world.patch
|
||||||
|
Patch30: 0031-Support-STAO-in-a-big-endian-world.patch
|
||||||
|
Patch31: 0032-Support-SLIC-and-MSDM-in-a-big-endian-world.patch
|
||||||
|
Patch32: 0033-Support-MCFG-in-a-big-endian-world.patch
|
||||||
|
Patch33: 0034-Support-LPIT-in-a-big-endian-world.patch
|
||||||
|
Patch34: 0035-Support-PMTT-in-a-big-endian-world.patch
|
||||||
|
Patch35: 0036-Support-IORT-in-a-big-endian-world.patch
|
||||||
|
Patch36: 0037-Support-IVRS-in-a-big-endian-world.patch
|
||||||
|
Patch37: 0038-Support-TPM2-in-a-big-endian-world.patch
|
||||||
|
Patch38: 0039-Add-partial-big-endian-support-for-WPBT-tables.patch
|
||||||
|
Patch39: 0040-Support-DSDT-SSDT-in-a-big-endian-world.patch
|
||||||
|
|
||||||
|
# other miscellaneous patch
|
||||||
|
Patch40: unaligned.patch
|
||||||
|
Patch41: OPT_LDFLAGS.patch
|
||||||
|
Patch42: int-format.patch
|
||||||
|
Patch43: f23-harden.patch
|
||||||
|
Patch44: template.patch
|
||||||
|
Patch45: ppc64le.patch
|
||||||
|
Patch46: arm7hl.patch
|
||||||
|
Patch47: simple-64bit.patch
|
||||||
|
Patch48: mips-be-fix.patch
|
||||||
|
Patch49: cve-2017-13693.patch
|
||||||
|
Patch50: cve-2017-13694.patch
|
||||||
|
Patch51: cve-2017-13695.patch
|
||||||
|
Patch52: str-trunc-warn.patch
|
||||||
|
Patch53: ptr-cast.patch
|
||||||
|
Patch54: aslcodegen.patch
|
||||||
|
Patch55: facp.patch
|
||||||
|
Patch56: armv7-str-fixes.patch
|
||||||
|
Patch57: dbtest.patch
|
||||||
|
|
||||||
BuildRequires: bison patchutils flex gcc
|
BuildRequires: bison patchutils flex gcc
|
||||||
|
|
||||||
@ -86,7 +121,6 @@ are installed:
|
|||||||
-- acpidump: write out the current contents of ACPI tables
|
-- acpidump: write out the current contents of ACPI tables
|
||||||
-- acpiexec: simulate AML execution in order to debug method definitions
|
-- acpiexec: simulate AML execution in order to debug method definitions
|
||||||
-- acpihelp: display help messages describing ASL keywords and op-codes
|
-- acpihelp: display help messages describing ASL keywords and op-codes
|
||||||
-- acpinames: display complete ACPI name space from input AML
|
|
||||||
-- acpisrc: manipulate the ACPICA source tree and format source files
|
-- acpisrc: manipulate the ACPICA source tree and format source files
|
||||||
for specific environments
|
for specific environments
|
||||||
-- acpixtract: extract binary ACPI tables from acpidump output (see
|
-- acpixtract: extract binary ACPI tables from acpidump output (see
|
||||||
@ -98,33 +132,65 @@ This version of the tools is being released under GPLv2 license.
|
|||||||
%setup -q -n acpica-unix2-%{version}
|
%setup -q -n acpica-unix2-%{version}
|
||||||
gzip -dc %{SOURCE1} | tar -x --strip-components=1 -f -
|
gzip -dc %{SOURCE1} | tar -x --strip-components=1 -f -
|
||||||
|
|
||||||
%patch0 -p1 -b .big-endian
|
# apply all the patches
|
||||||
%patch1 -p1 -b .big-endian-dmtbdump
|
%patch0
|
||||||
%patch2 -p1 -b .big-endian-dmtbdump1
|
%patch1
|
||||||
%patch3 -p1 -b .big-endian-dmtbdump2
|
%patch2
|
||||||
%patch4 -p1 -b .big-endian-dmtbdump3
|
%patch3
|
||||||
%patch5 -p1 -b .unaligned
|
%patch4
|
||||||
%patch6 -p1 -b .OPT_LDFLAGS
|
%patch5
|
||||||
%patch7 -p1 -b .int-format
|
%patch6
|
||||||
%patch8 -p1 -b .f23-harden
|
%patch7
|
||||||
# do not preserve a backup for this patch; it alters the results
|
%patch8
|
||||||
# of the template test case and forces it to fail
|
%patch9
|
||||||
%patch9 -p1
|
%patch10
|
||||||
%patch10 -p1 -b .ppc64le
|
%patch11
|
||||||
%patch11 -p1 -b .arm7hl
|
%patch12
|
||||||
%patch12 -p1 -b .big-endian-v2
|
%patch13
|
||||||
%patch13 -p1 -b .simple-64bit
|
%patch14
|
||||||
%patch14 -p1 -b .mips-be-fix
|
%patch15
|
||||||
%patch15 -p1 -b .cve-2017-13693
|
%patch16
|
||||||
%patch16 -p1 -b .cve-2017-13694
|
%patch17
|
||||||
%patch17 -p1 -b .cve-2017-13695
|
%patch18
|
||||||
%patch18 -p1 -b .str-trunc-warn
|
%patch19
|
||||||
%patch19 -p1 -b .ptr-cast
|
%patch20
|
||||||
%patch20 -p1 -b .aslcodegen
|
%patch21
|
||||||
%patch21 -p1 -b .facp
|
%patch22
|
||||||
%patch24 -p1 -b .armv7-str-fixes
|
%patch23
|
||||||
%patch25 -p1 -b .dbtest
|
%patch24
|
||||||
#%patch27 -p1 -b .big-endian-v3
|
%patch25
|
||||||
|
%patch26
|
||||||
|
%patch27
|
||||||
|
%patch28
|
||||||
|
%patch29
|
||||||
|
%patch30
|
||||||
|
%patch31
|
||||||
|
%patch32
|
||||||
|
%patch33
|
||||||
|
%patch34
|
||||||
|
%patch35
|
||||||
|
%patch36
|
||||||
|
%patch37
|
||||||
|
%patch38
|
||||||
|
%patch39
|
||||||
|
%patch40
|
||||||
|
%patch41
|
||||||
|
%patch42
|
||||||
|
%patch43
|
||||||
|
%patch44
|
||||||
|
%patch45
|
||||||
|
%patch46
|
||||||
|
%patch47
|
||||||
|
%patch48
|
||||||
|
%patch49
|
||||||
|
%patch50
|
||||||
|
%patch51
|
||||||
|
%patch52
|
||||||
|
%patch53
|
||||||
|
%patch54
|
||||||
|
%patch55
|
||||||
|
%patch56
|
||||||
|
%patch57
|
||||||
|
|
||||||
cp -p %{SOURCE2} README.Fedora
|
cp -p %{SOURCE2} README.Fedora
|
||||||
cp -p %{SOURCE3} iasl.1
|
cp -p %{SOURCE3} iasl.1
|
||||||
@ -132,7 +198,6 @@ cp -p %{SOURCE4} acpibin.1
|
|||||||
cp -p %{SOURCE5} acpidump.1
|
cp -p %{SOURCE5} acpidump.1
|
||||||
cp -p %{SOURCE6} acpiexec.1
|
cp -p %{SOURCE6} acpiexec.1
|
||||||
cp -p %{SOURCE7} acpihelp.1
|
cp -p %{SOURCE7} acpihelp.1
|
||||||
cp -p %{SOURCE8} acpinames.1
|
|
||||||
cp -p %{SOURCE9} acpisrc.1
|
cp -p %{SOURCE9} acpisrc.1
|
||||||
cp -p %{SOURCE10} acpixtract.1
|
cp -p %{SOURCE10} acpixtract.1
|
||||||
cp -p %{SOURCE11} acpiexamples.1
|
cp -p %{SOURCE11} acpiexamples.1
|
||||||
@ -241,6 +306,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 15 2020 Al Stone <ahs3@redhat.com> - 20200925-1
|
||||||
|
- Update to 20200925 source tree
|
||||||
|
- Completely revamp the old big-endian patches (maintainability was the goal)
|
||||||
|
- The acpinames command has been deprecated upstrean; acpiexec provides
|
||||||
|
replacement functionality
|
||||||
|
|
||||||
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200430-3
|
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200430-3
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
49
acpinames.1
49
acpinames.1
@ -1,49 +0,0 @@
|
|||||||
.\" 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 ACPINAMES 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 <n> insert n+1 empty lines
|
|
||||||
.\" for manpage-specific macros, see man(7)
|
|
||||||
.SH NAME
|
|
||||||
acpinames \- ACPI name space dump utility
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B acpinames
|
|
||||||
.RI <option> ...
|
|
||||||
.RI <aml-file>
|
|
||||||
|
|
||||||
.SH DESCRIPTION
|
|
||||||
This manual page briefly documents the
|
|
||||||
.B acpinames
|
|
||||||
command. The option list is taken from the acpinames interactive help.
|
|
||||||
.PP
|
|
||||||
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
|
|
||||||
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
|
|
||||||
.\" respectively.
|
|
||||||
.B acpinames
|
|
||||||
prints out the complete ACPI name space for an AML file.
|
|
||||||
.PP
|
|
||||||
Much more detailed documentation may be found at
|
|
||||||
http://www.acpica.org/documentation/.
|
|
||||||
|
|
||||||
.SH OPTIONS
|
|
||||||
|
|
||||||
.PP
|
|
||||||
.TP
|
|
||||||
.B \-? [<name-prefix>]
|
|
||||||
Display this help message
|
|
||||||
|
|
||||||
.SH AUTHOR
|
|
||||||
acpinames was written by Robert Moore <robert.moore@intel.com>.
|
|
||||||
.PP
|
|
||||||
This manual page was written by Al Stone <ahs3@redhat.com> for the
|
|
||||||
Fedora project (but may be used by others).
|
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (acpica-unix2-20200717.tar.gz) = d477911d9dded34e887f77f396d84b85334b66983d3104ba8ee0ade09186abacfceec9ecec96fa6fce886da5fe0d187c2cdeed62cca467cdae049e2fe011391a
|
SHA512 (acpica-unix2-20200925.tar.gz) = e5009e6f38b145019406b2d237247f3063372bcd006371501991f338f974bf441c3de3162f5b800ff5f6eed4ab267ef4b715b2256cc9a6ae0a787eb0d0a24c68
|
||||||
SHA512 (acpitests-unix-20200717.tar.gz) = 02c6674cbb2d98f783f25c71b1f391713de6fb3b56e5b57de9a7ccba0927453be4db8aea513e6e7ad491fcf3a0b2c14fefe8a2b82877a2ae01ea1d7832d36844
|
SHA512 (acpitests-unix-20200925.tar.gz) = 6b633b71aced285478cde2f044848b1b748f5dc0d7d9a968610f4036e21b26541c7e0cfe49c4e6298ae1c041b8a575f7969b1f2a50dbe5af88e8ffaccfd82e96
|
||||||
|
Loading…
Reference in New Issue
Block a user