[coreboot-gerrit] New patch to review for coreboot: soc/intel/apollolake: Add CQOS config for CAR common code

Subrata Banik (subrata.banik@intel.com) gerrit at coreboot.org
Fri Mar 10 13:15:13 CET 2017


Subrata Banik (subrata.banik at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18735

-gerrit

commit 0d9df9cfd2902518ddb3e73584cd3b0b5987418f
Author: Subrata Banik <subrata.banik at intel.com>
Date:   Fri Mar 10 13:51:11 2017 +0530

    soc/intel/apollolake: Add CQOS config for CAR common code
    
    Change-Id: I5947170a96e888cea2f3faac92355e72b63c1fef
    Signed-off-by: Subrata Banik <subrata.banik at intel.com>
---
 src/soc/intel/apollolake/Kconfig | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index b37cde6..944eaac 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -273,6 +273,19 @@ config CAR_CQOS
 
 endchoice
 
+#
+# Each bit in QOS mask controls this many bytes. This is calculated as:
+# (CACHE_WAYS / CACHE_BITS_PER_MASK) * CACHE_LINE_SIZE * CACHE_SETS
+#
+
+config CACHE_QOS_SIZE_PER_BIT
+	int
+	default 128000
+
+config L2_CACHE_SIZE
+	hex
+	default 0x100000
+
 config SPI_FLASH_INCLUDE_ALL_DRIVERS
 	bool
 	default n



More information about the coreboot-gerrit mailing list