1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00
openwrt/target/linux/mpc85xx
Chris Blake 26cb167a5c mpc85xx: Fix Aerohive HiveAP-330 initramfs image
At some point our initramfs image grew over 6MB, which is
causing an issue when uncompressing in the stock bootloader:

=> bootm 0x5000000 - 0x1000000;
   Image Name:   Linux-4.19.24
   Created:      2019-02-23   1:58:20 UTC
   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
   Data Size:    6752470 Bytes =  6.4 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Booting using the fdt blob at 0x1000000
   Uncompressing Kernel Image ... Error: inflate() returned -5
GUNZIP: uncompress, out-of-mem or overwrite error - must RESET
   board to recover
   Loading Device Tree to 00ffa000, end 00fffc78 ... OK

To get around this, we need to move to an uncompressed image
for the initramfs image. While this makes a larger image, it
is thankfully bootable so people can then convert their
devices to run OpenWRT. It's worth noting the non-initramfs
image is under 3M, so it will be ages before we have any issues
with the flashed kernel.

Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
[keep commit message at less than 75 characters per line]
2019-03-02 13:04:54 +01:00
..
base-files mpc85xx: add support for OCEDO Panda 2019-01-26 17:10:19 +01:00
files/arch/powerpc mpc85xx: add support for OCEDO Panda 2019-01-26 17:10:19 +01:00
generic mpc85xx: add support for Sophos RED 15w Rev.1 2019-01-13 11:31:43 +01:00
image mpc85xx: Fix Aerohive HiveAP-330 initramfs image 2019-03-02 13:04:54 +01:00
p1020 mpc85xx: add support for OCEDO Panda 2019-01-26 17:10:19 +01:00
p2020 mpc85xx: add support for Freescale (NXP) P2020RDB 2019-01-13 11:31:43 +01:00
patches-4.14 kernel: bump 4.14 to 4.14.96 2019-01-28 18:17:32 +01:00
patches-4.19 kernel: bump 4.19 to 4.19.18 2019-01-28 18:17:32 +01:00
config-4.14 mpc85xx: add support for OCEDO Panda 2019-01-26 17:10:19 +01:00
config-4.19 mpc85xx: 4.19: add missing symbol 2019-02-14 16:56:15 +01:00
Makefile mpc85xx: add support for Sophos RED 15w Rev.1 2019-01-13 11:31:43 +01:00