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)
commit8eff3809cf6b34eae5b3dbba6190dd3b1374add0
tree312c6a5c3947136d0218bc8bbb842e6c6a797de5
parentd8d075aecc6f9ec47182b28a93a0ded750d08416
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]