ARM: mxs: Rename M28EVK
The board is now manufactured by Aries Embedded GmbH , rename it. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
a2f8a45696
commit
fcea480d1d
@ -1223,6 +1223,7 @@ source "arch/arm/cpu/armv8/Kconfig"
|
||||
|
||||
source "arch/arm/imx-common/Kconfig"
|
||||
|
||||
source "board/aries/m28evk/Kconfig"
|
||||
source "board/bosch/shc/Kconfig"
|
||||
source "board/BuR/brxre1/Kconfig"
|
||||
source "board/BuR/brppt1/Kconfig"
|
||||
@ -1242,7 +1243,6 @@ source "board/cirrus/edb93xx/Kconfig"
|
||||
source "board/compulab/cm_t335/Kconfig"
|
||||
source "board/compulab/cm_t43/Kconfig"
|
||||
source "board/creative/xfi3/Kconfig"
|
||||
source "board/denx/m28evk/Kconfig"
|
||||
source "board/denx/m53evk/Kconfig"
|
||||
source "board/freescale/ls2080a/Kconfig"
|
||||
source "board/freescale/ls2080aqds/Kconfig"
|
||||
|
@ -4,7 +4,7 @@ config SYS_BOARD
|
||||
default "m28evk"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "denx"
|
||||
default "aries"
|
||||
|
||||
config SYS_SOC
|
||||
default "mxs"
|
@ -1,6 +1,6 @@
|
||||
M28EVK BOARD
|
||||
M: Marek Vasut <marek.vasut@gmail.com>
|
||||
S: Maintained
|
||||
F: board/denx/m28evk/
|
||||
F: board/aries/m28evk/
|
||||
F: include/configs/m28evk.h
|
||||
F: configs/m28evk_defconfig
|
@ -1,12 +1,12 @@
|
||||
DENX M28EVK
|
||||
===========
|
||||
Aries M28EVK
|
||||
============
|
||||
|
||||
Files of the M28/M28EVK port
|
||||
----------------------------
|
||||
|
||||
arch/arm/cpu/arm926ejs/mxs/ - The CPU support code for the Freescale i.MX28
|
||||
arch/arm/include/asm/arch-mxs/ - Header files for the Freescale i.MX28
|
||||
board/denx/m28evk/ - M28EVK board specific files
|
||||
board/aries/m28evk/ - M28EVK board specific files
|
||||
include/configs/m28evk.h - M28EVK configuration file
|
||||
|
||||
Follow the instructions from doc/README.mxs to generate a bootable SD card or to
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* DENX M28 module
|
||||
* Aries M28 module
|
||||
*
|
||||
* Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
|
||||
* on behalf of DENX Software Engineering GmbH
|
||||
@ -93,7 +93,7 @@ int board_mmc_init(bd_t *bis)
|
||||
|
||||
int fecmxc_mii_postcall(int phy)
|
||||
{
|
||||
#if defined(CONFIG_DENX_M28_V11) || defined(CONFIG_DENX_M28_V10)
|
||||
#if defined(CONFIG_ARIES_M28_V11) || defined(CONFIG_ARIES_M28_V10)
|
||||
/* KZ8031 PHY on old boards. */
|
||||
const uint32_t freq = 0x0080;
|
||||
#else
|
||||
@ -123,7 +123,7 @@ int board_eth_init(bd_t *bis)
|
||||
CLKCTRL_ENET_TIME_SEL_MASK | CLKCTRL_ENET_CLK_OUT_EN,
|
||||
CLKCTRL_ENET_TIME_SEL_RMII_CLK);
|
||||
|
||||
#if !defined(CONFIG_DENX_M28_V11) && !defined(CONFIG_DENX_M28_V10)
|
||||
#if !defined(CONFIG_ARIES_M28_V11) && !defined(CONFIG_ARIES_M28_V10)
|
||||
/* Reset the new PHY */
|
||||
gpio_direction_output(MX28_PAD_AUART2_RTS__GPIO_3_11, 0);
|
||||
udelay(10000);
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* DENX M28 Boot setup
|
||||
* ARIES M28 Boot setup
|
||||
*
|
||||
* Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
|
||||
* on behalf of DENX Software Engineering GmbH
|
||||
@ -56,7 +56,7 @@ const iomux_cfg_t iomux_setup[] = {
|
||||
MX28_PAD_LCD_ENABLE__LCD_ENABLE | MUX_CONFIG_LCD,
|
||||
|
||||
/* UART1 */
|
||||
#ifdef CONFIG_DENX_M28_V10
|
||||
#ifdef CONFIG_ARIES_M28_V10
|
||||
MX28_PAD_AUART0_CTS__DUART_RX,
|
||||
MX28_PAD_AUART0_RTS__DUART_TX,
|
||||
#else
|
||||
@ -132,7 +132,7 @@ const iomux_cfg_t iomux_setup[] = {
|
||||
MX28_PAD_ENET0_RXD3__ENET1_RXD1 | MUX_CONFIG_ENET,
|
||||
MX28_PAD_ENET0_TXD2__ENET1_TXD0 | MUX_CONFIG_ENET,
|
||||
MX28_PAD_ENET0_TXD3__ENET1_TXD1 | MUX_CONFIG_ENET,
|
||||
#if !defined(CONFIG_DENX_M28_V11) && !defined(CONFIG_DENX_M28_V10)
|
||||
#if !defined(CONFIG_ARIES_M28_V11) && !defined(CONFIG_ARIES_M28_V10)
|
||||
MX28_PAD_AUART2_RTS__GPIO_3_11, /* PHY reset */
|
||||
#endif
|
||||
|
@ -95,7 +95,7 @@ Next, configure U-Boot for a MXS based board
|
||||
|
||||
Examples:
|
||||
|
||||
1. For building U-Boot for Denx M28EVK board:
|
||||
1. For building U-Boot for Aries M28EVK board:
|
||||
|
||||
$ make m28evk_config
|
||||
|
||||
|
@ -36,7 +36,7 @@ __weak void mxsfb_system_setup(void)
|
||||
}
|
||||
|
||||
/*
|
||||
* DENX M28EVK:
|
||||
* ARIES M28EVK:
|
||||
* setenv videomode
|
||||
* video=ctfb:x:800,y:480,depth:18,mode:0,pclk:30066,
|
||||
* le:0,ri:256,up:0,lo:45,hs:1,vs:1,sync:100663296,vmode:0
|
||||
|
@ -127,6 +127,7 @@ CONFIG_ARC_SERIAL
|
||||
CONFIG_ARC_UART_BASE
|
||||
CONFIG_ARIA
|
||||
CONFIG_ARIA_FPGA
|
||||
CONFIG_ARIES_M28_V10
|
||||
CONFIG_ARM926EJS
|
||||
CONFIG_ARMADA100
|
||||
CONFIG_ARMADA100_FEC
|
||||
@ -727,7 +728,6 @@ CONFIG_DEFAULT_SPI_CS
|
||||
CONFIG_DEFAULT_SPI_MODE
|
||||
CONFIG_DEF_HWCONFIG
|
||||
CONFIG_DELAY_ENVIRONMENT
|
||||
CONFIG_DENX_M28_V10
|
||||
CONFIG_DESIGNWARE_ETH
|
||||
CONFIG_DESIGNWARE_WATCHDOG
|
||||
CONFIG_DEVCONCENTER
|
||||
|
Loading…
Reference in New Issue
Block a user