All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nobuhiro Iwamatsu" <nobuhiro1.iwamatsu@toshiba.co.jp>
To: cip-dev@lists.cip-project.org
Cc: Chris.Paterson2@renesas.com,
	Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Subject: [cip-dev] [PATCH] linux-4.19.y*: Add test for Xilinx ZYNQMP zcu102 board
Date: Mon,  7 Sep 2020 13:17:53 +0900	[thread overview]
Message-ID: <20200907041753.3052716-1-nobuhiro1.iwamatsu@toshiba.co.jp> (raw)

[-- Attachment #1: Type: text/plain, Size: 2301 bytes --]

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 <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 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 #
 ################################
-- 
2.27.0


[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5418): https://lists.cip-project.org/g/cip-dev/message/5418
Mute This Topic: https://lists.cip-project.org/mt/76680488/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

                 reply	other threads:[~2020-09-07  4:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200907041753.3052716-1-nobuhiro1.iwamatsu@toshiba.co.jp \
    --to=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=Chris.Paterson2@renesas.com \
    --cc=cip-dev@lists.cip-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.