soc/intel/apollolake: Add CQOS config for CAR common code
Change-Id: I5947170a96e888cea2f3faac92355e72b63c1fef Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/18735 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
committed by
Aaron Durbin
parent
f0637e71c7
commit
8e1c12f12e
@@ -275,6 +275,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
|
||||
hex
|
||||
default 0x20000 # 128 KB
|
||||
|
||||
config L2_CACHE_SIZE
|
||||
hex
|
||||
default 0x100000
|
||||
|
||||
config SPI_FLASH_INCLUDE_ALL_DRIVERS
|
||||
bool
|
||||
default n
|
||||
|
Reference in New Issue
Block a user