Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/21674
to look at the new patch set (#2).
Change subject: sb/intel/common: Add SOUTHBRIDGE_INTEL_COMMON_SPI to include spi code
......................................................................
sb/intel/common: Add SOUTHBRIDGE_INTEL_COMMON_SPI to include spi code
Change-Id: I970408e5656c0e8812b8609e2cc10d0bc8d8f6f2
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/southbridge/intel/bd82x6x/Kconfig
M src/southbridge/intel/bd82x6x/Makefile.inc
M src/southbridge/intel/common/Kconfig
M src/southbridge/intel/common/Makefile.inc
M src/southbridge/intel/fsp_bd82x6x/Kconfig
M src/southbridge/intel/fsp_bd82x6x/Makefile.inc
M src/southbridge/intel/fsp_i89xx/Kconfig
M src/southbridge/intel/fsp_i89xx/Makefile.inc
M src/southbridge/intel/i82801gx/Kconfig
M src/southbridge/intel/i82801gx/Makefile.inc
M src/southbridge/intel/ibexpeak/Kconfig
M src/southbridge/intel/ibexpeak/Makefile.inc
M src/southbridge/intel/lynxpoint/Kconfig
M src/southbridge/intel/lynxpoint/Makefile.inc
14 files changed, 15 insertions(+), 17 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/21674/2
--
To view, visit https://review.coreboot.org/21674
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I970408e5656c0e8812b8609e2cc10d0bc8d8f6f2
Gerrit-Change-Number: 21674
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
V Sowmya has uploaded this change for review. ( https://review.coreboot.org/21678
Change subject: soc/intel/skylake: Remove CCA object for IMGU and CIO2 devices
......................................................................
soc/intel/skylake: Remove CCA object for IMGU and CIO2 devices
IMGU and CIO2 devices do support the hardware managed cache
coherency and hence removing the CCA object which was
reporting that cache coherency is not supported.
BUG=none
BRANCH=none
TEST=Build and boot soraka. Dump ACPI tables and verify that
CCA object is not present.
Change-Id: I14b0a92eafe193e9004d2dad0957a3fe8d05d313
Signed-off-by: V Sowmya <v.sowmya(a)intel.com>
---
M src/soc/intel/skylake/acpi/ipu.asl
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/21678/1
diff --git a/src/soc/intel/skylake/acpi/ipu.asl b/src/soc/intel/skylake/acpi/ipu.asl
index 891c40c..c78b5be 100644
--- a/src/soc/intel/skylake/acpi/ipu.asl
+++ b/src/soc/intel/skylake/acpi/ipu.asl
@@ -18,7 +18,6 @@
{
Name (_ADR, 0x00050000)
Name (_DDN, "Imaging Unit")
- Name (_CCA, ZERO)
Name (CAMD, 0x01)
}
@@ -27,6 +26,5 @@
{
Name (_ADR, 0x00140003)
Name (_DDN, "Camera and Imaging Subsystem")
- Name (_CCA, ZERO)
Name (CAMD, 0x00)
}
--
To view, visit https://review.coreboot.org/21678
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I14b0a92eafe193e9004d2dad0957a3fe8d05d313
Gerrit-Change-Number: 21678
Gerrit-PatchSet: 1
Gerrit-Owner: V Sowmya <v.sowmya(a)intel.com>