soc/intel/skylake: Move pmc_set_disb() to pmutil.c
commitf643b63c4dcd74c3de0c1d54de8b740d831d6d73
authorAngel Pons <th3fanbus@gmail.com>
Sat, 17 Apr 2021 10:55:59 +0000 (17 12:55 +0200)
committerPatrick Georgi <pgeorgi@google.com>
Wed, 21 Apr 2021 09:17:17 +0000 (21 09:17 +0000)
tree96e1dd61d48d07146eef48b8203e010550631382
parente4844ce7c93b97adad543dc868a302d34f9e0282
soc/intel/skylake: Move pmc_set_disb() to pmutil.c

To drop bad __SIMPLE_DEVICE__ usage and for consistency with newer
platforms, move pmc_set_disb() to pmutil.c and adapt it accordingly.

Change-Id: I1a137b5b3120c350a04273567b9cb18c9a42a543
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52463
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
src/soc/intel/skylake/pmc.c
src/soc/intel/skylake/pmutil.c