Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
acpica: Update version from 20200214 to 20210730
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.
  • Loading branch information
pmenzel committed Sep 15, 2021
1 parent ca5cb52 commit e4ea8a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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"
#
Expand All @@ -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+=()

Expand Down

0 comments on commit e4ea8a8

Please sign in to comment.