mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 13:53:54 -06:00
target-arm queue:
* Update copyright dates to 2022 * hw/armv7m: Fix broken VMStateDescription * hw/char/exynos4210_uart: Fix crash on trying to load VM state * rtc: Move RTC function prototypes to their own header * xlnx-versal-virt: Support PMC SLCR * xlnx-versal-virt: Support OSPI flash memory controller * scripts: Explain the difference between linux-headers and standard-headers * target/arm: Log CPU index in 'Taking exception' log * arm_gicv3_its: Various bugfixes and cleanups * arm_gicv3_its: Implement the missing MOVI and MOVALL commands * ast2600: Fix address mapping of second SPI controller * target/arm: Use correct entrypoint for SVC taken from Hyp to Hyp -----BEGIN PGP SIGNATURE----- iQJNBAABCAA3FiEE4aXFk81BneKOgxXPPCUl7RQ2DN4FAmH0C+AZHHBldGVyLm1h eWRlbGxAbGluYXJvLm9yZwAKCRA8JSXtFDYM3gG4D/9biXPVdkOd7lIslRX0ihRg AZkZrMNk6VF/MW6xJNVWWd+44cyjLopFqF5dS+Vjebt7pEtZvxY0K5mYmzClk6lg 2U89gWuLEDJDKNVfKAmsmj24Os4xRj4sJPq/Mee8lsBdOAwEQ3C36p0RnWGBcTJN 9VfzRMSGvdjQFJjGAaro078zrA1Q11msA4BbLht+YGTE1aeyryyfF/qGSRlrlTn8 +r0ZWBD4ttz8IsqSLtnpQvT6EbL79w0jBywVauVzCOGQGpti3HdHJNYR7cKgTMja Hffx6f6iv/O4SAUUGS0WMWdfW/MEVxOFxJ7Zc2twGqDMuVWlFiLT0X1MZuHi0FpG CjbhTsvJIrKom1Ib+LPkWscrlHHEf0cvME0WokErLOJDXvbqKj04oOkpQmqUIv0+ 5j7o4mlQFuLXIyzcrBZxmwT/Ekg8KZA8aUR0ddUd0vBmGMdO2En/c4Qr/x4H2gXH HL/18oPRaSV6mP08mxcda+hJ9m5MC+7l0+KKoDfaPM9d4hl5StI0zTlH+5ffbK+m UWthMnrrZw2ZU8AzGPZxOAW5K5S3XOso5Z9credkRGuSDriaGuNY0s5gSvNawZGe ioIrUl50t+5/o2+tba7FA2ePiGeC9/zS671zHG9Rdpe86JpJXCzWO7OYiVulV3Yu dmQYrhgnUqNjh3SAiXUFVA== =m7N5 -----END PGP SIGNATURE----- Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220128' into staging target-arm queue: * Update copyright dates to 2022 * hw/armv7m: Fix broken VMStateDescription * hw/char/exynos4210_uart: Fix crash on trying to load VM state * rtc: Move RTC function prototypes to their own header * xlnx-versal-virt: Support PMC SLCR * xlnx-versal-virt: Support OSPI flash memory controller * scripts: Explain the difference between linux-headers and standard-headers * target/arm: Log CPU index in 'Taking exception' log * arm_gicv3_its: Various bugfixes and cleanups * arm_gicv3_its: Implement the missing MOVI and MOVALL commands * ast2600: Fix address mapping of second SPI controller * target/arm: Use correct entrypoint for SVC taken from Hyp to Hyp # gpg: Signature made Fri 28 Jan 2022 15:29:36 GMT # gpg: using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE # gpg: issuer "peter.maydell@linaro.org" # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [ultimate] # gpg: aka "Peter Maydell <pmaydell@gmail.com>" [ultimate] # gpg: aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [ultimate] # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83 15CF 3C25 25ED 1436 0CDE * remotes/pmaydell/tags/pull-target-arm-20220128: (32 commits) target/arm: Use correct entrypoint for SVC taken from Hyp to Hyp hw/arm: ast2600: Fix address mapping of second SPI controller hw/intc/arm_gicv3_its: Implement MOVI hw/intc/arm_gicv3_its: Implement MOVALL hw/intc/arm_gicv3_its: Check table bounds against correct limit hw/intc/arm_gicv3_its: Make GITS_BASER<n> RAZ/WI for unimplemented registers hw/intc/arm_gicv3_its: Provide read accessor for translation_ops hw/intc/arm_gicv3: Set GICR_CTLR.CES if LPIs are supported hw/intc/arm_gicv3_redist: Remove unnecessary zero checks hw/intc/arm_gicv3_its: Sort ITS command list into numeric order hw/intc/arm_gicv3: Honour GICD_CTLR.EnableGrp1NS for LPIs hw/intc/arm_gicv3_its: Don't clear GITS_CWRITER on writes to GITS_CBASER hw/intc/arm_gicv3_its: Don't clear GITS_CREADR when GITS_CTLR.ENABLED is set hw/intc/arm_gicv3: Initialise dma_as in GIC, not ITS hw/intc/arm_gicv3_its: Add tracepoints target/arm: Log CPU index in 'Taking exception' log scripts: Explain the difference between linux-headers and standard-headers MAINTAINERS: Remove myself (for raspi). MAINTAINERS: Add an entry for Xilinx Versal OSPI hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPI ... Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
commit
95a6af2a00
52 changed files with 4300 additions and 74 deletions
|
@ -26,6 +26,9 @@
|
|||
#include "hw/misc/xlnx-versal-xramc.h"
|
||||
#include "hw/nvram/xlnx-bbram.h"
|
||||
#include "hw/nvram/xlnx-versal-efuse.h"
|
||||
#include "hw/ssi/xlnx-versal-ospi.h"
|
||||
#include "hw/dma/xlnx_csu_dma.h"
|
||||
#include "hw/misc/xlnx-versal-pmc-iou-slcr.h"
|
||||
|
||||
#define TYPE_XLNX_VERSAL "xlnx-versal"
|
||||
OBJECT_DECLARE_SIMPLE_TYPE(Versal, XLNX_VERSAL)
|
||||
|
@ -78,6 +81,15 @@ struct Versal {
|
|||
struct {
|
||||
struct {
|
||||
SDHCIState sd[XLNX_VERSAL_NR_SDS];
|
||||
XlnxVersalPmcIouSlcr slcr;
|
||||
|
||||
struct {
|
||||
XlnxVersalOspi ospi;
|
||||
XlnxCSUDMA dma_src;
|
||||
XlnxCSUDMA dma_dst;
|
||||
MemoryRegion linear_mr;
|
||||
qemu_or_irq irq_orgate;
|
||||
} ospi;
|
||||
} iou;
|
||||
|
||||
XlnxZynqMPRTC rtc;
|
||||
|
@ -85,6 +97,8 @@ struct Versal {
|
|||
XlnxEFuse efuse;
|
||||
XlnxVersalEFuseCtrl efuse_ctrl;
|
||||
XlnxVersalEFuseCache efuse_cache;
|
||||
|
||||
qemu_or_irq apb_irq_orgate;
|
||||
} pmc;
|
||||
|
||||
struct {
|
||||
|
@ -111,8 +125,8 @@ struct Versal {
|
|||
#define VERSAL_GEM1_WAKE_IRQ_0 59
|
||||
#define VERSAL_ADMA_IRQ_0 60
|
||||
#define VERSAL_XRAM_IRQ_0 79
|
||||
#define VERSAL_BBRAM_APB_IRQ_0 121
|
||||
#define VERSAL_RTC_APB_ERR_IRQ 121
|
||||
#define VERSAL_PMC_APB_IRQ 121
|
||||
#define VERSAL_OSPI_IRQ 124
|
||||
#define VERSAL_SD0_IRQ_0 126
|
||||
#define VERSAL_EFUSE_IRQ 139
|
||||
#define VERSAL_RTC_ALARM_IRQ 142
|
||||
|
@ -178,6 +192,18 @@ struct Versal {
|
|||
#define MM_FPD_FPD_APU 0xfd5c0000
|
||||
#define MM_FPD_FPD_APU_SIZE 0x100
|
||||
|
||||
#define MM_PMC_PMC_IOU_SLCR 0xf1060000
|
||||
#define MM_PMC_PMC_IOU_SLCR_SIZE 0x10000
|
||||
|
||||
#define MM_PMC_OSPI 0xf1010000
|
||||
#define MM_PMC_OSPI_SIZE 0x10000
|
||||
|
||||
#define MM_PMC_OSPI_DAC 0xc0000000
|
||||
#define MM_PMC_OSPI_DAC_SIZE 0x20000000
|
||||
|
||||
#define MM_PMC_OSPI_DMA_DST 0xf1011800
|
||||
#define MM_PMC_OSPI_DMA_SRC 0xf1011000
|
||||
|
||||
#define MM_PMC_SD0 0xf1040000U
|
||||
#define MM_PMC_SD0_SIZE 0x10000
|
||||
#define MM_PMC_BBRAM_CTRL 0xf11f0000
|
||||
|
|
|
@ -21,6 +21,11 @@
|
|||
#ifndef XLNX_CSU_DMA_H
|
||||
#define XLNX_CSU_DMA_H
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/register.h"
|
||||
#include "hw/ptimer.h"
|
||||
#include "hw/stream.h"
|
||||
|
||||
#define TYPE_XLNX_CSU_DMA "xlnx.csu_dma"
|
||||
|
||||
#define XLNX_CSU_DMA_R_MAX (0x2c / 4)
|
||||
|
@ -46,7 +51,22 @@ typedef struct XlnxCSUDMA {
|
|||
RegisterInfo regs_info[XLNX_CSU_DMA_R_MAX];
|
||||
} XlnxCSUDMA;
|
||||
|
||||
#define XLNX_CSU_DMA(obj) \
|
||||
OBJECT_CHECK(XlnxCSUDMA, (obj), TYPE_XLNX_CSU_DMA)
|
||||
OBJECT_DECLARE_TYPE(XlnxCSUDMA, XlnxCSUDMAClass, XLNX_CSU_DMA)
|
||||
|
||||
struct XlnxCSUDMAClass {
|
||||
SysBusDeviceClass parent_class;
|
||||
|
||||
/*
|
||||
* read: Start a read transfer on a Xilinx CSU DMA engine
|
||||
*
|
||||
* @s: the Xilinx CSU DMA engine to start the transfer on
|
||||
* @addr: the address to read
|
||||
* @len: the number of bytes to read at 'addr'
|
||||
*
|
||||
* @return a MemTxResult indicating whether the operation succeeded ('len'
|
||||
* bytes were read) or failed.
|
||||
*/
|
||||
MemTxResult (*read)(XlnxCSUDMA *s, hwaddr addr, uint32_t len);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -47,7 +47,6 @@ typedef struct {
|
|||
uint16_t entry_sz;
|
||||
uint32_t page_sz;
|
||||
uint32_t num_entries;
|
||||
uint32_t num_ids;
|
||||
uint64_t base_addr;
|
||||
} TableDesc;
|
||||
|
||||
|
|
78
include/hw/misc/xlnx-versal-pmc-iou-slcr.h
Normal file
78
include/hw/misc/xlnx-versal-pmc-iou-slcr.h
Normal file
|
@ -0,0 +1,78 @@
|
|||
/*
|
||||
* Header file for the Xilinx Versal's PMC IOU SLCR
|
||||
*
|
||||
* Copyright (C) 2021 Xilinx Inc
|
||||
* Written by Edgar E. Iglesias <edgar.iglesias@xilinx.com>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
/*
|
||||
* This is a model of Xilinx Versal's PMC I/O Peripheral Control and Status
|
||||
* module documented in Versal's Technical Reference manual [1] and the Versal
|
||||
* ACAP Register reference [2].
|
||||
*
|
||||
* References:
|
||||
*
|
||||
* [1] Versal ACAP Technical Reference Manual,
|
||||
* https://www.xilinx.com/support/documentation/architecture-manuals/am011-versal-acap-trm.pdf
|
||||
*
|
||||
* [2] Versal ACAP Register Reference,
|
||||
* https://www.xilinx.com/html_docs/registers/am012/am012-versal-register-reference.html#mod___pmc_iop_slcr.html
|
||||
*
|
||||
* QEMU interface:
|
||||
* + sysbus MMIO region 0: MemoryRegion for the device's registers
|
||||
* + sysbus IRQ 0: PMC (AXI and APB) parity error interrupt detected by the PMC
|
||||
* I/O peripherals.
|
||||
* + sysbus IRQ 1: Device interrupt.
|
||||
* + Named GPIO output "sd-emmc-sel[0]": Enables 0: SD mode or 1: eMMC mode on
|
||||
* SD/eMMC controller 0.
|
||||
* + Named GPIO output "sd-emmc-sel[1]": Enables 0: SD mode or 1: eMMC mode on
|
||||
* SD/eMMC controller 1.
|
||||
* + Named GPIO output "qspi-ospi-mux-sel": Selects 0: QSPI linear region or 1:
|
||||
* OSPI linear region.
|
||||
* + Named GPIO output "ospi-mux-sel": Selects 0: OSPI Indirect access mode or
|
||||
* 1: OSPI direct access mode.
|
||||
*/
|
||||
|
||||
#ifndef XILINX_VERSAL_PMC_IOU_SLCR_H
|
||||
#define XILINX_VERSAL_PMC_IOU_SLCR_H
|
||||
|
||||
#include "hw/register.h"
|
||||
|
||||
#define TYPE_XILINX_VERSAL_PMC_IOU_SLCR "xlnx.versal-pmc-iou-slcr"
|
||||
|
||||
OBJECT_DECLARE_SIMPLE_TYPE(XlnxVersalPmcIouSlcr, XILINX_VERSAL_PMC_IOU_SLCR)
|
||||
|
||||
#define XILINX_VERSAL_PMC_IOU_SLCR_R_MAX (0x828 / 4 + 1)
|
||||
|
||||
struct XlnxVersalPmcIouSlcr {
|
||||
SysBusDevice parent_obj;
|
||||
MemoryRegion iomem;
|
||||
qemu_irq irq_parity_imr;
|
||||
qemu_irq irq_imr;
|
||||
qemu_irq sd_emmc_sel[2];
|
||||
qemu_irq qspi_ospi_mux_sel;
|
||||
qemu_irq ospi_mux_sel;
|
||||
|
||||
uint32_t regs[XILINX_VERSAL_PMC_IOU_SLCR_R_MAX];
|
||||
RegisterInfo regs_info[XILINX_VERSAL_PMC_IOU_SLCR_R_MAX];
|
||||
};
|
||||
|
||||
#endif /* XILINX_VERSAL_PMC_IOU_SLCR_H */
|
111
include/hw/ssi/xlnx-versal-ospi.h
Normal file
111
include/hw/ssi/xlnx-versal-ospi.h
Normal file
|
@ -0,0 +1,111 @@
|
|||
/*
|
||||
* Header file for the Xilinx Versal's OSPI controller
|
||||
*
|
||||
* Copyright (C) 2021 Xilinx Inc
|
||||
* Written by Francisco Iglesias <francisco.iglesias@xilinx.com>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
/*
|
||||
* This is a model of Xilinx Versal's Octal SPI flash memory controller
|
||||
* documented in Versal's Technical Reference manual [1] and the Versal ACAP
|
||||
* Register reference [2].
|
||||
*
|
||||
* References:
|
||||
*
|
||||
* [1] Versal ACAP Technical Reference Manual,
|
||||
* https://www.xilinx.com/support/documentation/architecture-manuals/am011-versal-acap-trm.pdf
|
||||
*
|
||||
* [2] Versal ACAP Register Reference,
|
||||
* https://www.xilinx.com/html_docs/registers/am012/am012-versal-register-reference.html#mod___ospi.html
|
||||
*
|
||||
*
|
||||
* QEMU interface:
|
||||
* + sysbus MMIO region 0: MemoryRegion for the device's registers
|
||||
* + sysbus MMIO region 1: MemoryRegion for flash memory linear address space
|
||||
* (data transfer).
|
||||
* + sysbus IRQ 0: Device interrupt.
|
||||
* + Named GPIO input "ospi-mux-sel": 0: enables indirect access mode
|
||||
* and 1: enables direct access mode.
|
||||
* + Property "dac-with-indac": Allow both direct accesses and indirect
|
||||
* accesses simultaneously.
|
||||
* + Property "indac-write-disabled": Disable indirect access writes.
|
||||
*/
|
||||
|
||||
#ifndef XILINX_VERSAL_OSPI_H
|
||||
#define XILINX_VERSAL_OSPI_H
|
||||
|
||||
#include "hw/register.h"
|
||||
#include "hw/ssi/ssi.h"
|
||||
#include "qemu/fifo8.h"
|
||||
#include "hw/dma/xlnx_csu_dma.h"
|
||||
|
||||
#define TYPE_XILINX_VERSAL_OSPI "xlnx.versal-ospi"
|
||||
|
||||
OBJECT_DECLARE_SIMPLE_TYPE(XlnxVersalOspi, XILINX_VERSAL_OSPI)
|
||||
|
||||
#define XILINX_VERSAL_OSPI_R_MAX (0xfc / 4 + 1)
|
||||
|
||||
/*
|
||||
* Indirect operations
|
||||
*/
|
||||
typedef struct IndOp {
|
||||
uint32_t flash_addr;
|
||||
uint32_t num_bytes;
|
||||
uint32_t done_bytes;
|
||||
bool completed;
|
||||
} IndOp;
|
||||
|
||||
struct XlnxVersalOspi {
|
||||
SysBusDevice parent_obj;
|
||||
|
||||
MemoryRegion iomem;
|
||||
MemoryRegion iomem_dac;
|
||||
|
||||
uint8_t num_cs;
|
||||
qemu_irq *cs_lines;
|
||||
|
||||
SSIBus *spi;
|
||||
|
||||
Fifo8 rx_fifo;
|
||||
Fifo8 tx_fifo;
|
||||
|
||||
Fifo8 rx_sram;
|
||||
Fifo8 tx_sram;
|
||||
|
||||
qemu_irq irq;
|
||||
|
||||
XlnxCSUDMA *dma_src;
|
||||
bool ind_write_disabled;
|
||||
bool dac_with_indac;
|
||||
bool dac_enable;
|
||||
bool src_dma_inprog;
|
||||
|
||||
IndOp rd_ind_op[2];
|
||||
IndOp wr_ind_op[2];
|
||||
|
||||
uint32_t regs[XILINX_VERSAL_OSPI_R_MAX];
|
||||
RegisterInfo regs_info[XILINX_VERSAL_OSPI_R_MAX];
|
||||
|
||||
/* Maximum inferred membank size is 512 bytes */
|
||||
uint8_t stig_membank[512];
|
||||
};
|
||||
|
||||
#endif /* XILINX_VERSAL_OSPI_H */
|
Loading…
Add table
Add a link
Reference in a new issue