All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] ARM: meson: add p200 and p201 boards
@ 2019-03-14 14:02 ` Mohammad Rasim
  0 siblings, 0 replies; 4+ messages in thread
From: Mohammad Rasim @ 2019-03-14 14:02 UTC (permalink / raw)
  To: u-boot

This adds support for p200 and p201 reference boards from amlogic

Mohammad Rasim (2):
  ARM: dts: meson: add p200 and p201 boards
  ARM: board: meson: add p200 and p201 boards

 arch/arm/dts/Makefile               |   2 +
 arch/arm/dts/meson-gxbb-p200.dts    |  99 +++++++++++
 arch/arm/dts/meson-gxbb-p201.dts    |  26 +++
 arch/arm/dts/meson-gxbb-p20x.dtsi   | 247 ++++++++++++++++++++++++++++
 board/amlogic/odroid-c2/README.p200 | 103 ++++++++++++
 board/amlogic/p201/MAINTAINERS      |   6 +
 board/amlogic/p201/Makefile         |   5 +
 board/amlogic/p201/README.p201      | 103 ++++++++++++
 board/amlogic/p201/p201.c           |  43 +++++
 configs/p200_defconfig              |  41 +++++
 configs/p201_defconfig              |  41 +++++
 11 files changed, 716 insertions(+)
 create mode 100644 arch/arm/dts/meson-gxbb-p200.dts
 create mode 100644 arch/arm/dts/meson-gxbb-p201.dts
 create mode 100644 arch/arm/dts/meson-gxbb-p20x.dtsi
 create mode 100644 board/amlogic/odroid-c2/README.p200
 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 0/2] ARM: meson: add p200 and p201 boards
@ 2019-03-14 14:02 ` Mohammad Rasim
  0 siblings, 0 replies; 4+ messages in thread
From: Mohammad Rasim @ 2019-03-14 14:02 UTC (permalink / raw)
  To: u-boot, u-boot-amlogic; +Cc: narmstrong

This adds support for p200 and p201 reference boards from amlogic

Mohammad Rasim (2):
  ARM: dts: meson: add p200 and p201 boards
  ARM: board: meson: add p200 and p201 boards

 arch/arm/dts/Makefile               |   2 +
 arch/arm/dts/meson-gxbb-p200.dts    |  99 +++++++++++
 arch/arm/dts/meson-gxbb-p201.dts    |  26 +++
 arch/arm/dts/meson-gxbb-p20x.dtsi   | 247 ++++++++++++++++++++++++++++
 board/amlogic/odroid-c2/README.p200 | 103 ++++++++++++
 board/amlogic/p201/MAINTAINERS      |   6 +
 board/amlogic/p201/Makefile         |   5 +
 board/amlogic/p201/README.p201      | 103 ++++++++++++
 board/amlogic/p201/p201.c           |  43 +++++
 configs/p200_defconfig              |  41 +++++
 configs/p201_defconfig              |  41 +++++
 11 files changed, 716 insertions(+)
 create mode 100644 arch/arm/dts/meson-gxbb-p200.dts
 create mode 100644 arch/arm/dts/meson-gxbb-p201.dts
 create mode 100644 arch/arm/dts/meson-gxbb-p20x.dtsi
 create mode 100644 board/amlogic/odroid-c2/README.p200
 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 0/2] ARM: meson: add p200 and p201 boards
  2019-03-14 14:02 ` Mohammad Rasim
@ 2019-03-14 15:10   ` Neil Armstrong
  -1 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2019-03-14 15:10 UTC (permalink / raw)
  To: u-boot

Hi,

seems you mismatched the To entry as :
"u-boot at lists.denx.deu-boot-amlogic"@groups.io

Not sure the u-boot ML received the patches.

Neil

On 14/03/2019 15:02, Mohammad Rasim wrote:
> This adds support for p200 and p201 reference boards from amlogic
> 
> Mohammad Rasim (2):
>   ARM: dts: meson: add p200 and p201 boards
>   ARM: board: meson: add p200 and p201 boards
> 
>  arch/arm/dts/Makefile               |   2 +
>  arch/arm/dts/meson-gxbb-p200.dts    |  99 +++++++++++
>  arch/arm/dts/meson-gxbb-p201.dts    |  26 +++
>  arch/arm/dts/meson-gxbb-p20x.dtsi   | 247 ++++++++++++++++++++++++++++
>  board/amlogic/odroid-c2/README.p200 | 103 ++++++++++++
>  board/amlogic/p201/MAINTAINERS      |   6 +
>  board/amlogic/p201/Makefile         |   5 +
>  board/amlogic/p201/README.p201      | 103 ++++++++++++
>  board/amlogic/p201/p201.c           |  43 +++++
>  configs/p200_defconfig              |  41 +++++
>  configs/p201_defconfig              |  41 +++++
>  11 files changed, 716 insertions(+)
>  create mode 100644 arch/arm/dts/meson-gxbb-p200.dts
>  create mode 100644 arch/arm/dts/meson-gxbb-p201.dts
>  create mode 100644 arch/arm/dts/meson-gxbb-p20x.dtsi
>  create mode 100644 board/amlogic/odroid-c2/README.p200
>  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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] ARM: meson: add p200 and p201 boards
@ 2019-03-14 15:10   ` Neil Armstrong
  0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2019-03-14 15:10 UTC (permalink / raw)
  To: Mohammad Rasim, u-boot, u-boot-amlogic

Hi,

seems you mismatched the To entry as :
"u-boot@lists.denx.deu-boot-amlogic"@groups.io

Not sure the u-boot ML received the patches.

Neil

On 14/03/2019 15:02, Mohammad Rasim wrote:
> This adds support for p200 and p201 reference boards from amlogic
> 
> Mohammad Rasim (2):
>   ARM: dts: meson: add p200 and p201 boards
>   ARM: board: meson: add p200 and p201 boards
> 
>  arch/arm/dts/Makefile               |   2 +
>  arch/arm/dts/meson-gxbb-p200.dts    |  99 +++++++++++
>  arch/arm/dts/meson-gxbb-p201.dts    |  26 +++
>  arch/arm/dts/meson-gxbb-p20x.dtsi   | 247 ++++++++++++++++++++++++++++
>  board/amlogic/odroid-c2/README.p200 | 103 ++++++++++++
>  board/amlogic/p201/MAINTAINERS      |   6 +
>  board/amlogic/p201/Makefile         |   5 +
>  board/amlogic/p201/README.p201      | 103 ++++++++++++
>  board/amlogic/p201/p201.c           |  43 +++++
>  configs/p200_defconfig              |  41 +++++
>  configs/p201_defconfig              |  41 +++++
>  11 files changed, 716 insertions(+)
>  create mode 100644 arch/arm/dts/meson-gxbb-p200.dts
>  create mode 100644 arch/arm/dts/meson-gxbb-p201.dts
>  create mode 100644 arch/arm/dts/meson-gxbb-p20x.dtsi
>  create mode 100644 board/amlogic/odroid-c2/README.p200
>  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
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-14 15:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-14 14:02 [U-Boot] [PATCH 0/2] ARM: meson: add p200 and p201 boards Mohammad Rasim
2019-03-14 14:02 ` Mohammad Rasim
2019-03-14 15:10 ` [U-Boot] " Neil Armstrong
2019-03-14 15:10   ` Neil Armstrong

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.