]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[Microblaze][PATCH]
authorMichal Simek <monstr@monstr.eu>
Sun, 11 Mar 2007 12:42:58 +0000 (13:42 +0100)
committerMichal Simek <monstr@monstr.eu>
Sun, 11 Mar 2007 12:42:58 +0000 (13:42 +0100)
commit76316a318de91f6184e7c22a10e02d275ade2441
tree4be234e13852fa04688232dd6aa076dab58c542b
parentfdd1d6dcc97c595bd9d598ed3b22a7038781272c
[Microblaze][PATCH]
timer support
interrupt controller support
flash support
ethernet support
cache support
board information support
env support
booting image support

adding support for Xilinx ML401
16 files changed:
board/xilinx/ml401/Makefile [new file with mode: 0644]
board/xilinx/ml401/config.mk [new file with mode: 0644]
board/xilinx/ml401/ml401.c [new file with mode: 0644]
board/xilinx/ml401/u-boot.lds [new file with mode: 0644]
board/xilinx/ml401/xparameters.h [new file with mode: 0644]
cpu/microblaze/cache.c [new file with mode: 0644]
cpu/microblaze/dcache.S [new file with mode: 0644]
cpu/microblaze/disable_int.S [new file with mode: 0644]
cpu/microblaze/enable_int.S [new file with mode: 0644]
cpu/microblaze/exception.c [new file with mode: 0644]
cpu/microblaze/icache.S [new file with mode: 0644]
cpu/microblaze/irq.S [new file with mode: 0644]
cpu/microblaze/timer.c [new file with mode: 0644]
include/asm-microblaze/microblaze_intc.h [new file with mode: 0644]
include/asm-microblaze/microblaze_timer.h [new file with mode: 0644]
include/configs/ml401.h [new file with mode: 0644]