From patchwork Tue Jan 16 11:50:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Edgar E. Iglesias" X-Patchwork-Id: 861427 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="tvWYZw3I"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zLT9B0F9Jz9s83 for ; Tue, 16 Jan 2018 22:52:12 +1100 (AEDT) Received: from localhost ([::1]:58964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebPmj-0005cZ-OB for incoming@patchwork.ozlabs.org; Tue, 16 Jan 2018 06:52:09 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebPlr-0005aC-QS for qemu-devel@nongnu.org; Tue, 16 Jan 2018 06:51:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebPln-00008k-ST for qemu-devel@nongnu.org; Tue, 16 Jan 2018 06:51:15 -0500 Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]:34149) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ebPln-00008A-KO for qemu-devel@nongnu.org; Tue, 16 Jan 2018 06:51:11 -0500 Received: by mail-lf0-x244.google.com with SMTP id h140so17076167lfg.1 for ; Tue, 16 Jan 2018 03:51:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=T2Twi/VLqceLzL0sZ7Ta08S4ZBWTDqnuweS/BS4pPUc=; b=tvWYZw3IJCx72b80naOOY9EeYSO80LkEVl6uWi5rbqhvMKRa7hEh5m8DvUw2Uwj+3h oA0+ibKEK83PMtAlAF2mQBsoN7QCg4itwyMXxjp2Es04fKsO3zDq9Ub1eSOG7igoaLiC 0zdnU2ubqQ+yIl6YZIz6QzV0HN9JvoADIF1oyk7bmelL+a+0/2TwiCaswLPRuLf9WLbK rTylK2HzxM1TF1lv0w5B8XGCMO9K1VtcqrKNo0EmiD/oT6hl5VPMVun1MTGeEs22Hu2X bnQ8AikHRdr3NVOvRTpF96CFGIv8vz9urZt/MjoxNQTjWF2YAlulMv0unH1rR5kflB09 idkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=T2Twi/VLqceLzL0sZ7Ta08S4ZBWTDqnuweS/BS4pPUc=; b=Ozm0zbYq6IuYvNJQEqDTFkrv1P+SIUGe5+3ouEXKn3R5w87vMsary4EIcopGrhtvm/ TUK/heUJkcYZOvAfiFhsYno31f2jyxUkbvs5TX34JWV4dEuDgFo+78uJUrMzU9+GcLpp ahVXwnjnMWsAmO0qQwMxC43IgLj/wlOh/ghKX/5fnAC/HQZVl2NMKqHhgwRCEjlhosPN yeyitYPZyNifR6TeIshWdruSZLramivejBN6ZmFggM+LRivgVX8fYQTNk0fcxetjk7Qj WvsfTFu5E+cAmFZ75w19ldO9EuMetG+WqTDv+96qi4Mw0rCXQGl2BI72hcNliX6XBBF8 lp3Q== X-Gm-Message-State: AKwxyte0r2YRqoKA/3XAgPKj1OM275gAzSwNDKe6/IiG8wtvONLHvD16 +stO9k+ZOwdRnTtFTHlEvhqlmQ== X-Google-Smtp-Source: ACJfBosCKyhBCwpuCSosrXUtIaJYS5ton56BXDXtfsEbMSjwCTPxoOuMlEP+EBrRyhN1dbxwryiDuA== X-Received: by 10.25.225.84 with SMTP id y81mr17560858lfg.96.1516103469560; Tue, 16 Jan 2018 03:51:09 -0800 (PST) Received: from gmail.com (81-231-232-130-no39.tbcn.telia.com. [81.231.232.130]) by smtp.gmail.com with ESMTPSA id h78sm342740lfk.31.2018.01.16.03.51.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Jan 2018 03:51:08 -0800 (PST) From: "Edgar E. Iglesias" To: qemu-devel@nongnu.org, peter.maydell@linaro.org Date: Tue, 16 Jan 2018 12:50:59 +0100 Message-Id: <1516103467-7983-1-git-send-email-edgar.iglesias@gmail.com> X-Mailer: git-send-email 2.7.4 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4010:c07::244 Subject: [Qemu-devel] [PULL v1 0/8] Xilinx queue X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: sai.pavan.boddu@xilinx.com, edgar.iglesias@xilinx.com, alistai@xilinx.com Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" From: "Edgar E. Iglesias" The following changes since commit f521eeee3bd060b460c99e605472b7e03967db43: Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180115' into staging (2018-01-15 13:17:47 +0000) are available in the git repository at: git@github.com:edgarigl/qemu.git tags/edgar/xilinx-next-2018-01.for-upstream for you to fetch changes up to e451272ac191cd3ac408bc89ea63a401e84d4224: xlnx-zynqmp: Connect the IPI device to the ZynqMP SoC (2018-01-16 11:44:49 +0100) ---------------------------------------------------------------- Xilinx queue ---------------------------------------------------------------- Alistair Francis (8): xlnx-zynqmp-pmu: Initial commit of the ZynqMP PMU xlnx-zynqmp-pmu: Add the CPU and memory aarch64-softmmu.mak: Use an ARM specific config xlnx-pmu-iomod-intc: Add the PMU Interrupt controller xlnx-zynqmp-pmu: Connect the PMU interrupt controller xlnx-zynqmp-ipi: Initial version of the Xilinx IPI device xlnx-zynqmp-pmu: Connect the IPI device to the PMU xlnx-zynqmp: Connect the IPI device to the ZynqMP SoC default-configs/aarch64-softmmu.mak | 1 + default-configs/microblaze-softmmu.mak | 1 + hw/arm/Makefile.objs | 2 +- hw/arm/xlnx-zynqmp.c | 14 + hw/display/Makefile.objs | 2 +- hw/dma/Makefile.objs | 2 +- hw/intc/Makefile.objs | 2 + hw/intc/xlnx-pmu-iomod-intc.c | 554 +++++++++++++++++++++++++++++++++ hw/intc/xlnx-zynqmp-ipi.c | 377 ++++++++++++++++++++++ hw/microblaze/Makefile.objs | 1 + hw/microblaze/xlnx-zynqmp-pmu.c | 204 ++++++++++++ include/hw/arm/xlnx-zynqmp.h | 2 + include/hw/intc/xlnx-pmu-iomod-intc.h | 58 ++++ include/hw/intc/xlnx-zynqmp-ipi.h | 57 ++++ 14 files changed, 1274 insertions(+), 3 deletions(-) create mode 100644 hw/intc/xlnx-pmu-iomod-intc.c create mode 100644 hw/intc/xlnx-zynqmp-ipi.c create mode 100644 hw/microblaze/xlnx-zynqmp-pmu.c create mode 100644 include/hw/intc/xlnx-pmu-iomod-intc.h create mode 100644 include/hw/intc/xlnx-zynqmp-ipi.h Alistair Francis (8): xlnx-zynqmp-pmu: Initial commit of the ZynqMP PMU xlnx-zynqmp-pmu: Add the CPU and memory aarch64-softmmu.mak: Use an ARM specific config xlnx-pmu-iomod-intc: Add the PMU Interrupt controller xlnx-zynqmp-pmu: Connect the PMU interrupt controller xlnx-zynqmp-ipi: Initial version of the Xilinx IPI device xlnx-zynqmp-pmu: Connect the IPI device to the PMU xlnx-zynqmp: Connect the IPI device to the ZynqMP SoC default-configs/aarch64-softmmu.mak | 1 + default-configs/microblaze-softmmu.mak | 1 + hw/arm/Makefile.objs | 2 +- hw/arm/xlnx-zynqmp.c | 14 + hw/display/Makefile.objs | 2 +- hw/dma/Makefile.objs | 2 +- hw/intc/Makefile.objs | 2 + hw/intc/xlnx-pmu-iomod-intc.c | 554 +++++++++++++++++++++++++++++++++ hw/intc/xlnx-zynqmp-ipi.c | 377 ++++++++++++++++++++++ hw/microblaze/Makefile.objs | 1 + hw/microblaze/xlnx-zynqmp-pmu.c | 204 ++++++++++++ include/hw/arm/xlnx-zynqmp.h | 2 + include/hw/intc/xlnx-pmu-iomod-intc.h | 58 ++++ include/hw/intc/xlnx-zynqmp-ipi.h | 57 ++++ 14 files changed, 1274 insertions(+), 3 deletions(-) create mode 100644 hw/intc/xlnx-pmu-iomod-intc.c create mode 100644 hw/intc/xlnx-zynqmp-ipi.c create mode 100644 hw/microblaze/xlnx-zynqmp-pmu.c create mode 100644 include/hw/intc/xlnx-pmu-iomod-intc.h create mode 100644 include/hw/intc/xlnx-zynqmp-ipi.h