mb/google/brya/var/agah: Remove the AGAH DPTF OEM variant
Because the AGAH EC code is based on monitoring adapter current to choose the corresponding DPTF OEM variable table, but not every project follows this design. Based on the comment below, the AGAH EC code was removed in 2023, so remove the AGAH DPTF OEM variant, allowing each OEM to adjust in EC ASL accordingly. BUG=b:394177292 BRANCH=None TEST=None Change-Id: I2929eaa65a518b06f32e33cc31ae4a01bcfb77e8 Signed-off-by: John Su <john_su@compal.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86493 Reviewed-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
c1acd33247
commit
2e9f1f0990
1 changed files with 0 additions and 8 deletions
|
|
@ -379,14 +379,6 @@ Device (EC0)
|
|||
Printf ("EC: THROTTLE START")
|
||||
\_TZ.THRT (1)
|
||||
#endif
|
||||
|
||||
#ifdef DPTF_ENABLE_OEM_VARIABLES
|
||||
Local0 = ToInteger(EOVD) & EC_OEM_VARIABLE_DATA_MASK
|
||||
\_SB.DPTF.ODUP(0, Local0)
|
||||
Local0 = \_SB.DPTF.ODGT(0)
|
||||
\_SB.DPTF.ODVP()
|
||||
Notify (\_SB.DPTF, INT3400_ODVP_CHANGED)
|
||||
#endif
|
||||
}
|
||||
|
||||
// Throttle Stop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue