]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit562a3d81da207071af4e7f9ac4fea89e89dc5bd3
tree04626bb71e0fb5ea5c5d5aa4fedc813301bea6a6
parent687f8ae4f3a4a0e3f94861c644a12fa8a0c6b4a2
[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]