]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: Add SH7269 device and RSK2+SH7269 board
authorPhil Edworthy <PHIL.EDWORTHY@renesas.com>
Tue, 15 May 2012 22:15:51 +0000 (22:15 +0000)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Mon, 28 May 2012 00:12:54 +0000 (09:12 +0900)
commit99744b7e342014082609572af01bb6964e0f5a5a
tree0f3f78df5bf7d823fc5ef7e840edea5d81e08272
parenta80a661989d35620465da85d9d9f8179e9c9e843
sh: Add SH7269 device and RSK2+SH7269 board

This is an sh2a device (max 266MHz) with FPU, video display
controller (VDC), 8 serial ports, 4 I2C channels, 3 CAN ports,
SD and on-chip USB.

The RSK2+SH7269 board uses the SH7269 processor. It is often
referred to as just rsk7269.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/sh/include/asm/cpu_sh2.h
arch/sh/include/asm/cpu_sh7269.h [new file with mode: 0644]
board/renesas/rsk7269/Makefile [new file with mode: 0644]
board/renesas/rsk7269/lowlevel_init.S [new file with mode: 0644]
board/renesas/rsk7269/rsk7269.c [new file with mode: 0644]
boards.cfg
drivers/serial/serial_sh.c
drivers/serial/serial_sh.h
include/configs/rsk7269.h [new file with mode: 0644]