2015-05-15 04:22:58 +02:00
|
|
|
/*
|
|
|
|
* Xilinx Zynq MPSoC emulation
|
|
|
|
*
|
|
|
|
* Copyright (C) 2015 Xilinx Inc
|
|
|
|
* Written by Peter Crosthwaite <peter.crosthwaite@xilinx.com>
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms of the GNU General Public License as published by the
|
|
|
|
* Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
|
|
* for more details.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef XLNX_ZYNQMP_H
|
2019-06-04 20:16:15 +02:00
|
|
|
#define XLNX_ZYNQMP_H
|
2015-05-15 04:22:58 +02:00
|
|
|
|
2019-05-23 15:47:43 +02:00
|
|
|
#include "hw/arm/boot.h"
|
2015-05-15 04:23:01 +02:00
|
|
|
#include "hw/intc/arm_gic.h"
|
2015-05-15 04:23:12 +02:00
|
|
|
#include "hw/net/cadence_gem.h"
|
2015-05-15 04:23:21 +02:00
|
|
|
#include "hw/char/cadence_uart.h"
|
2015-09-08 18:38:45 +02:00
|
|
|
#include "hw/ide/ahci.h"
|
2015-10-08 15:21:03 +02:00
|
|
|
#include "hw/sd/sdhci.h"
|
2016-01-21 15:15:03 +01:00
|
|
|
#include "hw/ssi/xilinx_spips.h"
|
2016-06-14 16:59:15 +02:00
|
|
|
#include "hw/dma/xlnx_dpdma.h"
|
2018-05-18 18:48:07 +02:00
|
|
|
#include "hw/dma/xlnx-zdma.h"
|
2016-06-14 16:59:15 +02:00
|
|
|
#include "hw/display/xlnx_dp.h"
|
2018-01-22 20:43:52 +01:00
|
|
|
#include "hw/intc/xlnx-zynqmp-ipi.h"
|
2019-10-04 01:03:59 +02:00
|
|
|
#include "hw/rtc/xlnx-zynqmp-rtc.h"
|
2019-01-07 16:23:46 +01:00
|
|
|
#include "hw/cpu/cluster.h"
|
2019-08-12 07:23:31 +02:00
|
|
|
#include "target/arm/cpu.h"
|
2020-09-03 22:43:22 +02:00
|
|
|
#include "qom/object.h"
|
2015-05-15 04:22:58 +02:00
|
|
|
|
|
|
|
#define TYPE_XLNX_ZYNQMP "xlnx,zynqmp"
|
2020-09-03 22:43:22 +02:00
|
|
|
typedef struct XlnxZynqMPState XlnxZynqMPState;
|
2020-08-31 23:07:33 +02:00
|
|
|
DECLARE_INSTANCE_CHECKER(XlnxZynqMPState, XLNX_ZYNQMP,
|
|
|
|
TYPE_XLNX_ZYNQMP)
|
2015-05-15 04:22:58 +02:00
|
|
|
|
2015-06-19 15:17:45 +02:00
|
|
|
#define XLNX_ZYNQMP_NUM_APU_CPUS 4
|
2015-06-19 15:17:45 +02:00
|
|
|
#define XLNX_ZYNQMP_NUM_RPU_CPUS 2
|
2015-05-15 04:23:12 +02:00
|
|
|
#define XLNX_ZYNQMP_NUM_GEMS 4
|
2015-05-15 04:23:21 +02:00
|
|
|
#define XLNX_ZYNQMP_NUM_UARTS 2
|
2015-10-08 15:21:03 +02:00
|
|
|
#define XLNX_ZYNQMP_NUM_SDHCI 2
|
2016-01-21 15:15:03 +01:00
|
|
|
#define XLNX_ZYNQMP_NUM_SPIS 2
|
2018-05-18 18:48:07 +02:00
|
|
|
#define XLNX_ZYNQMP_NUM_GDMA_CH 8
|
|
|
|
#define XLNX_ZYNQMP_NUM_ADMA_CH 8
|
2015-05-15 04:22:58 +02:00
|
|
|
|
2017-12-13 18:59:22 +01:00
|
|
|
#define XLNX_ZYNQMP_NUM_QSPI_BUS 2
|
|
|
|
#define XLNX_ZYNQMP_NUM_QSPI_BUS_CS 2
|
|
|
|
#define XLNX_ZYNQMP_NUM_QSPI_FLASH 4
|
|
|
|
|
2015-08-25 16:45:06 +02:00
|
|
|
#define XLNX_ZYNQMP_NUM_OCM_BANKS 4
|
|
|
|
#define XLNX_ZYNQMP_OCM_RAM_0_ADDRESS 0xFFFC0000
|
|
|
|
#define XLNX_ZYNQMP_OCM_RAM_SIZE 0x10000
|
|
|
|
|
2018-08-14 18:17:21 +02:00
|
|
|
#define XLNX_ZYNQMP_GIC_REGIONS 6
|
2015-05-15 04:23:01 +02:00
|
|
|
|
|
|
|
/* ZynqMP maps the ARM GIC regions (GICC, GICD ...) at consecutive 64k offsets
|
|
|
|
* and under-decodes the 64k region. This mirrors the 4k regions to every 4k
|
|
|
|
* aligned address in the 64k region. To implement each GIC region needs a
|
|
|
|
* number of memory region aliases.
|
|
|
|
*/
|
|
|
|
|
2015-09-14 15:39:47 +02:00
|
|
|
#define XLNX_ZYNQMP_GIC_REGION_SIZE 0x1000
|
2018-08-14 18:17:21 +02:00
|
|
|
#define XLNX_ZYNQMP_GIC_ALIASES (0x10000 / XLNX_ZYNQMP_GIC_REGION_SIZE)
|
2015-05-15 04:23:01 +02:00
|
|
|
|
2016-01-12 23:39:18 +01:00
|
|
|
#define XLNX_ZYNQMP_MAX_LOW_RAM_SIZE 0x80000000ull
|
|
|
|
|
|
|
|
#define XLNX_ZYNQMP_MAX_HIGH_RAM_SIZE 0x800000000ull
|
|
|
|
#define XLNX_ZYNQMP_HIGH_RAM_START 0x800000000ull
|
|
|
|
|
|
|
|
#define XLNX_ZYNQMP_MAX_RAM_SIZE (XLNX_ZYNQMP_MAX_LOW_RAM_SIZE + \
|
|
|
|
XLNX_ZYNQMP_MAX_HIGH_RAM_SIZE)
|
|
|
|
|
2020-09-03 22:43:22 +02:00
|
|
|
struct XlnxZynqMPState {
|
2015-05-15 04:22:58 +02:00
|
|
|
/*< private >*/
|
|
|
|
DeviceState parent_obj;
|
|
|
|
|
|
|
|
/*< public >*/
|
2019-01-07 16:23:46 +01:00
|
|
|
CPUClusterState apu_cluster;
|
|
|
|
CPUClusterState rpu_cluster;
|
2015-06-19 15:17:45 +02:00
|
|
|
ARMCPU apu_cpu[XLNX_ZYNQMP_NUM_APU_CPUS];
|
2015-06-19 15:17:45 +02:00
|
|
|
ARMCPU rpu_cpu[XLNX_ZYNQMP_NUM_RPU_CPUS];
|
2015-05-15 04:23:01 +02:00
|
|
|
GICState gic;
|
|
|
|
MemoryRegion gic_mr[XLNX_ZYNQMP_GIC_REGIONS][XLNX_ZYNQMP_GIC_ALIASES];
|
2016-01-12 23:39:18 +01:00
|
|
|
|
2015-08-25 16:45:06 +02:00
|
|
|
MemoryRegion ocm_ram[XLNX_ZYNQMP_NUM_OCM_BANKS];
|
|
|
|
|
2016-01-12 23:39:18 +01:00
|
|
|
MemoryRegion *ddr_ram;
|
|
|
|
MemoryRegion ddr_ram_low, ddr_ram_high;
|
|
|
|
|
2015-05-15 04:23:12 +02:00
|
|
|
CadenceGEMState gem[XLNX_ZYNQMP_NUM_GEMS];
|
2015-05-15 04:23:21 +02:00
|
|
|
CadenceUARTState uart[XLNX_ZYNQMP_NUM_UARTS];
|
2015-09-08 18:38:45 +02:00
|
|
|
SysbusAHCIState sata;
|
2015-10-08 15:21:03 +02:00
|
|
|
SDHCIState sdhci[XLNX_ZYNQMP_NUM_SDHCI];
|
2016-01-21 15:15:03 +01:00
|
|
|
XilinxSPIPS spi[XLNX_ZYNQMP_NUM_SPIS];
|
2017-12-13 18:59:22 +01:00
|
|
|
XlnxZynqMPQSPIPS qspi;
|
2016-06-14 16:59:15 +02:00
|
|
|
XlnxDPState dp;
|
|
|
|
XlnxDPDMAState dpdma;
|
2018-01-22 20:43:52 +01:00
|
|
|
XlnxZynqMPIPI ipi;
|
2018-03-02 11:45:35 +01:00
|
|
|
XlnxZynqMPRTC rtc;
|
2018-05-18 18:48:07 +02:00
|
|
|
XlnxZDMA gdma[XLNX_ZYNQMP_NUM_GDMA_CH];
|
|
|
|
XlnxZDMA adma[XLNX_ZYNQMP_NUM_ADMA_CH];
|
2015-06-19 15:17:45 +02:00
|
|
|
|
|
|
|
char *boot_cpu;
|
|
|
|
ARMCPU *boot_cpu_ptr;
|
2016-06-06 17:59:29 +02:00
|
|
|
|
|
|
|
/* Has the ARM Security extensions? */
|
|
|
|
bool secure;
|
2017-09-14 19:43:18 +02:00
|
|
|
/* Has the ARM Virtualization extensions? */
|
|
|
|
bool virt;
|
2016-06-06 17:59:29 +02:00
|
|
|
/* Has the RPU subsystem? */
|
|
|
|
bool has_rpu;
|
2020-09-03 22:43:22 +02:00
|
|
|
};
|
2015-05-15 04:22:58 +02:00
|
|
|
|
|
|
|
#endif
|