xmls: Update existing <$BOARD$>.xml files for RDT support
This patch updates existing <$BOARD$>.xml for RDT support. If the platform supports RDT, the resource and MAX CLOS value is generated, else the CLOS_INFO is set to empty. Tracked-On: #3715 Signed-off-by: Vijay Dhanraj <vijay.dhanraj@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
parent
a81fcc2308
commit
984c0753c6
|
@ -259,8 +259,9 @@
|
|||
</MMCFG_BASE_INFO>
|
||||
|
||||
<CLOS_INFO>
|
||||
clos supported by cache:L2
|
||||
clos max:4
|
||||
rdt resources supported: L2
|
||||
rdt resource clos max: 4
|
||||
rdt resource mask max: '0xff'
|
||||
</CLOS_INFO>
|
||||
|
||||
<SYSTEM_RAM_INFO>
|
||||
|
|
|
@ -233,8 +233,9 @@
|
|||
</MMCFG_BASE_INFO>
|
||||
|
||||
<CLOS_INFO>
|
||||
clos supported by cache:L2
|
||||
clos max:4
|
||||
rdt resources supported: L2
|
||||
rdt resource clos max: 4
|
||||
rdt resource mask max: '0xff'
|
||||
</CLOS_INFO>
|
||||
|
||||
<SYSTEM_RAM_INFO>
|
||||
|
|
|
@ -233,8 +233,9 @@
|
|||
</MMCFG_BASE_INFO>
|
||||
|
||||
<CLOS_INFO>
|
||||
clos supported by cache:L2
|
||||
clos max:4
|
||||
rdt resources supported: L2
|
||||
rdt resource clos max: 4
|
||||
rdt resource mask max: '0xff'
|
||||
</CLOS_INFO>
|
||||
|
||||
<SYSTEM_RAM_INFO>
|
||||
|
|
|
@ -189,8 +189,9 @@
|
|||
</MMCFG_BASE_INFO>
|
||||
|
||||
<CLOS_INFO>
|
||||
clos supported by cache:L2
|
||||
clos max:4
|
||||
rdt resources supported: L2
|
||||
rdt resource clos max: 4
|
||||
rdt resource mask max: '0xff'
|
||||
</CLOS_INFO>
|
||||
|
||||
<SYSTEM_RAM_INFO>
|
||||
|
|
|
@ -187,8 +187,6 @@
|
|||
</MMCFG_BASE_INFO>
|
||||
|
||||
<CLOS_INFO>
|
||||
clos supported by cache:False
|
||||
clos max:0
|
||||
</CLOS_INFO>
|
||||
|
||||
<SYSTEM_RAM_INFO>
|
||||
|
|
|
@ -248,8 +248,9 @@
|
|||
</MMCFG_BASE_INFO>
|
||||
|
||||
<CLOS_INFO>
|
||||
clos supported by cache:L2
|
||||
clos max:8
|
||||
rdt resources supported: L2
|
||||
rdt resource clos max: 8
|
||||
rdt resource mask max: '0xff'
|
||||
</CLOS_INFO>
|
||||
|
||||
<SYSTEM_RAM_INFO>
|
||||
|
|
|
@ -179,8 +179,6 @@
|
|||
</MMCFG_BASE_INFO>
|
||||
|
||||
<CLOS_INFO>
|
||||
clos supported by cache:False
|
||||
clos max:0
|
||||
</CLOS_INFO>
|
||||
|
||||
<SYSTEM_RAM_INFO>
|
||||
|
|
|
@ -183,8 +183,6 @@
|
|||
</MMCFG_BASE_INFO>
|
||||
|
||||
<CLOS_INFO>
|
||||
clos supported by cache:False
|
||||
clos max:0
|
||||
</CLOS_INFO>
|
||||
|
||||
<SYSTEM_RAM_INFO>
|
||||
|
|
Loading…
Reference in New Issue