Bugzilla: https://bugzilla.redhat.com/2065349
Running 'iasl -T prmt ; iasl prmt.asl' results in the compilation aborting due
to parser-detected syntax errors, which are big-endian related. This only
occurs on s390x systems.
Resolves: rhbz#2065349
Signed-off-by: Dean Nelson <dnelson@redhat.com>
---
Bugzilla: https://bugzilla.redhat.com/2065349
Upstream Status: https://src.fedoraproject.org/rpms/acpica-tools.git
Conflicts: Partial backport of only big-endian patches for PRMT, RGRT, and SVKL
tables. This required some adjustments since RHEL-9 is based on
acpica release 20210604, whereas Fedora is based on 20220331.
commit fc3eef63e8
Author: Al Stone <ahs3@redhat.com>
Date: Sun Apr 3 15:18:02 2022 -0600
Update to 20220331 upstream sources
This includes new source tarballs, updated patches, and updated
expected results for test cases. In addition, three new tables
(PRMT, RGRT and SVKL) now have big-endian support.
Signed-off-by: Al Stone <ahs3@redhat.com>
Resolves: rhbz#2065349
Signed-off-by: Dean Nelson <dnelson@redhat.com>
Dumping all the templates worked fine until the PHAT dump, which
caused the segfault; removing extraneous assignments from big-endian
patch for the table fixes the problem.
Resolves: rhbz#1967794
Signed-off-by: Al Stone <ahs3@redhat.com>
And bring the big-endian patches up-to-date with what has been submitted
upstream by Al Stone <ahs3@redhat.com>. Upstream has yet to accept them.
Resolves: rhbz#1967794
Signed-off-by: Dean Nelson <dnelson@redhat.com>