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

raspi.rst (1085B)


      1Raspberry Pi boards (``raspi0``, ``raspi1ap``, ``raspi2b``, ``raspi3ap``, ``raspi3b``)
      2======================================================================================
      3
      4
      5QEMU provides models of the following Raspberry Pi boards:
      6
      7``raspi0`` and ``raspi1ap``
      8  ARM1176JZF-S core, 512 MiB of RAM
      9``raspi2b``
     10  Cortex-A7 (4 cores), 1 GiB of RAM
     11``raspi3ap``
     12  Cortex-A53 (4 cores), 512 MiB of RAM
     13``raspi3b``
     14  Cortex-A53 (4 cores), 1 GiB of RAM
     15
     16
     17Implemented devices
     18-------------------
     19
     20 * ARM1176JZF-S, Cortex-A7 or Cortex-A53 CPU
     21 * Interrupt controller
     22 * DMA controller
     23 * Clock and reset controller (CPRMAN)
     24 * System Timer
     25 * GPIO controller
     26 * Serial ports (BCM2835 AUX - 16550 based - and PL011)
     27 * Random Number Generator (RNG)
     28 * Frame Buffer
     29 * USB host (USBH)
     30 * GPIO controller
     31 * SD/MMC host controller
     32 * SoC thermal sensor
     33 * USB2 host controller (DWC2 and MPHI)
     34 * MailBox controller (MBOX)
     35 * VideoCore firmware (property)
     36
     37
     38Missing devices
     39---------------
     40
     41 * Peripheral SPI controller (SPI)
     42 * Analog to Digital Converter (ADC)
     43 * Pulse Width Modulation (PWM)