All of lore.kernel.org
 help / color / mirror / Atom feed
From: Teresa Gamez <t.gamez@phytec.de>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCHv2 08/12] PCM051: Add first stage support
Date: Wed, 10 Jul 2013 09:21:00 +0200	[thread overview]
Message-ID: <51DD0B5C.3010002@phytec.de> (raw)
In-Reply-To: <1373361802-31080-8-git-send-email-t.gamez@phytec.de>

Am 09.07.2013 11:23, schrieb Teresa Gámez:

Hello Sascha,

> From: Shravan kumar <shravan.k@phytec.in>
>
> This patch adds first stage support for PCM051.
>
> Signed-off-by: Shravan kumar <shravan.k@phytec.in>
> Signed-off-by: Teresa Gámez <t.gamez@phytec.de>
> ---
> Changes in v2:
> - fixed aligment and register adress
>    order in mach/am33xx-silicon.h
>
>   arch/arm/boards/pcm051/board.c                   |    1 +
>   arch/arm/boards/pcm051/env/boot/sd               |    2 +-
>   arch/arm/boards/pcm051/lowlevel.c                |  206 ++++++++++++++++++++++
>   arch/arm/configs/pcm051_mlo_defconfig            |   33 ++++
>   arch/arm/mach-omap/include/mach/am33xx-silicon.h |   13 ++
>   scripts/mk-am35xx-spi-image.c                    |    2 +-
>   6 files changed, 255 insertions(+), 2 deletions(-)
>   create mode 100644 arch/arm/configs/pcm051_mlo_defconfig
>
>
>   
>   /* Ethernet MAC ID from EFuse */
> diff --git a/scripts/mk-am35xx-spi-image.c b/scripts/mk-am35xx-spi-image.c
> index 74e79db..b13568a 100644
> --- a/scripts/mk-am35xx-spi-image.c
> +++ b/scripts/mk-am35xx-spi-image.c
> @@ -63,7 +63,7 @@ int main(int argc, char *argv[])
>   	int opt;
>   	off_t pos;
>   	size_t size;
> -	uint32_t addr = 0x40200000;
> +	uint32_t addr = 0x402F0400;
>   	uint32_t temp;
>   
>   	while((opt = getopt(argc, argv, "a:")) != -1) {

This last hunk has accidentally slipped in here.
Could you remove it?

Thanks
Teresa


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

  reply	other threads:[~2013-07-10  7:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-09  9:23 [PATCHv2 01/12] ARM: OMAP: AM33xx: Add basic NAND support Teresa Gámez
2013-07-09  9:23 ` [PATCHv2 02/12] PCM051: Add basic nand support Teresa Gámez
2013-07-09  9:23 ` [PATCHv2 03/12] ARM: AM33xx: Add gpio support Teresa Gámez
2013-07-09  9:23 ` [PATCHv2 04/12] PCM051: Add muxing for user led and btn Teresa Gámez
2013-07-09  9:23 ` [PATCHv2 05/12] PCM051: Update pcm051_defconfig Teresa Gámez
2013-07-09  9:23 ` [PATCHv2 06/12] PCM051: Rename SPI NOR device Teresa Gámez
2013-07-09  9:23 ` [PATCHv2 07/12] ARM: AM33xx: Enable clock for all GPIO banks Teresa Gámez
2013-07-09  9:23 ` [PATCHv2 08/12] PCM051: Add first stage support Teresa Gámez
2013-07-10  7:21   ` Teresa Gamez [this message]
2013-07-10 21:31     ` Sascha Hauer
2013-07-09  9:23 ` [PATCHv2 09/12] ARM: AM33xx: Make mpu pll configurable by lowlevel board code Teresa Gámez
2013-07-09  9:23 ` [PATCHv2 10/12] arm: omap: store boot source info from ROM loader Teresa Gámez
2013-07-09  9:23 ` [PATCHv2 11/12] ARM OMAP: get barebox partion information from boardcode Teresa Gámez
2013-07-09  9:23 ` [PATCHv2 12/12] PCM051: Pass barebox partition information Teresa Gámez
2013-07-09 17:33 ` [PATCHv2 01/12] ARM: OMAP: AM33xx: Add basic NAND support Sascha Hauer

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=51DD0B5C.3010002@phytec.de \
    --to=t.gamez@phytec.de \
    --cc=barebox@lists.infradead.org \
    --cc=s.hauer@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.