openwrt/target/linux
Stijn Tintel cd6a6e3030 Revert "ramips: add support for ipTIME AX2004M"
Commit f4a79148f8 ("ramips: add support for ipTIME AX2004M") seems to
leak KERNEL_LOADADDR 0x82000000 to other devices, causing the to no
longer boot. The leak is visible in u-boot:

   Using 'config-1' configuration
   Trying 'kernel-1' kernel subimage
     Description:  MIPS OpenWrt Linux-5.10.92
     Type:         Kernel Image
     Compression:  lzma compressed
     Data Start:   0x840000e4
     Data Size:    10750165 Bytes = 10.3 MiB
     Architecture: MIPS
     OS:           Linux
     Load Address: 0x82000000
     Entry Point:  0x82000000

Normally, it should look like this:

   Using 'config-1' configuration
   Trying 'kernel-1' kernel subimage
     Description:  MIPS OpenWrt Linux-5.10.92
     Type:         Kernel Image
     Compression:  lzma compressed
     Data Start:   0xbfca00e4
     Data Size:    2652547 Bytes = 2.5 MiB
     Architecture: MIPS
     OS:           Linux
     Load Address: 0x80001000
     Entry Point:  0x80001000

Revert the commit to avoid more people soft-bricking their devices.

This reverts commit f4a79148f8.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-02-01 21:35:15 +02:00
..
apm821xx
archs38
armvirt
at91
ath25
ath79 ath79: convert remaining mtd-mac-address-increment 2022-02-01 14:55:40 +09:00
bcm27xx
bcm47xx
bcm53xx
bcm63xx kernel: bump 5.4 to 5.4.174 2022-01-28 22:06:03 +01:00
bcm4908 bcm4908: backport first 5.18 DTS changes 2022-02-01 11:35:07 +01:00
bmips
gemini
generic kernel: add disabled POWER_RESET_QNAP 2022-01-29 23:50:28 +09:00
imx
ipq40xx kernel: move bootargs-append patch to generic 2022-01-29 23:50:28 +09:00
ipq806x ipq806x: convert remaining mtd-mac-address-increment 2022-02-01 14:55:40 +09:00
kirkwood kernel: add disabled POWER_RESET_QNAP 2022-01-29 23:50:28 +09:00
lantiq ltq-deu: add ltq-deu back to default packages 2022-01-16 21:42:19 +01:00
layerscape kernel: bump 5.4 to 5.4.174 2022-01-28 22:06:03 +01:00
malta
mediatek mediatek: mt7623: simplify partition generation 2022-01-31 15:02:36 +00:00
mpc85xx kernel: move bootargs-append patch to generic 2022-01-29 23:50:28 +09:00
mvebu mvebu: add support for ipTIME NAS1dual 2022-01-29 23:50:28 +09:00
mxs
octeon kernel: bump 5.4 to 5.4.174 2022-01-28 22:06:03 +01:00
octeontx kernel: bump 5.4 to 5.4.174 2022-01-28 22:06:03 +01:00
omap omap: make use of 'rootfs-part' feature 2022-01-23 19:48:20 +00:00
oxnas
pistachio
qoriq
ramips Revert "ramips: add support for ipTIME AX2004M" 2022-02-01 21:35:15 +02:00
realtek
rockchip rockchip: disable UHS modes for NanoPi R4S 2022-01-27 01:44:28 +01:00
sunxi sunxi: make use of 'rootfs-part' feature 2022-01-23 19:48:25 +00:00
tegra
uml uml: make use of 'rootfs-part' feature 2022-01-23 19:48:31 +00:00
x86
zynq
Makefile