]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
openrisc: Add cpu files
authorStefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Sat, 26 Nov 2011 19:04:51 +0000 (19:04 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 13 Jan 2012 20:16:44 +0000 (21:16 +0100)
commit272f84bbdf10839cd2363396420a087af1f298f7
tree3f66c4c088cdf93a54cdf5ce8961687d85744a2f
parent3ddcaccda3824e1c7f7266d543e4c0eb3ea9851c
openrisc: Add cpu files

Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
arch/openrisc/config.mk [new file with mode: 0644]
arch/openrisc/cpu/Makefile [new file with mode: 0644]
arch/openrisc/cpu/cache.c [new file with mode: 0644]
arch/openrisc/cpu/cpu.c [new file with mode: 0644]
arch/openrisc/cpu/exceptions.c [new file with mode: 0644]
arch/openrisc/cpu/interrupts.c [new file with mode: 0644]
arch/openrisc/cpu/start.S [new file with mode: 0644]