BSA ACS run on SBSA Reference platform gives 8 skipped tests:
303 : Check SMMU Large Physical Addr Support 403 : Memory mapped timer check 404 : Generate Mem Mapped SYS Timer Intr 405 : Restore PE timer on PE wake up 505 : Wake from System Timer Int 606 : 16550 compatible UART 806 : Legacy int must be SPI & lvl-sensitive 817 : Check Direct Transl P2P Support
303 wants SMMU with LPA support but skips when cpu lacks it.
606 checks for 16550 UART, we have PL011 one (you need one of them)
403, 404, 405, 505 require memory mapped system timers which we do not have. But we have PE timer always on (test 402) so can ignore them.
806 is platform specific and needs to be populated by partners with system legacy irq map.
817 wants RP type device with P2P and ATS support. Skips if not present.