mbox series

[GIT,PULL] please pull fsl-qoriq-2022-10-18

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

Pull-request

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

Message

Peng Fan Oct. 25, 2022, 1:10 a.m. UTC
Hi Tom,

Please pull fsl-qoriq-2022-10-18

CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/13836
------------------------------------------
Layerscape update
 - support sysreset,
 - de-select FSL_IFC when booting from SD
 - disable unused parts of ICID tables
 - reduce ns_dev size for csu
 - enable dma snooping for ls104x
 - nand driver fixups for ls1043ardb rev 7.0 boards.
------------------------------------------

Thanks,
Peng.

The following changes since commit e2ff1d0fa777b11ad6b26432cb7613ab433b15d6:

  Merge tag 'efi-2023-01-rc1-3' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-10-16 20:23:47 -0400)

are available in the Git repository at:

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

for you to fetch changes up to c4f0de3eecd951cd5480cdbc9d96c63a4432a521:

  arm: fsl: csu: Reduce size of ns_dev (2022-10-18 09:32:53 +0800)

----------------------------------------------------------------
Sean Anderson (5):
      arm64: ls104x: Enable eDMA snooping
      arm64: layerscape: Support SYSRESET
      arm: layerscape: Don't select FSL_IFC when booting from SD card
      arm: layerscape: Disable unused parts of ICID tables
      arm: fsl: csu: Reduce size of ns_dev

Wei Lu (1):
      ls1043ardb: nand driver fixups for revision v7.0 boards

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig              |  4 ++--
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c                |  2 ++
 arch/arm/cpu/armv8/fsl-layerscape/icid.c               |  2 ++
 arch/arm/cpu/armv8/fsl-layerscape/soc.c                |  2 +-
 arch/arm/include/asm/arch-fsl-layerscape/fsl_icid.h    | 16 ++++++++++++++--
 arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h |  1 +
 board/freescale/ls1043ardb/cpld.c                      |  4 ++++
 board/freescale/ls1043ardb/cpld.h                      |  1 +
 board/freescale/ls1043ardb/ls1043ardb.c                | 46 +++++++++++++++++++++++++++++++++++++++++++++-
 include/fsl_csu.h                                      |  4 ++--
 10 files changed, 74 insertions(+), 8 deletions(-)

Comments

Tom Rini Oct. 25, 2022, 1:53 p.m. UTC | #1
On Tue, Oct 25, 2022 at 01:10:45AM +0000, Peng Fan wrote:

> Hi Tom,
> 
> Please pull fsl-qoriq-2022-10-18
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/13836

Applied to u-boot/master, thanks!