mbox series

[GIT,PULL] please pull fsl-qoriq-2022-9-6

Message ID DU0PR04MB941719A22AC8DD502024E9ED887E9@DU0PR04MB9417.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] please pull fsl-qoriq-2022-9-6 | expand

Pull-request

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

Message

Peng Fan Sept. 6, 2022, 9:55 a.m. UTC
Hi Tom,

Please pull fsl-qoriq-2022-9-6

---------------------------------------
Reset fixes for p1_p2_rdb_pc
Fix use after free issue fix in fsl_enetc.c
Fix for fsl ddr: make bank_addr_bits reflect actual bits
sl28 board update
---------------------------------------

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

Thanks,
Peng.

The following changes since commit 427aa3c9b72b6672f714389a6f71b6cc2841d559:

  Merge tag 'tpm-03092022' of https://source.denx.de/u-boot/custodians/u-boot-tpm (2022-09-03 14:55:37 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 44366be10a9386a8887124a77a7d06169c3aa1f3:

  board: freescale: p1_p2_rdb_pc: Turn off watchdog before reset (2022-09-06 14:08:35 +0800)

----------------------------------------------------------------
Michael Walle (5):
      armv8: layerscape: spl: mark OCRAM as non-secure
      board: sl28: implement additional bootsources
      board: sl28: add user friendly names for the boot sources
      board: sl28: support dynamic prompts
      board: sl28: remove COUNTER_FREQUENCY_REAL

Pali Rohár (4):
      board: freescale: p1_p2_rdb_pc: Add workaround for board reset reboot loop
      board: freescale: p1_p2_rdb_pc: Add workaround for non-working watchdog
      board: freescale: p1_p2_rdb_pc: Avoid usage of CPLD's system reset register
      board: freescale: p1_p2_rdb_pc: Turn off watchdog before reset

Sean Anderson (2):
      ddr: fsl: Reduce the size of interactive options
      ddr: fsl: Make bank_addr_bits reflect actual bits

Siarhei Yasinski (1):
      net: enetc: Fix use after free issue in fsl_enetc.c

 arch/arm/cpu/armv8/fsl-layerscape/spl.c     | 13 +++++++++++++
 arch/powerpc/cpu/mpc85xx/cpu.c              |  8 ++++++++
 board/freescale/ls1043ardb/ddr.c            |  2 +-
 board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c | 48 +++++++++++++++++++++++++++++++++++++++++++++++-
 board/freescale/p1_p2_rdb_pc/spl.c          |  6 ++++++
 board/freescale/p1_p2_rdb_pc/tlb.c          |  2 +-
 board/kontron/sl28/common.c                 | 22 ++++++++++++++++++++++
 board/kontron/sl28/sl28.c                   | 43 +++++++++++++++++++++++++++++++++++++++++++
 board/kontron/sl28/sl28.h                   | 16 ++++++++++++++++
 board/kontron/sl28/spl.c                    | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 configs/kontron_sl28_defconfig              |  6 +++++-
 drivers/ddr/fsl/ctrl_regs.c                 |  2 +-
 drivers/ddr/fsl/ddr4_dimm_params.c          |  2 +-
 drivers/ddr/fsl/interactive.c               |  6 +++---
 drivers/net/fsl_enetc.c                     |  8 +++++++-
 include/configs/kontron_sl28.h              |  2 --
 16 files changed, 227 insertions(+), 13 deletions(-)
 create mode 100644 board/kontron/sl28/sl28.h

Comments

Tom Rini Sept. 6, 2022, 3:50 p.m. UTC | #1
On Tue, Sep 06, 2022 at 09:55:37AM +0000, Peng Fan wrote:

> Hi Tom,
> 
> Please pull fsl-qoriq-2022-9-6
> 

Applied to u-boot/master, thanks!