Maulik V Vaghela uploaded patch set #2 to this change.

View Change

soc/intel/common: Create a new block for lpc V2

As per current code, there is already a common block for lpc ip. This
patch creates one more block for lpc called lpc v2 for code which is
still common across socs. We will move this code from soc to common
block version 2 so that soc code will only have changes which are
exactly needed for specific soc.

To use lpc from common block instead of soc, use "select
SOC_INTEL_COMMON_BLOCK_LPC_V2" inside Kconfig of soc.

BUG=none
BRANCH=none
TEST=code compilation is fine with different configurations.

Change-Id: Ib63708702b965535a2a3700353f3e0b460d44523
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
---
A src/soc/intel/common/block/lpc_v2/Kconfig
A src/soc/intel/common/block/lpc_v2/Makefile.inc
A src/soc/intel/common/block/lpc_v2/lpc.c
3 files changed, 230 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/25897/2

To view, visit change 25897. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib63708702b965535a2a3700353f3e0b460d44523
Gerrit-Change-Number: 25897
Gerrit-PatchSet: 2
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela@intel.com>