lantiq: bring back okli loader
authorMathias Kresin <dev@kresin.me>
Sat, 13 Nov 2021 13:55:13 +0000 (14:55 +0100)
committerMathias Kresin <dev@kresin.me>
Sat, 27 Nov 2021 20:40:12 +0000 (21:40 +0100)
commita328b6831c0f1e47e4fd4da4e00c0b9cb53cf2e4
tree003835e1580801039a0a1f1be1566956fbf18643
parent1404ed25b8f4963da148f1da2e561ecde7a34df6
lantiq: bring back okli loader

Removed due to being unused with 1f7a03a70603, but now required for the
ar7 FRITZ!Box.

Could be used for the ARV7519RW22 as well, for which the image
generation was disabled due to a stock u-boot issue with kernel bigger
than 2 MByte.

The code is combination of the ath79 and ramips okli loader.

Signed-off-by: Mathias Kresin <dev@kresin.me>
19 files changed:
target/linux/lantiq/image/lzma-loader/Makefile [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/LzmaDecode.c [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/LzmaDecode.h [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/LzmaTypes.h [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/Makefile [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/board-lantiq.c [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/cache.c [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/cache.h [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/cacheops.h [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/config.h [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/cp0regdef.h [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/head.S [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/lantiq.mk [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/loader.c [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/loader.lds [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/loader2.lds [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/lzma-data.lds [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/printf.c [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/printf.h [new file with mode: 0644]