]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mpc85xx: add missing image relocate hack for 6.18 kernel
authorShiji Yang <yangshiji66@outlook.com>
Fri, 24 Jul 2026 23:02:23 +0000 (07:02 +0800)
committerDavid Bauer <mail@david-bauer.net>
Sat, 25 Jul 2026 15:02:49 +0000 (17:02 +0200)
We also need to refresh the 6.12 kernel patches.

Fixes: 87940bfc69f4 ("mpc85xx: relocate simpleImage for WS-AP3710i")
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
target/linux/mpc85xx/patches-6.12/107-powerpc-85xx-add-ws-ap3825i-support.patch
target/linux/mpc85xx/patches-6.18/106-powerpc-85xx-ws-ap3710i-support.patch
target/linux/mpc85xx/patches-6.18/107-powerpc-85xx-add-ws-ap3825i-support.patch

index 4abc4da44cacde3e58b48e01259d6ba462e9138f..81aa5d43101a22b03a329ee257b9497e180f3642 100644 (file)
@@ -55,8 +55,8 @@ WS-AP3825i AP.
  
 --- a/arch/powerpc/boot/wrapper
 +++ b/arch/powerpc/boot/wrapper
-@@ -348,6 +348,11 @@ adder875-redboot)
-     platformo="$object/fixed-head.o $object/redboot-8xx.o"
+@@ -353,6 +353,11 @@ simpleboot-ws-ap3710i)
+     link_address='0x3000000'
      binary=y
      ;;
 +simpleboot-ws-ap3825i)
index 6148027759c0e9c2cf52a03121997edf12dfe761..0265fb35a0ae7749991e86ad34ac4c61b9d188f5 100644 (file)
  # Board ports in arch/powerpc/platform/86xx/Kconfig
  image-$(CONFIG_MVME7100)                += dtbImage.mvme7100
  
+--- a/arch/powerpc/boot/wrapper
++++ b/arch/powerpc/boot/wrapper
+@@ -339,6 +339,11 @@ adder875-redboot)
+     platformo="$object/fixed-head.o $object/redboot-8xx.o"
+     binary=y
+     ;;
++simpleboot-ws-ap3710i)
++    platformo="$object/fixed-head.o $object/simpleboot.o"
++    link_address='0x3000000'
++    binary=y
++    ;;
+ simpleboot-*)
+     platformo="$object/fixed-head.o $object/simpleboot.o"
+     binary=y
index f4893013fc5e83fc713828252df94ffb6fdab396..58c1350a65e9991ee5da46f59ec18ffbedf33f4b 100644 (file)
@@ -55,8 +55,8 @@ WS-AP3825i AP.
  
 --- a/arch/powerpc/boot/wrapper
 +++ b/arch/powerpc/boot/wrapper
-@@ -339,6 +339,11 @@ adder875-redboot)
-     platformo="$object/fixed-head.o $object/redboot-8xx.o"
+@@ -344,6 +344,11 @@ simpleboot-ws-ap3710i)
+     link_address='0x3000000'
      binary=y
      ;;
 +simpleboot-ws-ap3825i)