[U-Boot] [PATCH v4 8/8] MX5:MX53: add initial support for MX53EVK board

Stefano Babic sbabic at denx.de
Wed Jan 12 10:48:57 CET 2011


On 01/04/2011 09:27 AM, Jason Liu wrote:
> Add initial support for MX53EVK board support.
> FEC, SD/MMC, UART, I2C, have been supported.
> 
> Signed-off-by: Jason Liu <r64343 at freescale.com>
> 
> ---
> Changes for v2:
> -Address the comments from Stefano, Albert and Wolfgang,
>         -remove the ivt.S file and use imximage.cfg instead,
>         -remove the ivt link to u-boot
> -Address the comments from Stefano,
>         -Correct the copyright issue,
>         -Use mxc_get_gpio() and mxc_set_gpio() accessors.
>         -Get rid of system_rev,
>         -use i2c enumeration value (0,1,..N) instead of BASE address,
>         -use fsl_pmic i2c interface,
>         -Add comments for why manage the pmic in a different way for TO2
>         -Remove the comments from configs/mx53evk.h,
>          - /*
>          -  * Disabled for now due to build problems under Debian and a significant
>          -  * increase in the final file size: 144260 vs. 109536 Bytes.
>          -  */
> -Address the comments from Wolfgang,
>         -Move CONFIG_SYS_TEXT_BASE  to board config file,
>         -Remove the comments from configs/mx53evk.h
>          - /* size in bytes reserved for initial data */
>          #define BOARD_LATE_INIT
>         -Change the comments,  * Hardware drivers to * UART drivers
> Changes for v3:
> - Address the comments from Stefano,
> 	- put uart and fec iomux setting to board_early_init_f so that uart can print
> 	  out the early information such as uboot banner and cpuinfo etc.
> 	- Put maintainer name to ARM list,
> 	- Use Macro instead of constant value for PMIC,
> 	- Remove CONFIG_I2C_MXC and BOARD_LATE_INIT,
> 	- Add config.mk and imximage.cfg files to this patch,
> 
> Changes for v4:
> - Address the comments from Stefano,
>  	- Maintain the list *alfabetically* sorted of MAINTAINERS
> 	- Multiline comment issue in configs/mx53evk.h file.
> ---
>  MAINTAINERS                          |    4 +
>  board/freescale/mx53evk/Makefile     |   48 ++++
>  board/freescale/mx53evk/config.mk    |   25 +++
>  board/freescale/mx53evk/imximage.cfg |  112 ++++++++++
>  board/freescale/mx53evk/mx53evk.c    |  397 ++++++++++++++++++++++++++++++++++
>  boards.cfg                           |    1 +
>  include/configs/mx53evk.h            |  193 +++++++++++++++++
>  include/mc13892.h                    |    5 +
>  8 files changed, 785 insertions(+), 0 deletions(-)

Applied to u-boot-imx, thanks.

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================


More information about the U-Boot mailing list