From patchwork Mon Sep 7 04:17:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 11759935 X-Patchwork-Delegate: chris.paterson2@renesas.com Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6FABD746 for ; Mon, 7 Sep 2020 04:18:04 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DDAD721789 for ; Mon, 7 Sep 2020 04:18:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="LftXCoFw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DDAD721789 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=toshiba.co.jp Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5418+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id TeZzYY4521763xYoWNOuvvXU; Sun, 06 Sep 2020 21:18:03 -0700 X-Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.155]) by mx.groups.io with SMTP id smtpd.web11.34447.1599452280601606761 for ; Sun, 06 Sep 2020 21:18:02 -0700 X-Received: by mo-csw.securemx.jp (mx-mo-csw1516) id 0874Hwdg004300; Mon, 7 Sep 2020 13:17:58 +0900 X-Iguazu-Qid: 34tKSwRU9BvZ4QfznR X-Iguazu-QSIG: v=2; s=0; t=1599452277; q=34tKSwRU9BvZ4QfznR; m=wJsOQVK7XNiJ0KVTbR2zZwYh6kUsJmsWQBGqg1GLUmI= X-Received: from imx2.toshiba.co.jp (imx2.toshiba.co.jp [106.186.93.51]) by relay.securemx.jp (mx-mr1510) id 0874Hv6h009890; Mon, 7 Sep 2020 13:17:57 +0900 X-Received: from enc03.toshiba.co.jp ([106.186.93.13]) by imx2.toshiba.co.jp with ESMTP id 0874Hvw8010480; Mon, 7 Sep 2020 13:17:57 +0900 (JST) X-Received: from hop001.toshiba.co.jp ([133.199.164.63]) by enc03.toshiba.co.jp with ESMTP id 0874HuEH030030; Mon, 7 Sep 2020 13:17:56 +0900 From: "Nobuhiro Iwamatsu" To: cip-dev@lists.cip-project.org Cc: Chris.Paterson2@renesas.com, Nobuhiro Iwamatsu Subject: [cip-dev] [PATCH] linux-4.19.y*: Add test for Xilinx ZYNQMP zcu102 board Date: Mon, 7 Sep 2020 13:17:53 +0900 X-TSB-HOP: ON Message-Id: <20200907041753.3052716-1-nobuhiro1.iwamatsu@toshiba.co.jp> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Delivered-To: mailing list cip-dev@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: IuEcNzD6WRcZpGMPF6SOJT2Qx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1599452283; bh=AHNEq2rnN2K3+z1Ucj4/4/X25Ja7LNHq/Z1rKSrJgwc=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=LftXCoFwh6+R4OCr2irSjzAOLBv0v7jNEGLdd2NVe63t/VIg43DPl9iuXLlBW3fQkoF HOEbGsz0OZdt+McW38UTzCvQ8sypLI+cBWvtTCMY5rsdOvFfTxWQYQJQyLmjiNs5+/f17 93jK0Hq6iLZ4S5Dz6IATNF/fbZP75lG+gYk= Add test target for Cybertrust supported ZYNQMP zcu102 board. boot and smc test are executed automatically, but LTP is set to be executed manually because this board is not official yet. Signed-off-by: Nobuhiro Iwamatsu --- trees/linux-4.19.y-cip.yml | 25 +++++++++++++++++++++++++ trees/linux-4.19.y.yml | 10 ++++++++++ 2 files changed, 35 insertions(+) diff --git a/trees/linux-4.19.y-cip.yml b/trees/linux-4.19.y-cip.yml index 7efc3f5..236e4bf 100644 --- a/trees/linux-4.19.y-cip.yml +++ b/trees/linux-4.19.y-cip.yml @@ -203,6 +203,16 @@ test:x86_siemens_ipc227e_defconfig: DEVICES: x86 TESTS: boot smc +test:arm64_ctj_zynqmp_defconfig: + extends: .test + needs: ["build:arm64_ctj_zynqmp_defconfig"] + variables: + BUILD_ARCH: arm64 + CONFIG: ctj_zynqmp_defconfig + DEVICES: zynqmp-zcu102 + DTBS: zynqmp-zcu102-rev1.0.dtb + TESTS: boot smc + ############################### # Test: RT CIP configurations # ############################### @@ -274,6 +284,21 @@ test:x86_cip_qemu_defconfig_release: - /^.*linux-4.19.y-cip-rt-rc$/ - /^.*linux-rc$ +test:arm64_ctj_zynqmp_defconfig_trail: + when: manual + extends: .test + needs: ["build:arm64_ctj_zynqmp_defconfig"] + variables: + BUILD_ARCH: arm64 + CONFIG: ctj_zynqmp_defconfig + DEVICES: zynqmp-zcu102 + DTBS: zynqmp-zcu102-rev1.0.dtb + TESTS: ltp + only: + - /^.*linux-4.19.y-cip-rc$/ + - /^.*linux-4.19.y-cip-rt-rc$/ + - /^.*linux-rc$/ + ######################################################## # Verify: Check rebase branches & tags for differences # ######################################################## diff --git a/trees/linux-4.19.y.yml b/trees/linux-4.19.y.yml index 630f5ac..0d7403f 100644 --- a/trees/linux-4.19.y.yml +++ b/trees/linux-4.19.y.yml @@ -185,6 +185,16 @@ test:x86_siemens_ipc227e_defconfig: DEVICES: x86 TESTS: boot smc +test:arm64_ctj_zynqmp_defconfig: + extends: .test + needs: ["build:arm64_ctj_zynqmp_defconfig"] + variables: + BUILD_ARCH: arm64 + CONFIG: ctj_zynqmp_defconfig + DEVICES: zynqmp-zcu102 + DTBS: zynqmp-zcu102-rev1.0.dtb + TESTS: boot smc + ################################ # Test: Non-CIP configurations # ################################