public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 8/8] MX5:MX53: add initial support for MX53EVK board
Date: Wed, 12 Jan 2011 10:48:57 +0100	[thread overview]
Message-ID: <4D2D7909.5040304@denx.de> (raw)
In-Reply-To: <1294129662-680-8-git-send-email-r64343@freescale.com>

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@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
=====================================================================

  reply	other threads:[~2011-01-12  9:48 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-04  8:27 [U-Boot] [PATCH v4 1/8] MX5: Add initial support for MX53 processor Jason Liu
2011-01-04  8:27 ` [U-Boot] [PATCH v4 2/8] fec_mxc: add " Jason Liu
2011-01-12  9:46   ` Stefano Babic
2011-01-04  8:27 ` [U-Boot] [PATCH v4 3/8] serial_mxc: " Jason Liu
2011-01-12  9:46   ` Stefano Babic
2011-01-04  8:27 ` [U-Boot] [PATCH v4 4/8] mxc_gpio: " Jason Liu
2011-01-12  9:47   ` Stefano Babic
2011-01-04  8:27 ` [U-Boot] [PATCH v4 5/8] mxc_i2c: " Jason Liu
2011-01-12  9:47   ` Stefano Babic
2011-01-17 22:55     ` Wolfgang Denk
2011-01-18  6:17       ` Heiko Schocher
2011-07-13  9:57   ` Marek Vasut
2011-01-04  8:27 ` [U-Boot] [PATCH v4 6/8] fsl_pmic: add I2C interface support Jason Liu
2011-01-12  9:47   ` Stefano Babic
2011-01-04  8:27 ` [U-Boot] [PATCH v4 7/8] imximage: Add MX53 boot image support Jason Liu
2011-01-12  9:38   ` Stefano Babic
2011-01-12  9:48   ` Stefano Babic
2011-01-17 22:54   ` Wolfgang Denk
2011-01-18  7:12     ` Stefano Babic
2011-01-18  9:24       ` Wolfgang Denk
2011-01-18 10:20         ` Stefano Babic
2011-01-20 21:28           ` Albert ARIBAUD
2011-01-21  9:16             ` Stefano Babic
2011-01-18 14:53         ` Jason Liu
2011-01-18 14:56           ` Wolfgang Denk
2011-01-18 14:59             ` Jason Liu
2011-01-18 15:28               ` stefano babic
2011-01-18 15:15     ` Jason Liu
2011-01-18 19:34       ` Wolfgang Denk
2011-01-04  8:27 ` [U-Boot] [PATCH v4 8/8] MX5:MX53: add initial support for MX53EVK board Jason Liu
2011-01-12  9:48   ` Stefano Babic [this message]
2011-01-09 23:20 ` [U-Boot] [PATCH v4 1/8] MX5: Add initial support for MX53 processor Wolfgang Denk
2011-01-10  1:23   ` Jason Liu
2011-01-12  9:45 ` Stefano Babic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D2D7909.5040304@denx.de \
    --to=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox