mbox series

[PULL] u-boot-mips fixes for v2024.04

Message ID 20240313211401.253572-1-daniel.schwierzeck@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-mips fixes for v2024.04 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-mips.git/ tags/mips-fixes-for-v2024.04

Message

Daniel Schwierzeck March 13, 2024, 9:14 p.m. UTC
Hi Tom,

please pull two bugfixes for MIPS, thanks.

CI: https://source.denx.de/u-boot/custodians/u-boot-mips/-/pipelines/19933

The following changes since commit f3c979dd0053c082d2df170446923e7ce5edbc2d:

  Prepare v2024.04-rc4 (2024-03-11 13:11:46 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-mips.git/ tags/mips-fixes-for-v2024.04

for you to fetch changes up to 6806a133cde6f99777925953ee046bf2f050d4ef:

  mips: fix change_k0_cca() (2024-03-13 21:15:40 +0100)

----------------------------------------------------------------
- mips: implement __udivdi3 to fix building of SquashFS
- mips: fix bug in cache init on MIPS32r2 or later

----------------------------------------------------------------
Daniel Schwierzeck (1):
      mips: fix change_k0_cca()

Linus Walleij (1):
      mips: implement __udivdi3

 arch/mips/lib/Makefile     |  2 +-
 arch/mips/lib/cache_init.S |  4 ++--
 arch/mips/lib/udivdi3.c    | 17 +++++++++++++++++
 3 files changed, 20 insertions(+), 3 deletions(-)
 create mode 100644 arch/mips/lib/udivdi3.c

Comments

Tom Rini March 14, 2024, 12:45 p.m. UTC | #1
On Wed, Mar 13, 2024 at 10:14:01PM +0100, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull two bugfixes for MIPS, thanks.
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mips/-/pipelines/19933
> 
> The following changes since commit f3c979dd0053c082d2df170446923e7ce5edbc2d:
> 
>   Prepare v2024.04-rc4 (2024-03-11 13:11:46 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-mips.git/ tags/mips-fixes-for-v2024.04
> 
> for you to fetch changes up to 6806a133cde6f99777925953ee046bf2f050d4ef:
> 
>   mips: fix change_k0_cca() (2024-03-13 21:15:40 +0100)
> 

Applied to u-boot/master, thanks!