Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Suniel Mahesh <sunil@amarulasolutions.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 0/2] Add support for radxa rk3399 and rk3399pro based targets
Date: Sun,  5 Jul 2020 01:46:43 +0530	[thread overview]
Message-ID: <1593893805-8430-1-git-send-email-sunil@amarulasolutions.com> (raw)

This patch series adds support for targets based on rk3399 SOC from radxa.

Here are the previous versions of this series[1] [2].

patch #1, adds support for rockpi_n10 base board hosting a RK3399pro SOM.
patch #2, adds support for rockpi_4 targets(Model A, B, C) based on rk3399 SOC.

Changes for v3:
- updated readme for rockpi_n10

Changes for v2:
- renamed and updated defconfig from rockpi_4c to rock_pi_4 and board folder
  from rockpi-4c to rockpi-4, so that this will be valid to board Models A, B, C.
- renamed defconfig from rockpi_n10 to rock_pi_n10
- Changed commit description.
- updated gitlab-ci.yml.
- updated DEVELOPERS.
- updated readme.
- updated extlinux.conf.

[1] http://patchwork.ozlabs.org/project/buildroot/cover/1592369606-14872-1-git-send-email-sunil at amarulasolutions.com/
[2] https://patchwork.ozlabs.org/project/buildroot/cover/1593058045-7013-1-git-send-email-sunil at amarulasolutions.com/

Suniel Mahesh (2):
  configs/rock_pi_n10: new defconfig
  configs/rock_pi_4: new defconfig

 .gitlab-ci.yml                       |  2 ++
 DEVELOPERS                           |  4 +++
 board/radxa/rockpi-4/extlinux.conf   |  4 +++
 board/radxa/rockpi-4/genimage.cfg    | 39 +++++++++++++++++++++++
 board/radxa/rockpi-4/post-build.sh   |  5 +++
 board/radxa/rockpi-4/readme.txt      | 61 ++++++++++++++++++++++++++++++++++++
 board/radxa/rockpi-n10/extlinux.conf |  4 +++
 board/radxa/rockpi-n10/genimage.cfg  | 39 +++++++++++++++++++++++
 board/radxa/rockpi-n10/post-build.sh |  5 +++
 board/radxa/rockpi-n10/readme.txt    | 61 ++++++++++++++++++++++++++++++++++++
 configs/rock_pi_4_defconfig          | 57 +++++++++++++++++++++++++++++++++
 configs/rock_pi_n10_defconfig        | 57 +++++++++++++++++++++++++++++++++
 12 files changed, 338 insertions(+)
 create mode 100644 board/radxa/rockpi-4/extlinux.conf
 create mode 100644 board/radxa/rockpi-4/genimage.cfg
 create mode 100755 board/radxa/rockpi-4/post-build.sh
 create mode 100644 board/radxa/rockpi-4/readme.txt
 create mode 100644 board/radxa/rockpi-n10/extlinux.conf
 create mode 100644 board/radxa/rockpi-n10/genimage.cfg
 create mode 100755 board/radxa/rockpi-n10/post-build.sh
 create mode 100644 board/radxa/rockpi-n10/readme.txt
 create mode 100644 configs/rock_pi_4_defconfig
 create mode 100644 configs/rock_pi_n10_defconfig

-- 
2.7.4

             reply	other threads:[~2020-07-04 20:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-04 20:16 Suniel Mahesh [this message]
2020-07-04 20:16 ` [Buildroot] [PATCH v3 1/2] configs/rock_pi_n10: new defconfig Suniel Mahesh
2020-07-12 20:04   ` Thomas Petazzoni
2020-07-13  6:42     ` Suniel Mahesh
2020-07-04 20:16 ` [Buildroot] [PATCH v3 2/2] configs/rock_pi_4: " Suniel Mahesh
2020-07-06  1:57   ` Tian Yuanhao
2020-07-06  4:37     ` Suniel Mahesh
2020-07-06  8:13       ` Tian Yuanhao
2020-07-06 11:45         ` Suniel Mahesh
2020-07-06 12:21           ` Tian Yuanhao
2020-07-06 12:26             ` Suniel Mahesh
2020-07-12 20:29   ` Thomas Petazzoni
2020-07-13  6:47     ` Suniel Mahesh

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=1593893805-8430-1-git-send-email-sunil@amarulasolutions.com \
    --to=sunil@amarulasolutions.com \
    --cc=buildroot@busybox.net \
    /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