From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/5] rockchip: Add Binman support
Date: Fri, 18 Oct 2019 00:37:05 +0530 [thread overview]
Message-ID: <20191017190710.29985-1-jagan@amarulasolutions.com> (raw)
This is v3 set for Binman support in rockchip, [1] here is
previous patchset.
This series add binman support for TPL-based targets,
binman for SPL-alone boards add in future.
Changes for v3:
- rebase on master
- add binman for rk3288, rk3328, rk3368, rk3399
- added rst documentation for rockchip
Changes for v2:
- Add few clean target patches
- update bl31.elf env handling code, with logging
- support puma itb, via BL31 and PMUM0 env
- enable BUILD_TARGET for ROCKCHIP_RK3399
- add patch to build rockchip dtbs based on SoC types
- update binman patch
[1] http://patchwork.ozlabs.org/cover/1092198/
Any inputs?
Jagan.
Jagan Teki (5):
Makefile: Add rockchip image type
Makefile: Rename idbloader.img with u-boot-spl-rockchip.bin
arm: dts: rk3368: Add rk3368-u-boot.dtsi
rockchip: Add Binman support
doc: boards: Add rockchip documentation
Makefile | 23 ++++-
arch/arm/Kconfig | 1 +
arch/arm/dts/rk3288-u-boot.dtsi | 2 +
arch/arm/dts/rk3328-u-boot.dtsi | 2 +
arch/arm/dts/rk3368-geekbox-u-boot.dtsi | 2 +
arch/arm/dts/rk3368-lion-u-boot.dtsi | 2 +
arch/arm/dts/rk3368-px5-evb-u-boot.dtsi | 3 +
arch/arm/dts/rk3368-sheep-u-boot.dtsi | 2 +
arch/arm/dts/rk3368-u-boot.dtsi | 6 ++
arch/arm/dts/rk3399-u-boot.dtsi | 2 +
arch/arm/dts/rockchip-u-boot.dtsi | 21 ++++
doc/board/rockchip/index.rst | 10 ++
doc/board/rockchip/rockchip.rst | 125 ++++++++++++++++++++++++
include/configs/rockchip-common.h | 2 +
14 files changed, 200 insertions(+), 3 deletions(-)
create mode 100644 arch/arm/dts/rk3368-u-boot.dtsi
create mode 100644 arch/arm/dts/rockchip-u-boot.dtsi
create mode 100644 doc/board/rockchip/index.rst
create mode 100644 doc/board/rockchip/rockchip.rst
--
2.18.0.321.gffc6fa0e3
next reply other threads:[~2019-10-17 19:07 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-17 19:07 Jagan Teki [this message]
2019-10-17 19:07 ` [U-Boot] [PATCH v3 1/5] Makefile: Add rockchip image type Jagan Teki
2019-11-10 14:16 ` Kever Yang
2019-10-17 19:07 ` [U-Boot] [PATCH v3 2/5] Makefile: Rename idbloader.img with u-boot-spl-rockchip.bin Jagan Teki
2019-10-18 10:56 ` Kever Yang
2019-10-21 5:26 ` Jagan Teki
2019-10-21 8:13 ` Mark Kettenis
2019-10-22 10:10 ` Jagan Teki
2019-11-15 6:34 ` Kever Yang
2019-10-17 19:07 ` [U-Boot] [PATCH v3 3/5] arm: dts: rk3368: Add rk3368-u-boot.dtsi Jagan Teki
2019-10-17 19:07 ` [U-Boot] [PATCH v3 4/5] rockchip: Add Binman support Jagan Teki
2019-10-21 8:16 ` Jagan Teki
2019-10-17 19:07 ` [U-Boot] [PATCH v3 5/5] doc: boards: Add rockchip documentation Jagan Teki
2019-10-18 12:20 ` Robin Murphy
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=20191017190710.29985-1-jagan@amarulasolutions.com \
--to=jagan@amarulasolutions.com \
--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