mbox series

[PULL] u-boot-riscv/master

Message ID 20210514110926.GA25920@andestech.com
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 May 14, 2021, 11:10 a.m. UTC
Hi Tom,

CI result: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/7504

The following changes since commit 530c8d4af2e18c6142ab7cac6f11dd92c02b2bc9:

  Merge branch '2021-05-13-extension-board-detection-and-DT-overlay-application' (2021-05-13 13:09:14 -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 ffdc71bc0977c1e6b7b6e6a5a005e1f77213bf21:

  Revert "riscv: cpu: fu740: clear feature disable CSR" (2021-05-14 16:26:20 +0800)

----------------------------------------------------------------
Bin Meng (1):
      Revert "riscv: cpu: fu740: clear feature disable CSR"

Rick Chen (1):
      MAINTAINERS: Add a co-maintainer for RISC-V

Sean Anderson (11):
      clk: Warn on failure to assign rate
      clk: k210: Fix PLLs not being enabled
      clk: k210: Fix PLL enable always getting taken
      clk: k210: Remove k210_register_pll
      clk: k210: Move the clint clock to under aclk
      clk: Add support for the k210 clock driver pre-relocation
      riscv: Enable some devices pre-relocation
      riscv: Enable AI ram on K210
      riscv: k210: Rename airam to aisram
      riscv: k210: Use AI as the parent clock of aisram, not PLL1
      riscv: Don't reserve AI ram in k210 dts

Vincent Chen (1):
      pwm: sifive: make set_config() and set_enable() work properly

 MAINTAINERS                        |  1 +
 arch/riscv/cpu/fu540/spl.c         | 15 ---------------
 arch/riscv/dts/k210.dtsi           | 22 +++++++---------------
 board/sipeed/maix/maix.c           | 14 ++++++++++++--
 configs/sipeed_maix_bitm_defconfig |  2 ++
 drivers/clk/clk-uclass.c           | 11 +++++++----
 drivers/clk/kendryte/clk.c         | 26 ++++++++++++++------------
 drivers/clk/kendryte/pll.c         | 26 ++++----------------------
 drivers/pwm/pwm-sifive.c           | 21 +++++++++++----------
 include/configs/sipeed-maix.h      |  3 +--
 include/kendryte/pll.h             |  4 ----
 11 files changed, 59 insertions(+), 86 deletions(-)

Best regards,
Leo

Comments

Bin Meng May 14, 2021, 12:23 p.m. UTC | #1
Hi Leo,

On Fri, May 14, 2021 at 7:10 PM Leo Liang <ycliang@andestech.com> wrote:
>
> Hi Tom,
>
> CI result: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/7504
>
> The following changes since commit 530c8d4af2e18c6142ab7cac6f11dd92c02b2bc9:
>
>   Merge branch '2021-05-13-extension-board-detection-and-DT-overlay-application' (2021-05-13 13:09:14 -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 ffdc71bc0977c1e6b7b6e6a5a005e1f77213bf21:
>
>   Revert "riscv: cpu: fu740: clear feature disable CSR" (2021-05-14 16:26:20 +0800)
>
> ----------------------------------------------------------------
> Bin Meng (1):
>       Revert "riscv: cpu: fu740: clear feature disable CSR"

The following patches are not applied. Without them, SiFive Unleashed
is still not bootable.

http://patchwork.ozlabs.org/project/uboot/patch/20210511120412.25065-1-bmeng.cn@gmail.com/
http://patchwork.ozlabs.org/project/uboot/list/?series=243574

Could you please apply ASAP?

Regards,
Bin
Tom Rini May 15, 2021, 12:09 p.m. UTC | #2
On Fri, May 14, 2021 at 07:10:10PM +0800, Leo Liang wrote:

> Hi Tom,
> 
> CI result: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/7504
> 
> The following changes since commit 530c8d4af2e18c6142ab7cac6f11dd92c02b2bc9:
> 
>   Merge branch '2021-05-13-extension-board-detection-and-DT-overlay-application' (2021-05-13 13:09:14 -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 ffdc71bc0977c1e6b7b6e6a5a005e1f77213bf21:
> 
>   Revert "riscv: cpu: fu740: clear feature disable CSR" (2021-05-14 16:26:20 +0800)
> 

Applied to u-boot/master, thanks!