soc/intel/tigerlake/acpi: Convert 'pch_hda.asl' into ASL 2.0 syntax
Signed-off-by: Subrata Banik <subrata.banik@intel.com> Change-Id: I8deaeb29abed097d536f1c3c44606a549c6af4e2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45996 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
37a42da465
commit
cf0ac156c4
|
@ -50,7 +50,7 @@ Device (HDAS)
|
||||||
*
|
*
|
||||||
* Returns a pointer to NHLT table in memory.
|
* Returns a pointer to NHLT table in memory.
|
||||||
*/
|
*/
|
||||||
If (LEqual (Arg2, One)) {
|
If (Arg2 == 1) {
|
||||||
CreateQWordField (NBUF, ^NHLT._MIN, NBAS)
|
CreateQWordField (NBUF, ^NHLT._MIN, NBAS)
|
||||||
CreateQWordField (NBUF, ^NHLT._MAX, NMAS)
|
CreateQWordField (NBUF, ^NHLT._MAX, NMAS)
|
||||||
CreateQWordField (NBUF, ^NHLT._LEN, NLEN)
|
CreateQWordField (NBUF, ^NHLT._LEN, NLEN)
|
||||||
|
|
Loading…
Reference in New Issue