All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Pali Rohár" <pali@kernel.org>
To: Priyanka Jain <priyanka.jain@nxp.com>,
	Qiang Zhao <qiang.zhao@nxp.com>,
	Shengzhou Liu <Shengzhou.Liu@nxp.com>,
	Alexander Graf <agraf@csgraf.de>, Bin Meng <bmeng.cn@gmail.com>,
	Wolfgang Denk <wd@denx.de>, Sinan Akman <sinan@writeme.com>
Cc: u-boot@lists.denx.de
Subject: [PATCH 0/2] powerpc: mpc85xx: Add support for generating QorIQ pre-PBL eSDHC boot sector
Date: Tue,  5 Apr 2022 15:40:30 +0200	[thread overview]
Message-ID: <20220405134032.704-1-pali@kernel.org> (raw)

With this patch series, U-Boot binary u-boot.bin (or u-boot-with-spl.bin
when SPL is used) for QorIQ pre-PBL platforms can be directly copied to
SD card without need to process binary via external formatting tools.

Tested on P2020 based board with SPL booting and also direct U-Boot
booting without SPL.

Depends on other powerpc mpc85xx patches:
http://patchwork.ozlabs.org/project/uboot/list/?series=293592&state=*

When using SPL, also following mmc fsl_esdhc_spl patches are required:
http://patchwork.ozlabs.org/project/uboot/list/?series=293276&state=*

And when using SPL and u-boot-with-spl.bin is stored on non-zero sector
then also following patch is required:
http://patchwork.ozlabs.org/project/uboot/patch/20220404163311.5853-1-pali@kernel.org/

Pali Rohár (2):
  powerpc: mpc85xx: Add support for generating QorIQ pre-PBL eSDHC boot
    sector
  board: freescale: p1_p2_rdb_pc: Calculate offsets for eSDHC boot
    sector

 arch/powerpc/cpu/mpc85xx/Kconfig        | 53 +++++++++++++++
 arch/powerpc/cpu/mpc85xx/start.S        | 86 +++++++++++++++++++++++++
 arch/powerpc/cpu/mpc85xx/u-boot-spl.lds |  5 ++
 arch/powerpc/cpu/mpc85xx/u-boot.lds     |  5 ++
 include/configs/p1_p2_rdb_pc.h          |  7 +-
 5 files changed, 155 insertions(+), 1 deletion(-)

-- 
2.20.1


             reply	other threads:[~2022-04-05 13:42 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-05 13:40 Pali Rohár [this message]
2022-04-05 13:40 ` [PATCH 1/2] powerpc: mpc85xx: Add support for generating QorIQ pre-PBL eSDHC boot sector Pali Rohár
2022-04-25  5:25   ` Priyanka Jain (OSS)
2022-04-25 12:36     ` Pali Rohár
2022-05-11 20:59       ` Pali Rohár
2022-05-18 10:53         ` Pali Rohár
2022-06-04 13:02           ` Pali Rohár
2022-06-23 17:17             ` Pali Rohár
2022-06-28 18:07               ` Pali Rohár
2022-06-28 18:14                 ` Tom Rini
2022-07-13 23:49                 ` Pali Rohár
2022-07-21 22:49                   ` Pali Rohár
2022-05-11 18:57   ` [PATCH v2] " Pali Rohár
2022-04-05 13:40 ` [PATCH 2/2] board: freescale: p1_p2_rdb_pc: Calculate offsets for " Pali Rohár
2022-08-01 12:50   ` [PATCH v2] " Pali Rohár
2022-08-17 21:03     ` Pali Rohár
2022-09-07  3:02       ` 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=20220405134032.704-1-pali@kernel.org \
    --to=pali@kernel.org \
    --cc=Shengzhou.Liu@nxp.com \
    --cc=agraf@csgraf.de \
    --cc=bmeng.cn@gmail.com \
    --cc=priyanka.jain@nxp.com \
    --cc=qiang.zhao@nxp.com \
    --cc=sinan@writeme.com \
    --cc=u-boot@lists.denx.de \
    --cc=wd@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.