All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] powerpc: mpc85xx: Add support for generating QorIQ pre-PBL eSDHC boot sector
@ 2022-04-05 13:40 Pali Rohár
  2022-04-05 13:40 ` [PATCH 1/2] " Pali Rohár
  2022-04-05 13:40 ` [PATCH 2/2] board: freescale: p1_p2_rdb_pc: Calculate offsets for " Pali Rohár
  0 siblings, 2 replies; 17+ messages in thread
From: Pali Rohár @ 2022-04-05 13:40 UTC (permalink / raw)
  To: Priyanka Jain, Qiang Zhao, Shengzhou Liu, Alexander Graf,
	Bin Meng, Wolfgang Denk, Sinan Akman
  Cc: u-boot

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


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

end of thread, other threads:[~2022-09-07  3:03 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-05 13:40 [PATCH 0/2] powerpc: mpc85xx: Add support for generating QorIQ pre-PBL eSDHC boot sector Pali Rohár
2022-04-05 13:40 ` [PATCH 1/2] " 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

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.