nb/intel/pineview: Convert to ASL 2.0 syntax
Tested with BUILD_TIMELESS=1, Foxconn D41S does not change. Change-Id: Ibc0988c4c86f7ffef8692ff3cf3ebd92235156b5 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43168 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
4d962b2ecf
commit
bfc80098da
|
@ -208,8 +208,8 @@ Method (_CRS, 0, Serialized)
|
||||||
* Enter actual TOLUD. The TOLUD register contains bits 27-31 of
|
* Enter actual TOLUD. The TOLUD register contains bits 27-31 of
|
||||||
* the top of memory address.
|
* the top of memory address.
|
||||||
*/
|
*/
|
||||||
ShiftLeft (^MCHC.TLUD, 27, PMIN)
|
PMIN = ^MCHC.TLUD << 27
|
||||||
Add(Subtract(PMAX, PMIN), 1, PLEN)
|
PLEN = PMAX - PMIN + 1
|
||||||
|
|
||||||
Return (MCRS)
|
Return (MCRS)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue