Re: [GIT PULL] please pull fsl-qoirq-2022-7-29

2022-08-01 Thread Tom Rini
On Mon, Aug 01, 2022 at 01:00:34AM +, Peng Fan wrote:

> Hi Tom,
> 
> Please pull fsl-qoriq-2022-7-29
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[GIT PULL] please pull fsl-qoirq-2022-7-29

2022-07-31 Thread Peng Fan
Hi Tom,

Please pull fsl-qoriq-2022-7-29


mpc85xx: support for generating QorIQ pre-PBL eSDHC boot sector
p1_p2_rdb_pc: Remove I-flag from second L2 SRAM mapping
p1_p2_rdb_pc: Fix parsing inverted bits from boot input data
p1_p2_rdb_pc: Simplify SPL offset macros


CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/12929

Thanks,
Peng.

The following changes since commit 87069c79e830b2ab909537946a1e1db0e5fe7d8c:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mmc (2022-07-27 
07:00:54 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git 
tags/fsl-qoriq-2022-7-29

for you to fetch changes up to 3982e761dcdec45db17207dee3851397fe23f45d:

  board: freescale: p1_p2_rdb_pc: Simplify SPL offset macros (2022-07-29 
19:49:13 +0800)


Pali Rohár (4):
  powerpc: mpc85xx: Add support for generating QorIQ pre-PBL eSDHC boot 
sector
  board: freescale: p1_p2_rdb_pc: Remove I-flag from second L2 SRAM mapping
  board: freescale: p1_p2_rdb_pc: Fix parsing inverted bits from boot input 
data
  board: freescale: p1_p2_rdb_pc: Simplify SPL offset macros

 arch/powerpc/cpu/mpc85xx/Kconfig| 53 
+
 arch/powerpc/cpu/mpc85xx/start.S| 94 
++
 arch/powerpc/cpu/mpc85xx/u-boot-spl.lds |  8 
 arch/powerpc/cpu/mpc85xx/u-boot.lds |  8 
 board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c |  6 --
 board/freescale/p1_p2_rdb_pc/tlb.c  |  4 ++--
 include/configs/p1_p2_rdb_pc.h  | 12 ++--
 7 files changed, 175 insertions(+), 10 deletions(-)