mbox series

[PULL] u-boot-riscv/riscv-fixes

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

Pull-request

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

Message

Leo Liang June 27, 2023, 7:27 a.m. UTC
Hi Tom,

The following changes since commit 4f1077bc35f683985ff77e442ada7e8a8a52e3b7:

  Prepare v2023.07-rc5 (2023-06-26 11:44:06 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 4a3efd71cd858b87527e9478ff51529d39329819:

  riscv: Fix alignment of RELA sections in the linker scripts (2023-06-27 10:09:51 +0800)

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

----------------------------------------------------------------
- Alignment fixes for RISC-V prelink process
- MAINTAINERS file fixes
----------------------------------------------------------------
Bin Meng (1):
      riscv: Fix alignment of RELA sections in the linker scripts

Heinrich Schuchardt (1):
      MAINTAINERS: update SiFive HiFive Unmatched maintainers

Yanhong Wang (1):
      board: starfive: Fixed errors reported when executing get_maintainer.pl

 arch/riscv/cpu/u-boot.lds              | 4 +---
 board/sifive/unmatched/MAINTAINERS     | 1 -
 board/starfive/visionfive2/MAINTAINERS | 2 +-
 3 files changed, 2 insertions(+), 5 deletions(-)

Best regards,
Leo

Comments

Tom Rini June 27, 2023, 3:51 p.m. UTC | #1
On Tue, Jun 27, 2023 at 07:27:06AM +0000, Leo Liang wrote:

> Hi Tom,
> 
> The following changes since commit 4f1077bc35f683985ff77e442ada7e8a8a52e3b7:
> 
>   Prepare v2023.07-rc5 (2023-06-26 11:44:06 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-riscv.git riscv-fixes
> 
> for you to fetch changes up to 4a3efd71cd858b87527e9478ff51529d39329819:
> 
>   riscv: Fix alignment of RELA sections in the linker scripts (2023-06-27 10:09:51 +0800)
> 
> CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/16707
> 

Applied to u-boot/master, thanks!