mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 0/3] rockchip: Build for multiple SoCs
Date: Tue, 18 May 2021 13:44:01 +0200	[thread overview]
Message-ID: <20210518114404.5553-1-s.hauer@pengutronix.de> (raw)

rk3188 and rk3288 can easily be built together in a single image. Add
support for this and merge the two defconfig files.

Sascha Hauer (3):
  ARM: rockchip: Allow to build for multiple SoCs
  ARM: Rockchip: Merge defconfig files
  ARM: rockchip: radxa-rock: build defaultenv

 arch/arm/boards/radxa-rock/Makefile           |  1 +
 arch/arm/boards/radxa-rock/board.c            |  3 +
 .../{env => defaultenv-radxa-rock}/boot/mshc1 |  0
 .../boot/mshc1-old                            |  0
 .../init/bootsource                           |  0
 .../nv/hostname                               |  0
 .../nv/linux.bootargs.console                 |  0
 arch/arm/configs/rk3188_defconfig             | 98 -------------------
 .../{rk3288_defconfig => rockchip_defconfig}  |  5 +-
 arch/arm/mach-rockchip/Kconfig                | 12 +--
 arch/arm/mach-rockchip/Makefile               |  1 +
 .../arm/mach-rockchip/include/mach/debug_ll.h | 12 ++-
 .../arm/mach-rockchip/include/mach/rockchip.h | 22 +++++
 arch/arm/mach-rockchip/rk3188.c               |  4 +-
 arch/arm/mach-rockchip/rk3288.c               | 25 ++---
 arch/arm/mach-rockchip/rockchip.c             | 17 ++++
 common/Kconfig                                | 18 +++-
 17 files changed, 89 insertions(+), 129 deletions(-)
 rename arch/arm/boards/radxa-rock/{env => defaultenv-radxa-rock}/boot/mshc1 (100%)
 rename arch/arm/boards/radxa-rock/{env => defaultenv-radxa-rock}/boot/mshc1-old (100%)
 rename arch/arm/boards/radxa-rock/{env => defaultenv-radxa-rock}/init/bootsource (100%)
 rename arch/arm/boards/radxa-rock/{env => defaultenv-radxa-rock}/nv/hostname (100%)
 rename arch/arm/boards/radxa-rock/{env => defaultenv-radxa-rock}/nv/linux.bootargs.console (100%)
 delete mode 100644 arch/arm/configs/rk3188_defconfig
 rename arch/arm/configs/{rk3288_defconfig => rockchip_defconfig} (96%)
 create mode 100644 arch/arm/mach-rockchip/include/mach/rockchip.h
 create mode 100644 arch/arm/mach-rockchip/rockchip.c

-- 
2.29.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


             reply	other threads:[~2021-05-18 11:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-18 11:44 Sascha Hauer [this message]
2021-05-18 11:44 ` [PATCH 1/3] ARM: rockchip: Allow to build " Sascha Hauer
2021-05-18 11:44 ` [PATCH 2/3] ARM: Rockchip: Merge defconfig files Sascha Hauer
2021-05-18 11:48   ` Ahmad Fatoum
2021-06-02  6:54     ` Sascha Hauer
2021-05-18 11:44 ` [PATCH 3/3] ARM: rockchip: radxa-rock: build defaultenv Sascha Hauer

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=20210518114404.5553-1-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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