fix(versal): update test skip list
In Versal, the SCNTR and SCNTRS registers are inaccessible from NS EL1.
Instead of using the SCNTR register, using TTC timers. The test case
CNTFRQ compare test compares the values of cntfrq_el0 and ns_cntfrq.
The cntfrq_el0 value is obtained by reading the cntfrq_el0 register,
while the ns_cntfrq value is obtained by reading from the mmio address
SYS_CNT_BASE1 + CNTBASEN_CNTFRQ (0x10), where SYS_CNT_BASE1 represents
the TTC base register, CNTBASEN_CNTFRQ is the counter Frequency register
offset, is not applicable for Versal platform. The test case fails because
cntfrq_el0 and ns_cntfrq are not equal.
The test case "PSCI CPU Suspend in OSI mode" is failing due to failure
logs from other firmware. Once the errors are resolved, the test cases
will be enabled.
Signed-off-by: Prasad Kummari <prasad.kummari@amd.com>
Change-Id: I0598c6886dd18bcf2caa47c36c9a0d1fbd7a2ab7
1 file changed