lantiq: add lzma-loader source
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Apr 2013 19:03:13 +0000 (19:03 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Apr 2013 19:03:13 +0000 (19:03 +0000)
commit7eeb19197487133b0765feff6dfb14126d8048f9
tree312c6a5c3947136d0218bc8bbb842e6c6a797de5
parent6744b2eaa73c5c5441be6032f1dc5bf0083ee1ea
lantiq: add lzma-loader source

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36438 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]