]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
nds32: add header files support for nds32
authorMacpaul Lin <macpaul@andestech.com>
Tue, 11 Oct 2011 22:33:15 +0000 (22:33 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 21 Oct 2011 22:51:37 +0000 (00:51 +0200)
commit00f892fcc9726b8b299c1da2383fc9bf4a3618c5
tree92062ed81c38fab9863705477df899d9e1072d2b
parent0c277ef9f92b41b41a78682330b6c35673a1819b
nds32: add header files support for nds32

Add generic header files support for nds32 architecture.
Cache, ptregs, data type and other definitions are included.

Signed-off-by: Macpaul Lin <macpaul@andestech.com>
17 files changed:
arch/nds32/include/asm/bitops.h [new file with mode: 0644]
arch/nds32/include/asm/byteorder.h [new file with mode: 0644]
arch/nds32/include/asm/cache.h [new file with mode: 0644]
arch/nds32/include/asm/config.h [new file with mode: 0644]
arch/nds32/include/asm/global_data.h [new file with mode: 0644]
arch/nds32/include/asm/io.h [new file with mode: 0644]
arch/nds32/include/asm/mach-types.h [new file with mode: 0644]
arch/nds32/include/asm/macro.h [new file with mode: 0644]
arch/nds32/include/asm/posix_types.h [new file with mode: 0644]
arch/nds32/include/asm/processor.h [new file with mode: 0644]
arch/nds32/include/asm/ptrace.h [new file with mode: 0644]
arch/nds32/include/asm/string.h [new file with mode: 0644]
arch/nds32/include/asm/system.h [new file with mode: 0644]
arch/nds32/include/asm/types.h [new file with mode: 0644]
arch/nds32/include/asm/u-boot-nds32.h [new file with mode: 0644]
arch/nds32/include/asm/u-boot.h [new file with mode: 0644]
arch/nds32/include/asm/unaligned.h [new file with mode: 0644]