build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/25898 )
Change subject: soc/intel/cannonlake: use common lpc code instead of soc
......................................................................
Patch Set 1:
No Builds Executed
--
To view, visit https://review.coreboot.org/25898
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ia8fb1e5cf3133485bbd3254d27f68293976cefab
Gerrit-Change-Number: 25898
Gerrit-PatchSet: 1
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 27 Apr 2018 17:27:34 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/25897 )
Change subject: soc/intel/common: Create a new block for lpc V2
......................................................................
Patch Set 1:
No Builds Executed
--
To view, visit https://review.coreboot.org/25897
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib63708702b965535a2a3700353f3e0b460d44523
Gerrit-Change-Number: 25897
Gerrit-PatchSet: 1
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 27 Apr 2018 17:27:34 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Maulik V Vaghela has uploaded a new patch set (#2). ( https://review.coreboot.org/25897 )
Change subject: soc/intel/common: Create a new block for lpc V2
......................................................................
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(a)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 https://review.coreboot.org/25897
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/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(a)intel.com>