1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 06:28:12 +02:00
openwrt/target/linux/ath79
Adrian Schmutzler 071a637276 ath79: move lzma-loader to the end of available RAM
In certain cases, the uncompressed initramfs image will overwrite
the lzma-loader, which is currently only 10 MB away from kernel image
start. To prevent this, change LZMA_TEXT_START to 24 MB, so loader
and compressed image have 8 MB at the end of RAM and uncompressed
image has 24 MB available.

This is only enabled for ath79 at the moment, as there we can be sure
that all devices have 32+ MB RAM and TARGET_INITRAMFS_COMPRESSION_LZMA
is not enabled there.

Despite, since lzma-loader is currently build specifically for ath79
anyway, there is no need to re-specify LOADADDR and LZMA_TEXT_START
in image/Makefile, so the values are set directly in
image/lzma-loader/Makefile and the overwrite in image/Makefile is
removed.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-01-23 15:28:03 +01:00
..
base-files/etc/hotplug.d/ieee80211
dts ath79: add support for MikroTik RouterBOARD wAP G-5HacT2HnD 2020-01-23 15:28:03 +01:00
files ath79: add QCA955x SGMII link loss workaround 2020-01-23 15:28:03 +01:00
generic ath79: add support for MikroTik RouterBOARD wAP G-5HacT2HnD 2020-01-23 15:28:03 +01:00
image ath79: move lzma-loader to the end of available RAM 2020-01-23 15:28:03 +01:00
nand ath79: add support for Netgear WNDR4500 v3 2020-01-15 20:56:05 +01:00
patches-4.14 ath79: allow to override AR8033 SGMII aneg status 2020-01-23 15:28:03 +01:00
patches-4.19 ath79: allow to override AR8033 SGMII aneg status 2020-01-23 15:28:03 +01:00
tiny ath79: add support for TP-Link TL-WA850RE v2 2020-01-22 23:52:51 +01:00
config-4.14 ath79: enable PCI for whole target 2019-10-27 18:02:55 +01:00
config-4.19 ath79: remove obsolete OF PCI related config symbols 2019-11-14 22:53:31 +01:00
Makefile
modules.mk