cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

Kconfig (235B)


      1config PL022
      2    bool
      3    select SSI
      4
      5config SIFIVE_SPI
      6    bool
      7    select SSI
      8
      9config SSI
     10    bool
     11
     12config XILINX_SPI
     13    bool
     14    select SSI
     15
     16config XILINX_SPIPS
     17    bool
     18    select SSI
     19
     20config STM32F2XX_SPI
     21    bool
     22    select SSI