aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/acpi/systemagent.asl
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-10-09 15:05:28 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2021-02-10 17:52:29 +0000
commitfc29afbdd42662f1d87adf765f0669b8caf660d6 (patch)
tree5fb8bbcd748a8b1a1bdb310ef66c52d2566f15df /src/soc/intel/skylake/acpi/systemagent.asl
parentb4b4fa5b2fad4d5dfbfd8cd7b0d3d17b686fb0e1 (diff)
soc/intel/skylake: Convert to ASL 2.0 syntax
Change-Id: Iea915b60d8ec9a1a7a2aa5926b0277cae58113a6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46242 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/soc/intel/skylake/acpi/systemagent.asl')
-rw-r--r--src/soc/intel/skylake/acpi/systemagent.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/acpi/systemagent.asl b/src/soc/intel/skylake/acpi/systemagent.asl
index 962d9ef879..d1441c4322 100644
--- a/src/soc/intel/skylake/acpi/systemagent.asl
+++ b/src/soc/intel/skylake/acpi/systemagent.asl
@@ -203,7 +203,7 @@ Method (_CRS, 0, Serialized)
Local0 = \_SB.PCI0.MCHC.TOM & (0x7ffff << 20)
}
- Store (Local0, PMIN)
+ PMIN = Local0
PLEN = (PMAX - PMIN) + 1
/* Patch PM02 range based on Memory Size */