lantiq: add lzma-loader source
authorJohn Crispin <john@openwrt.org>
Thu, 25 Apr 2013 19:03:13 +0000 (19:03 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 25 Apr 2013 19:03:13 +0000 (19:03 +0000)
commit46306c2e470063be7497c701511626791eccd6c0
tree3b960af63722f03d519d042758fb1f2672cf5a0e
parentfd79eb4e7c04b03d0301120c04311e54995e8d24
lantiq: add lzma-loader source

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36438
24 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/ar71xx.mk [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/ar71xx_regs.h [new file with mode: 0644]
target/linux/lantiq/image/lzma-loader/src/board-ar71xx.c [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/board-ralink.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]
target/linux/lantiq/image/lzma-loader/src/ralink.mk [new file with mode: 0644]