diff options
author | Aamir Bohra <aamir.bohra@intel.com> | 2017-04-06 11:15:18 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-04-11 16:59:30 +0200 |
commit | 015c64335d13b9e213fa93127d621c574b17018e (patch) | |
tree | f2f5e930f3e80b378b11025485cb8649d5e5586c /src/soc/intel/skylake/include | |
parent | ccfea16cd41cf2d76cb608e56ba3b81bb60156e4 (diff) | |
download | coreboot-015c64335d13b9e213fa93127d621c574b17018e.tar.xz |
soc/intel/skylake: Use LPSS common library
Use lpss common library to program reset and
clock register for lpss modules.
Change-Id: I198feba7c6f6d033ab77ed25a5bd9ea99411a1e4
Signed-off-by: Aamir Bohra <aamir.bohra@intel.com>
Reviewed-on: https://review.coreboot.org/19153
Tested-by: build bot (Jenkins)
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/skylake/include')
-rw-r--r-- | src/soc/intel/skylake/include/soc/serialio.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/soc/intel/skylake/include/soc/serialio.h b/src/soc/intel/skylake/include/soc/serialio.h index d66bf8083e..a07f29c9b0 100644 --- a/src/soc/intel/skylake/include/soc/serialio.h +++ b/src/soc/intel/skylake/include/soc/serialio.h @@ -17,17 +17,6 @@ #ifndef _SERIALIO_H_ #define _SERIALIO_H_ -#define SIO_REG_PPR_CLOCK 0x200 -#define SIO_REG_PPR_CLOCK_EN (1 << 0) -#define SIO_REG_PPR_CLOCK_UPDATE (1 << 31) -#define SIO_REG_PPR_CLOCK_N_DIV 0xc35 -#define SIO_REG_PPR_CLOCK_M_DIV 0x30 - -#define SIO_REG_PPR_RESETS 0x204 -#define SIO_REG_PPR_RESETS_FUNC (1 << 0) -#define SIO_REG_PPR_RESETS_APB (1 << 1) -#define SIO_REG_PPR_RESETS_IDMA (1 << 2) - typedef enum { PchSerialIoDisabled, PchSerialIoAcpi, |