Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 0/2] Add support for radxa rk3399 and rk3399pro based targets
@ 2020-07-04 20:16 Suniel Mahesh
  2020-07-04 20:16 ` [Buildroot] [PATCH v3 1/2] configs/rock_pi_n10: new defconfig Suniel Mahesh
  2020-07-04 20:16 ` [Buildroot] [PATCH v3 2/2] configs/rock_pi_4: " Suniel Mahesh
  0 siblings, 2 replies; 13+ messages in thread
From: Suniel Mahesh @ 2020-07-04 20:16 UTC (permalink / raw)
  To: buildroot

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

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

end of thread, other threads:[~2020-07-13  6:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-04 20:16 [Buildroot] [PATCH v3 0/2] Add support for radxa rk3399 and rk3399pro based targets Suniel Mahesh
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox