mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
5c0f9822e7
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>
26 lines
596 B
Text
26 lines
596 B
Text
CONFIG_NIOS2=y
|
|
CONFIG_SYS_CONFIG_NAME="10m50_devboard"
|
|
CONFIG_DM_SERIAL=y
|
|
CONFIG_DM_GPIO=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="10m50_devboard"
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_CMD_CPU=y
|
|
# CONFIG_CMD_BOOTD is not set
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_XIMG is not set
|
|
# CONFIG_CMD_FPGA is not set
|
|
# CONFIG_CMD_ITEST is not set
|
|
CONFIG_CMD_DHCP=y
|
|
# CONFIG_CMD_NFS is not set
|
|
CONFIG_CMD_PING=y
|
|
CONFIG_NET_RANDOM_ETHADDR=y
|
|
CONFIG_ALTERA_PIO=y
|
|
CONFIG_MISC=y
|
|
CONFIG_ALTERA_SYSID=y
|
|
CONFIG_MTD=y
|
|
CONFIG_ALTERA_QSPI=y
|
|
CONFIG_DM_ETH=y
|
|
CONFIG_ALTERA_TSE=y
|
|
CONFIG_ALTERA_UART=y
|
|
CONFIG_TIMER=y
|
|
CONFIG_ALTERA_TIMER=y
|