u-boot-amlogic.groups.io archive mirror
 help / color / mirror / Atom feed
From: "Neil Armstrong" <neil.armstrong@linaro.org>
To: u-boot@lists.denx.de, u-boot-amlogic@groups.io,
	linux-amlogic@lists.infradead.org,
	Christian Hewitt <christianshewitt@gmail.com>
Subject: Re: (subset) [PATCH v2 00/14] boards: amlogic: add BananaPi/Radxa/WeTek boards
Date: Thu, 23 Mar 2023 16:38:28 +0100	[thread overview]
Message-ID: <167958590859.727591.8895385261532366632.b4-ty@linaro.org> (raw)
In-Reply-To: <20230323143142.780306-1-christianshewitt@gmail.com>

Hi,

On Thu, 23 Mar 2023 14:31:28 +0000, Christian Hewitt wrote:
> This series adds support for the following boards which are
> tested and booting fine with 2023.04-rc4:
> 
> - BananaPi M2-Pro (S905X3)
> - BananaPi M2S (A311D or S922X)
> - Radxa Zero2 (A311D)
> - WeTek Hub (S905)
> - WeTek Play2 (S905)
> 
> [...]

Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-test)

[01/14] docs: boards: amlogic: add bananapi-m5 to u200 maintainer file
        https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/86e59bdd4d55c46fbe7bd856fa16e27c970f407f
[03/14] ARM: dts: add support for BananaPi M2-Pro
        https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/4170731c4a9dfb5583d45453f323be7975521c18
[04/14] boards: add BananaPi M2-Pro defconfig
        https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/d33260a5054b716baa5336f2c788e0e07ae46417
[05/14] docs: boards: amlogic: add documentation for BananaPi M2-Pro
        https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/b2fc35e5f138c6e7449c925324891dbbb70bb400
[06/14] ARM: dts: add support for BananaPi M2S
        https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/56a92bd4f443634ea6a50bb4b7269e1c04c9e00b
[07/14] boards: add BananaPi M2S defconfig
        https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/43c67ddf59ff7a4dc62fc0d4c49fe3d54463bc66
[08/14] docs: boards: amlogic: add documentation for BananaPi M2S
        https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/40f1eea84e2845deda5ce5fbf6c4f8fb1bb85463
[09/14] ARM: dts: add support for Radxa Zero2
        https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/3016f6fb9e4c506ce751b36215cc1ac44aca31b0
[10/14] boards: amlogic: add Radxa Zero2 defconfig
        https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/2c57d114d2716e75fa0b4e8f0149215437f603a8
[11/14] doc: boards: amlogic: add documentation for Radxa Zero2
        https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/37eda34cb5afb230df00b7ebc74c8164b89cbc4c
[12/14] ARM: dts: add support for WeTek Hub and WeTek Play2
        https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/b07e8fb073aa1b847e9ceb563b76808c88be2af9
[13/14] boards: amlogic: add WeTek Hub and WeTek Play2 defconfig
        https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/fcb0fb2bd6d9e4042bed21685da893f5765305eb
[14/14] doc: boards: amlogic: add documentation for WeTek Hub and WeTek Play2
        https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/f097eedf0c04fc6307e22b4b707aa3b47c921b4c

-- 
Neil


      parent reply	other threads:[~2023-03-23 15:38 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-23 14:31 [PATCH v2 00/14] boards: amlogic: add BananaPi/Radxa/WeTek boards Christian Hewitt
2023-03-23 14:31 ` [PATCH v2 01/14] docs: boards: amlogic: add bananapi-m5 to u200 maintainer file Christian Hewitt
2023-03-23 14:31 ` [PATCH v2 02/14] docs: boards: amlogic: fix blank-line typo in recently updated docs Christian Hewitt
2023-03-23 14:31 ` [PATCH v2 03/14] ARM: dts: add support for BananaPi M2-Pro Christian Hewitt
2023-03-23 14:31 ` [PATCH v2 04/14] boards: add BananaPi M2-Pro defconfig Christian Hewitt
2023-03-23 14:31 ` [PATCH v2 05/14] docs: boards: amlogic: add documentation for BananaPi M2-Pro Christian Hewitt
2023-03-23 15:01   ` Neil Armstrong
2023-03-23 14:31 ` [PATCH v2 06/14] ARM: dts: add support for BananaPi M2S Christian Hewitt
2023-03-23 14:31 ` [PATCH v2 07/14] boards: add BananaPi M2S defconfig Christian Hewitt
2023-03-23 14:31 ` [PATCH v2 08/14] docs: boards: amlogic: add documentation for BananaPi M2S Christian Hewitt
2023-03-23 15:01   ` Neil Armstrong
2023-03-23 14:31 ` [PATCH v2 09/14] ARM: dts: add support for Radxa Zero2 Christian Hewitt
2023-03-23 14:31 ` [PATCH v2 10/14] boards: amlogic: add Radxa Zero2 defconfig Christian Hewitt
2023-03-23 14:31 ` [PATCH v2 11/14] doc: boards: amlogic: add documentation for Radxa Zero2 Christian Hewitt
2023-03-23 15:01   ` Neil Armstrong
2023-03-23 14:31 ` [PATCH v2 12/14] ARM: dts: add support for WeTek Hub and WeTek Play2 Christian Hewitt
2023-03-23 14:31 ` [PATCH v2 13/14] boards: amlogic: add WeTek Hub and WeTek Play2 defconfig Christian Hewitt
2023-03-23 15:02   ` Neil Armstrong
2023-03-23 14:31 ` [PATCH v2 14/14] doc: boards: amlogic: add documentation for WeTek Hub and WeTek Play2 Christian Hewitt
2023-03-23 15:02   ` Neil Armstrong
2023-03-23 15:38 ` Neil Armstrong [this message]

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=167958590859.727591.8895385261532366632.b4-ty@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=christianshewitt@gmail.com \
    --cc=linux-amlogic@lists.infradead.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).