Commit Graph

2 Commits

Author SHA1 Message Date
Dean Nelson 769eed98e3 Fix big-endian related prmt.asl compiler errors
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>

---
2022-10-03 12:23:58 -05:00
Dean Nelson a9069d4ba2 Backport big-endian patches for PRMT, RGRT, and SVKL
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 fc3eef63e813ae93feb4ceb7316ceab1ea3f1f35
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>
2022-10-03 12:18:22 -05:00