mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <sha@pengutronix.de>
To: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 2/2] mxs: add support for mx28-evk
Date: Sat, 9 Apr 2011 15:23:44 +0200	[thread overview]
Message-ID: <20110409132344.GB7285@pengutronix.de> (raw)
In-Reply-To: <1302258240-18284-3-git-send-email-mkl@pengutronix.de>

On Fri, Apr 08, 2011 at 12:24:00PM +0200, Marc Kleine-Budde wrote:
> This patch adds support for tje mx28-evk board. NAND support is still lacking,
> so we use still the bootlets as the first stage boot loader.
> 
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> ---
>  arch/arm/Makefile                              |    1 +
>  arch/arm/boards/freescale-mx28-evk/Makefile    |    1 +
>  arch/arm/boards/freescale-mx28-evk/config.h    |   16 +
>  arch/arm/boards/freescale-mx28-evk/env/config  |   67 ++++
>  arch/arm/boards/freescale-mx28-evk/mx28-evk.c  |  378 ++++++++++++++++++++++
>  arch/arm/boards/freescale-mx28-evk/tx28-stk5.c |  410 ++++++++++++++++++++++++

Looks like you copied a bit too much from the karo board.

> +
> +console_initcall(mx28_evk_console_init);
> +
> +/**
> +@page mx28_evk KARO's MX28_EVK CPU module
> +
> +@section mx28_evk_cpu_card The CPU module
> +
> +http://www.karo-electronics.de/
> +
> +This CPU card is based on a Freescale i.MX28 CPU. The card is shipped with:
> +
> +- 128 MiB synchronous dynamic RAM (DDR2 type), 200 MHz support
> +- 128 MiB NAND K9F1G08U0A (3.3V type)
> +- PCA9554 GPIO expander
> +- DS1339 RTC
> +- LAN8710 Phy
> +
> +@section mx28_evk_basboards Supported baseboards
> +
> +Supported baseboards are:
> +- KARO's Starterkit 5
> +
> +@section mx28_evk_stk5_howto How to get barebox for 'KARO's Starterkit 5'
> +
> +Using the default configuration:
> +
> +@verbatim
> +make ARCH=arm mx28_evkstk5_defconfig
> +@endverbatim
> +
> +Build the binary image:
> +
> +@verbatim
> +make ARCH=arm CROSS_COMPILE=armv5compiler
> +@endverbatim
> +
> +@note replace the armv5compiler with your ARM v5 cross compiler.
> +
> +@note To use the result, you also need the following resources from Freescale:
> +- the 'bootlets' archive
> +- the 'elftosb2' encryption tool
> +- in the case you want to start @b barebox from an attached SD card the
> +  'sdimage' tool from Freescale's 'uuc' archive.
> +
> +@section mx28_evk_mlayout Memory layout when barebox is running:
> +
> +- 0x40000000 start of SDRAM
> +- 0x40000100 start of kernel's boot parameters
> +  - below malloc area: stack area
> +  - below barebox: malloc area
> +- 0x47000000 start of @b barebox

Please either correct this or remove it.

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2011-04-09 13:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-08 10:23 [PATCH 0/2] mxs: add mx28-evk Marc Kleine-Budde
2011-04-08 10:23 ` [PATCH 1/2] mxs: import mxs_iomux_setup_multiple_pads from kernel Marc Kleine-Budde
2011-04-09 13:26   ` Sascha Hauer
2011-04-08 10:24 ` [PATCH 2/2] mxs: add support for mx28-evk Marc Kleine-Budde
2011-04-09 13:23   ` Sascha Hauer [this message]
2011-04-11  8:05     ` Marc Kleine-Budde
2011-04-08 10:32 ` [PATCH 0/2] mxs: add mx28-evk Marc Kleine-Budde

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=20110409132344.GB7285@pengutronix.de \
    --to=sha@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=mkl@pengutronix.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