All of lore.kernel.org
 help / color / mirror / Atom feed
From: jan.kiszka@siemens.com (Jan Kiszka)
To: cip-dev@lists.cip-project.org
Subject: [cip-dev] [isar-cip-core PATCH v2 0/4] Add rzg2m support
Date: Fri, 22 Nov 2019 08:22:01 +0100	[thread overview]
Message-ID: <fdb23b3f-f7fc-2b16-b398-f701e35c3f7a@siemens.com> (raw)
In-Reply-To: <20191107163942.23513-1-Quirin.Gylstorff@siemens.com>

On 07.11.19 17:39, Q. Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> Add the rzg2m reference board.
> Add the option to build rootfs tarballs for LAVA tests.
> This option needs to be activated in the gitlab-ci.yml by
> adding it to the builds for testing.
> 
> Version 2:
>    Change used devicetree to r8a774a1-hihope-rzg2m-ex.dtb.
>    The changes to fetch the cip-kernel configuration instead
>    of using copies stored in the repository will be a seperate
>    patch set.
>    
> 
> Quirin Gylstorff (4):
>    kas: Increase Isar version
>    classes: add wic-targz-img.bbclass
>    hihope-rzg2m: Add board support
>    ci: add hihope-rzg2m to ci chain
> 
>   .gitlab-ci.yml                                |   4 +
>   board-rzg2m.yml                               |  16 +
>   classes/wic-targz-img.bbclass                 |  13 +
>   conf/machine/bbb.conf                         |   2 +-
>   conf/machine/hihope-rzg2m.conf                |  18 +
>   conf/machine/iwg20m.conf                      |   2 +-
>   conf/machine/qemu-amd64.conf                  |   2 +-
>   conf/machine/simatic-ipc227e.conf             |   2 +-
>   kas.yml                                       |   2 +-
>   opt-targz-img.yml                             |  20 ++
>   .../linux/files/hihope-rzg2m_defconfig        | 330 ++++++++++++++++++
>   scripts/deploy-cip-core.sh                    |   4 +
>   wic/hihope-rzg2m.wks                          |  15 +
>   13 files changed, 425 insertions(+), 5 deletions(-)
>   create mode 100644 board-rzg2m.yml
>   create mode 100644 classes/wic-targz-img.bbclass
>   create mode 100644 conf/machine/hihope-rzg2m.conf
>   create mode 100644 opt-targz-img.yml
>   create mode 100644 recipes-kernel/linux/files/hihope-rzg2m_defconfig
>   create mode 100644 wic/hihope-rzg2m.wks
> 

Thanks, merged.

Jan

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

  reply	other threads:[~2019-11-22  7:22 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-06 12:44 [cip-dev] [isar-cip-core PATCH 0/4] Add rzg2m support Q. Gylstorff
2019-11-06 12:44 ` [cip-dev] [isar-cip-core PATCH 1/4] kas: Increase Isar version Q. Gylstorff
2019-11-06 12:44 ` [cip-dev] [isar-cip-core PATCH 2/4] classes: add wic-targz-img.bbclass Q. Gylstorff
2019-11-06 12:44 ` [cip-dev] [isar-cip-core PATCH 3/4] hihope-rzg2m: Add board support Q. Gylstorff
2019-11-06 15:38   ` Chris Paterson
2019-11-06 15:53     ` Gylstorff Quirin
2019-11-07  2:29       ` kazuhiro3.hayashi at toshiba.co.jp
2019-11-07 15:53         ` Gylstorff Quirin
2019-11-08 21:29           ` Pavel Machek
2019-11-11  6:18           ` kazuhiro3.hayashi at toshiba.co.jp
2019-11-06 12:44 ` [cip-dev] [isar-cip-core PATCH 4/4] ci: add hihope-rzg2m to ci chain Q. Gylstorff
2019-11-06 15:43   ` Chris Paterson
2019-11-07 16:39     ` [cip-dev] [isar-cip-core PATCH v2 0/4] Add rzg2m support Q. Gylstorff
2019-11-22  7:22       ` Jan Kiszka [this message]
2019-11-07 16:39     ` [cip-dev] [isar-cip-core PATCH v2 1/4] kas: Increase Isar version Q. Gylstorff
2019-11-07 16:39     ` [cip-dev] [isar-cip-core PATCH v2 2/4] classes: add wic-targz-img.bbclass Q. Gylstorff
2019-11-07 16:39     ` [cip-dev] [isar-cip-core PATCH v2 3/4] hihope-rzg2m: Add board support Q. Gylstorff
2019-11-07 16:39     ` [cip-dev] [isar-cip-core PATCH v2 4/4] ci: add hihope-rzg2m to ci chain Q. Gylstorff
2019-11-06 14:12 ` [cip-dev] [isar-cip-core PATCH 0/4] Add rzg2m support Jan Kiszka
2019-11-06 14:37   ` Gylstorff Quirin
2019-11-06 16:19     ` Chris Paterson
2019-11-08 12:57       ` Gylstorff Quirin

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=fdb23b3f-f7fc-2b16-b398-f701e35c3f7a@siemens.com \
    --to=jan.kiszka@siemens.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.