tn3399_openwrt/package
Mathias Kresin 9daf57d960 uboot-lantiq: reduce stack size
On lantiq a lot of stuff expects to be loaded to and executed at
0x80002000, including our own second stage bootloader.

For all build u-boots, the initial stack pointer is at 0x80008000. After
loading data to 0x80002000, every further stack operation corrupts the
loaded code.

Set the initial stack pointer to 0x80002000, to not overwrite code
loaded in memory. A stack of 0x2000 bytes has been proven as enough in
all done tests.

Signed-off-by: Mathias Kresin <dev@kresin.me>
2021-11-14 20:15:50 +01:00
..
base-files base-files: stage2: improve /proc/*/stat parser 2021-11-13 18:36:52 +00:00
boot uboot-lantiq: reduce stack size 2021-11-14 20:15:50 +01:00
devel gdb: Make only full gdb depend on libgmp 2021-11-07 18:32:21 +01:00
firmware ipq40xx: add support for P&W R619AC (aka G-DOCK 2.0) 2021-11-14 14:28:34 +01:00
kernel mac80211: Fix deadlock when configuring wifi 2021-11-13 19:09:22 +01:00
libs libubox: bump to git HEAD 2021-11-04 13:18:13 +02:00
network qosify: add missing alias support in the init script 2021-11-14 19:36:34 +01:00
system procd: update to git HEAD 2021-11-11 14:09:25 +00:00
utils f2fstools: set each library package VARIANT 2021-11-01 20:18:55 +01:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00