mbox series

[PULL] u-boot-riscv/master

Message ID Y2NoAaeeB2LEYUwR@ubuntu01
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-riscv/master | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-riscv.git

Message

Leo Liang Nov. 3, 2022, 7:04 a.m. UTC
Hi Tom, 

The following changes since commit c8d9ff634fc429db5acf2f5386ea937f0fef1ae7:

  Merge branch '2022-10-31-FWU-add-FWU-multi-bank-update-feature-support' (2022-11-01 09:32:21 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-riscv.git

for you to fetch changes up to 7321bad25f18684b53cff4346543fb2da2a2c0d0:

  riscv: Update Microchip MPFS Icicle Kit support (2022-11-03 13:27:56 +0800)

CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/13999

----------------------------------------------------------------
Padmarao Begari (4):
      riscv: dts: Update memory configuration
      riscv: dts: Add QSPI NAND device node
      spi: Add Microchip PolarFire SoC QSPI driver
      riscv: Update Microchip MPFS Icicle Kit support

Yu Chien Peter Lin (1):
      riscv: Rename Andes PLIC to PLICSW

 arch/riscv/Kconfig                              |   6 +--
 arch/riscv/cpu/ax25/Kconfig                     |   2 +-
 arch/riscv/dts/ae350-u-boot.dtsi                |   2 +-
 arch/riscv/dts/ae350_32.dts                     |   6 +--
 arch/riscv/dts/ae350_64.dts                     |   6 +--
 arch/riscv/dts/microchip-mpfs-icicle-kit.dts    |  91 ++++++++++++--------------------
 arch/riscv/include/asm/global_data.h            |   4 +-
 arch/riscv/include/asm/syscon.h                 |   2 +-
 arch/riscv/lib/Makefile                         |   2 +-
 arch/riscv/lib/{andes_plic.c => andes_plicsw.c} |  26 +++++-----
 board/microchip/mpfs_icicle/Kconfig             |   7 +++
 configs/microchip_mpfs_icicle_defconfig         |   1 +
 drivers/spi/Kconfig                             |   6 +++
 drivers/spi/Makefile                            |   1 +
 drivers/spi/microchip_coreqspi.c                | 505 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/timer/andes_plmt_timer.c                |   2 +-
 16 files changed, 582 insertions(+), 87 deletions(-)
 rename arch/riscv/lib/{andes_plic.c => andes_plicsw.c} (76%)
 create mode 100644 drivers/spi/microchip_coreqspi.c

Best regards,
Leo

Comments

Tom Rini Nov. 3, 2022, 4:57 p.m. UTC | #1
On Thu, Nov 03, 2022 at 07:04:33AM +0000, Leo Liang wrote:

> Hi Tom, 
> 
> The following changes since commit c8d9ff634fc429db5acf2f5386ea937f0fef1ae7:
> 
>   Merge branch '2022-10-31-FWU-add-FWU-multi-bank-update-feature-support' (2022-11-01 09:32:21 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-riscv.git

Can you please start including a few line summary of the changes in your
pull requests?

> 
> for you to fetch changes up to 7321bad25f18684b53cff4346543fb2da2a2c0d0:
> 
>   riscv: Update Microchip MPFS Icicle Kit support (2022-11-03 13:27:56 +0800)
> 
> CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/13999
> 

Applied to u-boot/master, thanks!
Leo Liang Nov. 4, 2022, 12:28 a.m. UTC | #2
Hi Tom,

On Thu, Nov 03, 2022 at 12:57:05PM -0400, Tom Rini wrote:
> On Thu, Nov 03, 2022 at 07:04:33AM +0000, Leo Liang wrote:
> 
> > Hi Tom, 
> > 
> > The following changes since commit c8d9ff634fc429db5acf2f5386ea937f0fef1ae7:
> > 
> >   Merge branch '2022-10-31-FWU-add-FWU-multi-bank-update-feature-support' (2022-11-01 09:32:21 -0400)
> > 
> > are available in the Git repository at:
> > 
> >   https://source.denx.de/u-boot/custodians/u-boot-riscv.git
> 
> Can you please start including a few line summary of the changes in your
> pull requests?
> 

Sorry for not including any summary before,
will for sure summarize the PRs in the pull requests.

> > 
> > for you to fetch changes up to 7321bad25f18684b53cff4346543fb2da2a2c0d0:
> > 
> >   riscv: Update Microchip MPFS Icicle Kit support (2022-11-03 13:27:56 +0800)
> > 
> > CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/13999
> > 
> 
> Applied to u-boot/master, thanks!
> 
> -- 
> Tom

Best regards,
Leo