All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peng Fan <peng.fan@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [patch v2 00/13] imx: mx6sabresd: support SPL FIT
Date: Wed,  9 Aug 2017 20:51:54 +0800	[thread overview]
Message-ID: <1502283127-21666-1-git-send-email-peng.fan@nxp.com> (raw)

This patch set is to support SPL FIT for mx6sabresd board.
Patchset tested on 6qsabresd and 6qpsabresd board, works well.
The mkimage_fit.sh is modified from sunxi code to generate u-boot.its.

V2:
Rebased to latest master branch
Include patch https://patchwork.ozlabs.org/patch/798992/ to make this
patchset could be applied together.

Peng Fan (13):
  scripts: spl: fix typo
  arm: dts: include dts for imx6sabresd
  power: pmic/regulator allow dm be omited by SPL
  Makefile: build FIT image if CONFIG_SPL_FIT_GENERATOR defined
  imx: introduce mkimage_fit.sh
  imx: mx6sabresd: implement board_fit_config_name_match
  imx: mx6sabresd: enable SPL FIT
  scripts: spl: Disable DM MMC when SPL DM not enabled
  mmc: fsl_esdhc: switch to use CONFIG_IS_ENABLED
  power: pmic.h: include dm/ofnode.h
  board: freescale: common: add pfuze dm code
  imx: mx6sabresd: enable dm drivers
  imx: mx6sabresd: update README

 Makefile                                |   4 +
 arch/arm/dts/Makefile                   |   3 +
 arch/arm/dts/imx6dl-sabresd.dts         |  22 +
 arch/arm/dts/imx6dl.dtsi                | 242 +++++++++++
 arch/arm/dts/imx6q-sabresd.dts          |  30 ++
 arch/arm/dts/imx6q.dtsi                 | 164 ++++++-
 arch/arm/dts/imx6qdl-sabresd.dtsi       | 738 ++++++++++++++++++++++++++++++++
 arch/arm/dts/imx6qdl.dtsi               | 100 +++--
 arch/arm/dts/imx6qp-sabresd.dts         |  93 ++++
 arch/arm/dts/imx6qp.dtsi                | 153 +++++++
 arch/arm/mach-imx/mkimage_fit.sh        |  63 +++
 board/freescale/common/Makefile         |   1 +
 board/freescale/common/pfuze.h          |   5 +
 board/freescale/common/pfuze_dm.c       |  89 ++++
 board/freescale/mx6sabresd/README       |  18 +-
 board/freescale/mx6sabresd/mx6sabresd.c | 339 ++++++---------
 configs/mx6sabresd_defconfig            |  22 +-
 drivers/mmc/fsl_esdhc.c                 |  14 +-
 drivers/power/pmic/Makefile             |   4 +-
 drivers/power/regulator/Makefile        |   2 +-
 include/configs/mx6sabresd.h            |  15 +-
 include/power/pmic.h                    |   1 +
 scripts/Makefile.uncmd_spl              |   3 +-
 23 files changed, 1869 insertions(+), 256 deletions(-)
 create mode 100644 arch/arm/dts/imx6dl-sabresd.dts
 create mode 100644 arch/arm/dts/imx6q-sabresd.dts
 create mode 100644 arch/arm/dts/imx6qdl-sabresd.dtsi
 create mode 100644 arch/arm/dts/imx6qp-sabresd.dts
 create mode 100644 arch/arm/dts/imx6qp.dtsi
 create mode 100755 arch/arm/mach-imx/mkimage_fit.sh
 create mode 100644 board/freescale/common/pfuze_dm.c

-- 
2.6.2

             reply	other threads:[~2017-08-09 12:51 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-09 12:51 Peng Fan [this message]
2017-08-09 12:51 ` [U-Boot] [patch v2 01/13] scripts: spl: fix typo Peng Fan
2017-08-09 12:51 ` [U-Boot] [patch v2 02/13] arm: dts: include dts for imx6sabresd Peng Fan
2017-08-09 12:51 ` [U-Boot] [patch v2 03/13] power: pmic/regulator allow dm be omited by SPL Peng Fan
2017-08-09 12:51 ` [U-Boot] [patch v2 04/13] Makefile: build FIT image if CONFIG_SPL_FIT_GENERATOR defined Peng Fan
2017-08-09 12:51 ` [U-Boot] [patch v2 05/13] imx: introduce mkimage_fit.sh Peng Fan
2017-08-09 12:52 ` [U-Boot] [patch v2 06/13] imx: mx6sabresd: implement board_fit_config_name_match Peng Fan
2017-08-09 12:52 ` [U-Boot] [patch v2 07/13] imx: mx6sabresd: enable SPL FIT Peng Fan
2017-08-09 12:52 ` [U-Boot] [patch v2 08/13] scripts: spl: Disable DM MMC when SPL DM not enabled Peng Fan
2017-08-09 12:52 ` [U-Boot] [patch v2 09/13] mmc: fsl_esdhc: switch to use CONFIG_IS_ENABLED Peng Fan
2017-08-09 12:52 ` [U-Boot] [patch v2 10/13] power: pmic.h: include dm/ofnode.h Peng Fan
2017-08-13 21:36   ` Simon Glass
2017-08-09 12:52 ` [U-Boot] [patch v2 11/13] board: freescale: common: add pfuze dm code Peng Fan
2017-08-09 12:52 ` [U-Boot] [patch v2 12/13] imx: mx6sabresd: enable dm drivers Peng Fan
2017-08-09 12:52 ` [U-Boot] [patch v2 13/13] imx: mx6sabresd: update README Peng Fan

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=1502283127-21666-1-git-send-email-peng.fan@nxp.com \
    --to=peng.fan@nxp.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.