metag: TBX source
authorJames Hogan <james.hogan@imgtec.com>
Fri, 21 Sep 2012 16:40:06 +0000 (17:40 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Sat, 2 Mar 2013 20:09:18 +0000 (20:09 +0000)
commit027f891f7640144d4b7b15113f3ae9af2c8b095d
treecee318450f4782ca3a471f83ef3fd3557e8c3a9d
parent4ca151b20803eb2e31bb6d840d01eec461158e14
metag: TBX source

Add source files from the Thread Binary Interface (TBI) library which
provides useful low level operations and traps/context management.

Among other things it handles interrupt/exception/syscall entry (in
tbipcx.S).

Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/metag/tbx/tbicore.S [new file with mode: 0644]
arch/metag/tbx/tbictx.S [new file with mode: 0644]
arch/metag/tbx/tbictxfpu.S [new file with mode: 0644]
arch/metag/tbx/tbidefr.S [new file with mode: 0644]
arch/metag/tbx/tbidspram.S [new file with mode: 0644]
arch/metag/tbx/tbilogf.S [new file with mode: 0644]
arch/metag/tbx/tbipcx.S [new file with mode: 0644]
arch/metag/tbx/tbiroot.S [new file with mode: 0644]
arch/metag/tbx/tbisoft.S [new file with mode: 0644]
arch/metag/tbx/tbistring.c [new file with mode: 0644]
arch/metag/tbx/tbitimer.S [new file with mode: 0644]