mbox series

[PULL] u-boot-riscv/master

Message ID ZRJqblFTuKuSI1hS@swlinux02
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 Sept. 26, 2023, 5:21 a.m. UTC
Hi Tom,

The following changes since commit 15155ab0a3d1f839509bcac620bfb38f950bead6:

  Merge tag 'u-boot-imx-20230923' of https://source.denx.de/u-boot/custodians/u-boot-imx (2023-09-24 17:15:31 -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 16dbe3d9d45527f67d479535a22dc4054ae93e99:

  riscv: set fdtfile on VisionFive 2 (2023-09-26 10:43:02 +0800)

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

However, this patch has landed in the "next" branch.
Could we cherry-pick this commit to have this patch on master branch ?
 
----------------------------------------------------------------

+ Fix VisionFive2 booting issue by providing the correct FDT.

----------------------------------------------------------------
Heinrich Schuchardt (1):
      riscv: set fdtfile on VisionFive 2

 arch/riscv/Kconfig                                |  1 +
 board/starfive/visionfive2/starfive_visionfive2.c | 43 +++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 42 insertions(+), 2 deletions(-)

Best regards,
Leo

Comments

Tom Rini Sept. 26, 2023, 2:05 p.m. UTC | #1
On Tue, Sep 26, 2023 at 01:21:50PM +0800, Leo Liang wrote:

> Hi Tom,
> 
> The following changes since commit 15155ab0a3d1f839509bcac620bfb38f950bead6:
> 
>   Merge tag 'u-boot-imx-20230923' of https://source.denx.de/u-boot/custodians/u-boot-imx (2023-09-24 17:15:31 -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 16dbe3d9d45527f67d479535a22dc4054ae93e99:
> 
>   riscv: set fdtfile on VisionFive 2 (2023-09-26 10:43:02 +0800)
> 
> CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/17879
> 
> However, this patch has landed in the "next" branch.
> Could we cherry-pick this commit to have this patch on master branch ?
>  

Applied to u-boot/master, thanks!