All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Neil Armstrong" <narmstrong@baylibre.com>
To: Mohammad Rasim <mohammad.rasim96@gmail.com>,
	u-boot@lists.denx.de, u-boot-amlogic@groups.io
Subject: Re: [PATCH v4 0/5] Arm: meson: add support for p200 and p201 boards
Date: Sat, 23 Mar 2019 11:11:09 +0100	[thread overview]
Message-ID: <5C96063D.3060204@baylibre.com> (raw)
In-Reply-To: <20190315151109.17317-1-mohammad.rasim96@gmail.com>

Hi,

Le 15/03/2019 16:11, Mohammad Rasim a écrit :
> 
> This adds support for p200 and p201 reference boards from amlogic
> 
> Mohammad Rasim (5):
>   ARM: board: meson: rename odroid-c2 to p200
>   ARM: dts: meson: add p200 and p201 boards
>   Arm: dts: meson: add u-boot.dtsi for p200 and p201
>   ARM: board: meson: add p200 board
>   ARM: board: meson: add p201 board
> 
>  arch/arm/dts/Makefile                         |   2 +
>  arch/arm/dts/meson-gxbb-p200-u-boot.dtsi      |   7 +
>  arch/arm/dts/meson-gxbb-p200.dts              |  99 +++++++
>  arch/arm/dts/meson-gxbb-p201-u-boot.dtsi      |   7 +
>  arch/arm/dts/meson-gxbb-p201.dts              |  26 ++
>  arch/arm/dts/meson-gxbb-p20x.dtsi             | 247 ++++++++++++++++++
>  arch/arm/mach-meson/Kconfig                   |   2 +-
>  board/amlogic/{odroid-c2 => p200}/MAINTAINERS |   6 +-
>  board/amlogic/{odroid-c2 => p200}/Makefile    |   2 +-
>  .../{odroid-c2 => p200}/README.nanopi-k2      |   0
>  .../{odroid-c2 => p200}/README.odroid-c2      |   0
>  board/amlogic/p200/README.p200                | 103 ++++++++
>  .../{odroid-c2/odroid-c2.c => p200/p200.c}    |   0
>  board/amlogic/p201/MAINTAINERS                |   5 +
>  board/amlogic/p201/Makefile                   |   5 +
>  board/amlogic/p201/README.p201                | 103 ++++++++
>  board/amlogic/p201/p201.c                     |  43 +++
>  configs/nanopi-k2_defconfig                   |   1 +
>  configs/odroid-c2_defconfig                   |   1 +
>  configs/p200_defconfig                        |  41 +++
>  configs/p201_defconfig                        |  41 +++
>  21 files changed, 736 insertions(+), 5 deletions(-)
>  create mode 100644 arch/arm/dts/meson-gxbb-p200-u-boot.dtsi
>  create mode 100644 arch/arm/dts/meson-gxbb-p200.dts
>  create mode 100644 arch/arm/dts/meson-gxbb-p201-u-boot.dtsi
>  create mode 100644 arch/arm/dts/meson-gxbb-p201.dts
>  create mode 100644 arch/arm/dts/meson-gxbb-p20x.dtsi
>  rename board/amlogic/{odroid-c2 => p200}/MAINTAINERS (70%)
>  rename board/amlogic/{odroid-c2 => p200}/Makefile (82%)
>  rename board/amlogic/{odroid-c2 => p200}/README.nanopi-k2 (100%)
>  rename board/amlogic/{odroid-c2 => p200}/README.odroid-c2 (100%)
>  create mode 100644 board/amlogic/p200/README.p200
>  rename board/amlogic/{odroid-c2/odroid-c2.c => p200/p200.c} (100%)
>  create mode 100644 board/amlogic/p201/MAINTAINERS
>  create mode 100644 board/amlogic/p201/Makefile
>  create mode 100644 board/amlogic/p201/README.p201
>  create mode 100644 board/amlogic/p201/p201.c
>  create mode 100644 configs/p200_defconfig
>  create mode 100644 configs/p201_defconfig
> 
> --
> 2.21.0
> 

With the two small changes and the p200 changes from patch 1 to patch 4, I'll apply this to u-boot-amlogic !

Neil

WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <narmstrong@baylibre.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 0/5] Arm: meson: add support for p200 and p201 boards
Date: Sat, 23 Mar 2019 11:11:09 +0100	[thread overview]
Message-ID: <5C96063D.3060204@baylibre.com> (raw)
In-Reply-To: <20190315151109.17317-1-mohammad.rasim96@gmail.com>

Hi,

