[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 2
authorChris Zankel <czankel@tensilica.com>
Fri, 24 Jun 2005 05:01:12 +0000 (22:01 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 24 Jun 2005 07:05:21 +0000 (00:05 -0700)
commit4bedea94545165364618d403d03b61d797acba0b
tree04626bb71e0fb5ea5c5d5aa4fedc813301bea6a6
parent8e1a6dd2fddcc73c9e933758361e3d9c076c688a
[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 2

The attached patches provides part 2 of an architecture implementation for the
Tensilica Xtensa CPU series.

Signed-off-by: Chris Zankel <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
13 files changed:
arch/xtensa/boot/Makefile [new file with mode: 0644]
arch/xtensa/boot/boot-elf/Makefile [new file with mode: 0644]
arch/xtensa/boot/boot-elf/boot.ld [new file with mode: 0644]
arch/xtensa/boot/boot-elf/bootstrap.S [new file with mode: 0644]
arch/xtensa/boot/boot-redboot/Makefile [new file with mode: 0644]
arch/xtensa/boot/boot-redboot/boot.ld [new file with mode: 0644]
arch/xtensa/boot/boot-redboot/bootstrap.S [new file with mode: 0644]
arch/xtensa/boot/include/zlib.h [new file with mode: 0644]
arch/xtensa/boot/lib/Makefile [new file with mode: 0644]
arch/xtensa/boot/lib/memcpy.S [new file with mode: 0644]
arch/xtensa/boot/lib/zlib.c [new file with mode: 0644]
arch/xtensa/boot/lib/zmem.c [new file with mode: 0644]
arch/xtensa/boot/ramdisk/Makefile [new file with mode: 0644]