]> git.ipfire.org Git - people/ms/u-boot.git/commit
nios2: add 10m50 devboard support
authorThomas Chou <thomas@wytron.com.tw>
Mon, 9 Nov 2015 06:45:06 +0000 (14:45 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Thu, 12 Nov 2015 00:26:59 +0000 (08:26 +0800)
commit5c0f9822e71a1585aa2be46c9a4deadf6b9dc1d0
treeb7312cbea07a40ebca79b6c7636c7f466af77116
parente3e872604df60ac1c3c8568ad037ab47e788ec10
nios2: add 10m50 devboard support

Add 10m50 devboard support. It is based on the Golden Hardware
Reference Design (GHRD), available at,

http://rocketboards.org/foswiki/view/Documentation/
AlteraMAX1010M50RevCDevelopmentKitLinuxSetup

Though we supported only one nios2-generic board in the past. Now,
with the removal of the nios2-generic board dir, adding new nios2
boards to u-boot is easier than before. It should be helpful to
add those boards supported in Linux mainline. There are only two
such nios2 boards, the 3c120 devboard and 10m50 devboard. The
nios2-generic is actually 3c120, and should restore the name. The
10m50 is this one.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Marek Vasut <marex@denx.de>
arch/nios2/dts/10m50_devboard.dts [new file with mode: 0644]
configs/10m50_defconfig [new file with mode: 0644]
include/configs/10m50_devboard.h [new file with mode: 0644]