the following patch was just integrated into master: commit 55cdf5519074ebaf972edff488be7f1340436ca1 Author: Duncan Laurie dlaurie@chromium.org Date: Fri Mar 8 16:01:44 2013 -0800
lynxpoint: Add power management helper functions
There are subtle yet significant differences in some of the registers in the power management region between LynxPoint-H and LynxPoint-LP.
In order to reduce code that is accessing these registers and would need special cases this adds a number of helper functions that can be used in both ramstage and SMM.
This commit just adds the new functions, subsequent commits will start to use them.
Change-Id: I411da75da519f5b3198a408078cbf3114e426992 Signed-off-by: Duncan Laurie dlaurie@chromium.org Reviewed-on: http://review.coreboot.org/2813 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Tue Mar 19 22:08:21 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Thu Mar 21 23:08:21 2013, giving +2 See http://review.coreboot.org/2813 for details.
-gerrit