]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sat, 22 Sep 2007 17:31:13 +0000 (02:31 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sat, 22 Sep 2007 17:31:13 +0000 (02:31 +0900)
commit6c0bbdccd379f5c8702af9e0765294c2fb7472a6
tree3664db717a1893e24a1bfe3f80b64bd8bcb0030b
parent047375bfa4c3052fa50a748da7ff89e9dad3b364
sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
board/ms7722se/Makefile [new file with mode: 0644]
board/ms7722se/config.mk [new file with mode: 0644]
board/ms7722se/lowlevel_init.S [new file with mode: 0644]
board/ms7722se/ms7722se.c [new file with mode: 0644]
board/ms7722se/u-boot.lds [new file with mode: 0644]
include/asm-sh/cpu_sh7722.h [new file with mode: 0644]
include/configs/ms7722se.h [new file with mode: 0644]