All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Neil Armstrong" <narmstrong@baylibre.com>
To: u-boot-amlogic@groups.io
Cc: u-boot@lists.denx.de
Subject: Re: [PATCH 0/2] ARM: meson: Add support for Libretech-AC
Date: Wed, 10 Apr 2019 16:52:24 +0200	[thread overview]
Message-ID: <bb9cccfe-5c7d-41c3-6593-936b9da17ced@baylibre.com> (raw)
In-Reply-To: <20190326102035.9239-1-narmstrong@baylibre.com>

On 26/03/2019 11:20, Neil Armstrong wrote:
> LibreTech AC is a single board computer manufactured by Libre Technology
> with the following specifications:
> 
>  - Amlogic S805X ARM Cortex-A53 quad-core SoC @ 1.2GHz
>  - ARM Mali 450 GPU
>  - 512MiB DDR4 SDRAM
>  - 10/100 Ethernet
>  - HDMI 2.0 4K/60Hz display
>  - 40-pin GPIO header
>  - 4 x USB 2.0 Host
>  - eMMC, SPI NOR Flash
>  - Infrared receiver
> 
> The u-boot specific code is the same as the P212 support,
> so use the P212 board support code with a distinct defconfig
> and config include files.
> 
> The patchset inports the DT from Linux 5.0 and add the corresponding
> configs and update the MAINTAINERS files.
> 
> Neil Armstrong (2):
>   ARM: dts: Import libretech-ac DT from Linux 5.0
>   boards: Amlogic: Add support for Libretech-AC
> 
>  arch/arm/dts/Makefile                         |   1 +
>  arch/arm/dts/meson-gxl-s805x-libretech-ac.dts | 248 ++++++++++++++++++
>  arch/arm/dts/meson-gxl.dtsi                   |  70 ++++-
>  board/amlogic/p212/MAINTAINERS                |   1 +
>  board/amlogic/p212/README.libretech-ac        | 103 ++++++++
>  configs/libretech-ac_defconfig                |  74 ++++++
>  include/configs/libretech-ac.h                |  24 ++
>  7 files changed, 512 insertions(+), 9 deletions(-)
>  create mode 100644 arch/arm/dts/meson-gxl-s805x-libretech-ac.dts
>  create mode 100644 board/amlogic/p212/README.libretech-ac
>  create mode 100644 configs/libretech-ac_defconfig
>  create mode 100644 include/configs/libretech-ac.h
> 

Applied both 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 0/2] ARM: meson: Add support for Libretech-AC
Date: Wed, 10 Apr 2019 16:52:24 +0200	[thread overview]
Message-ID: <bb9cccfe-5c7d-41c3-6593-936b9da17ced@baylibre.com> (raw)
In-Reply-To: <20190326102035.9239-1-narmstrong@baylibre.com>

On 26/03/2019 11:20, Neil Armstrong wrote:
> LibreTech AC is a single board computer manufactured by Libre Technology
> with the following specifications:
> 
>  - Amlogic S805X ARM Cortex-A53 quad-core SoC @ 1.2GHz
>  - ARM Mali 450 GPU
>  - 512MiB DDR4 SDRAM
>  - 10/100 Ethernet
>  - HDMI 2.0 4K/60Hz display
>  - 40-pin GPIO header
>  - 4 x USB 2.0 Host
>  - eMMC, SPI NOR Flash
>  - Infrared receiver
> 
> The u-boot specific code is the same as the P212 support,
> so use the P212 board support code with a distinct defconfig
> and config include files.
> 
> The patchset inports the DT from Linux 5.0 and add the corresponding
> configs and update the MAINTAINERS files.
> 
> Neil Armstrong (2):
>   ARM: dts: Import libretech-ac DT from Linux 5.0
>   boards: Amlogic: Add support for Libretech-AC
> 
>  arch/arm/dts/Makefile                         |   1 +
>  arch/arm/dts/meson-gxl-s805x-libretech-ac.dts | 248 ++++++++++++++++++
>  arch/arm/dts/meson-gxl.dtsi                   |  70 ++++-
>  board/amlogic/p212/MAINTAINERS                |   1 +
>  board/amlogic/p212/README.libretech-ac        | 103 ++++++++
>  configs/libretech-ac_defconfig                |  74 ++++++
>  include/configs/libretech-ac.h                |  24 ++
>  7 files changed, 512 insertions(+), 9 deletions(-)
>  create mode 100644 arch/arm/dts/meson-gxl-s805x-libretech-ac.dts
>  create mode 100644 board/amlogic/p212/README.libretech-ac
>  create mode 100644 configs/libretech-ac_defconfig
>  create mode 100644 include/configs/libretech-ac.h
> 

Applied both to u-boot-amlogic

Neil

  parent reply	other threads:[~2019-04-10 14:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-26 10:20 [PATCH 0/2] ARM: meson: Add support for Libretech-AC Neil Armstrong
2019-03-26 10:20 ` [U-Boot] " Neil Armstrong
2019-03-26 10:20 ` [PATCH 1/2] ARM: dts: Import libretech-ac DT from Linux 5.0 Neil Armstrong
2019-03-26 10:20   ` [U-Boot] " Neil Armstrong
2019-03-26 10:20 ` [PATCH 2/2] boards: Amlogic: Add support for Libretech-AC Neil Armstrong
2019-03-26 10:20   ` [U-Boot] " Neil Armstrong
2019-04-10 14:52 ` Neil Armstrong [this message]
2019-04-10 14:52   ` [U-Boot] [PATCH 0/2] ARM: meson: " 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=bb9cccfe-5c7d-41c3-6593-936b9da17ced@baylibre.com \
    --to=narmstrong@baylibre.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.