mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-01 20:05:30 +00:00
config_tools: add sanity check for PSRAM and RDT
RDT_ENABLED and PSRAM_ENABLED should not by y simultaneously. Tracked-On: #5649 Signed-off-by: Shuang Zheng <shuang.zheng@intel.com>
This commit is contained in:
parent
26abc82f3c
commit
87013b70df
@ -150,6 +150,7 @@ Machine Check Error on Page Size Change.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
</xs:all>
|
||||
<xs:assert test="not (RDT/RDT_ENABLED = 'y' and PSRAM/PSRAM_ENABLED = 'y')"/>
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="MemoryOptionsType">
|
||||
|
Loading…
Reference in New Issue
Block a user