]> Git Repo - linux.git/commit
[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 2
authorChris Zankel <[email protected]>
Fri, 24 Jun 2005 05:01:12 +0000 (22:01 -0700)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
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]
This page took 0.05512 seconds and 4 git commands to generate.