Le 15/03/2019 16:11, Mohammad Rasim a écrit :
> 
> This adds support for p200 and p201 reference boards from amlogic
> 
> Mohammad Rasim (5):
>   ARM: board: meson: rename odroid-c2 to p200
>   ARM: dts: meson: add p200 and p201 boards
>   Arm: dts: meson: add u-boot.dtsi for p200 and p201
>   ARM: board: meson: add p200 board
>   ARM: board: meson: add p201 board
> 
>  arch/arm/dts/Makefile                         |   2 +
>  arch/arm/dts/meson-gxbb-p200-u-boot.dtsi      |   7 +
>  arch/arm/dts/meson-gxbb-p200.dts              |  99 +++++++
>  arch/arm/dts/meson-gxbb-p201-u-boot.dtsi      |   7 +
>  arch/arm/dts/meson-gxbb-p201.dts              |  26 ++
>  arch/arm/dts/meson-gxbb-p20x.dtsi             | 247 ++++++++++++++++++
>  arch/arm/mach-meson/Kconfig                   |   2 +-
>  board/amlogic/{odroid-c2 => p200}/MAINTAINERS |   6 +-
>  board/amlogic/{odroid-c2 => p200}/Makefile    |   2 +-
>  .../{odroid-c2 => p200}/README.nanopi-k2      |   0
>  .../{odroid-c2 => p200}/README.odroid-c2      |   0
>  board/amlogic/p200/README.p200                | 103 ++++++++
>  .../{odroid-c2/odroid-c2.c => p200/p200.c}    |   0
>  board/amlogic/p201/MAINTAINERS                |   5 +
>  board/amlogic/p201/Makefile                   |   5 +
>  board/amlogic/p201/README.p201                | 103 ++++++++
>  board/amlogic/p201/p201.c                     |  43 +++
>  configs/nanopi-k2_defconfig                   |   1 +
>  configs/odroid-c2_defconfig                   |   1 +
>  configs/p200_defconfig                        |  41 +++
>  configs/p201_defconfig                        |  41 +++
>  21 files changed, 736 insertions(+), 5 deletions(-)
>  create mode 100644 arch/arm/dts/meson-gxbb-p200-u-boot.dtsi
>  create mode 100644 arch/arm/dts/meson-gxbb-p200.dts
>  create mode 100644 arch/arm/dts/meson-gxbb-p201-u-boot.dtsi
>  create mode 100644 arch/arm/dts/meson-gxbb-p201.dts
>  create mode 100644 arch/arm/dts/meson-gxbb-p20x.dtsi
>  rename board/amlogic/{odroid-c2 => p200}/MAINTAINERS (70%)
>  rename board/amlogic/{odroid-c2 => p200}/Makefile (82%)
>  rename board/amlogic/{odroid-c2 => p200}/README.nanopi-k2 (100%)
>  rename board/amlogic/{odroid-c2 => p200}/README.odroid-c2 (100%)
>  create mode 100644 board/amlogic/p200/README.p200
>  rename board/amlogic/{odroid-c2/odroid-c2.c => p200/p200.c} (100%)
>  create mode 100644 board/amlogic/p201/MAINTAINERS
>  create mode 100644 board/amlogic/p201/Makefile
>  create mode 100644 board/amlogic/p201/README.p201
>  create mode 100644 board/amlogic/p201/p201.c
>  create mode 100644 configs/p200_defconfig
>  create mode 100644 configs/p201_defconfig
> 
> --
> 2.21.0
> 

With the two small changes and the p200 changes from patch 1 to patch 4, I'll apply this to u-boot-amlogic !

Neil

  parent reply	other threads:[~2019-03-23 10:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-15 15:11 [PATCH v4 0/5] Arm: meson: add support for p200 and p201 boards Mohammad Rasim
2019-03-15 15:11 ` [U-Boot] " Mohammad Rasim
2019-03-15 15:11 ` [PATCH v4 1/5] ARM: board: meson: rename odroid-c2 to p200 Mohammad Rasim
2019-03-15 15:11   ` [U-Boot] " Mohammad Rasim
2019-03-23 10:10   ` Neil Armstrong
2019-03-23 10:10     ` [U-Boot] " Neil Armstrong
2019-03-23 10:11 ` Neil Armstrong [this message]
2019-03-23 10:11   ` [U-Boot] [PATCH v4 0/5] Arm: meson: add support for p200 and p201 boards Neil Armstrong

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=5C96063D.3060204@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=mohammad.rasim96@gmail.com \
    --cc=u-boot-amlogic@groups.io \
    --cc=u-boot@lists.denx.de \
    /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.