From e4ea8a899736b91824761ed848d4d939d5724712 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 15 Sep 2021 11:54:16 +0200 Subject: [PATCH] acpica: Update version from 20200214 to 20210730 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update mainly for version 20200326 for IVRS IVHD type 11h parsing needed for parsing tables of AMD Ryzen systems like Dell OptiPlex 5055. > iASL: table compiler: Implemented IVRS IVHD type 11h parsing. The AMD > IVRS table parsing supported only IVHD type 10h structures. Parsing an > IVHD type 11h caused the iasl to report unknown subtable type. Add > necessary structure definition for IVHD type 11h and apply correct > parsing method based on subtable type. Michał Żygowski. --- acpica.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acpica.be0 b/acpica.be0 index 482e828a5..e7c44f559 100755 --- a/acpica.be0 +++ b/acpica.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION acpica-20200214-0 +# BEE_VERSION acpica-20210730-0 #SRCURL[0]="https://acpica.org/sites/acpica/files/acpica-unix2-${PKGVERSION}.tar.gz" # @@ -10,7 +10,7 @@ #ERROR: The certificate of ‘acpica.org’ is not trusted. #ERROR: The certificate of ‘acpica.org’ doesn't have a known issuer. -SRCURL[0]="https://beehive.molgen.mpg.de/91d49811580cd5b124925356fbbc1d69/acpica-unix2-20200214.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/9fdbd45cecac73a25b847f49e32f7d0a/acpica-unix2-20210730.tar.gz" # PATCHURL+=()