From: Baruch Siach <baruch@tkos.co.il>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v2] ARM i.MX: Add Garz+Fricke Vincell Board support
Date: Thu, 29 Nov 2012 09:56:21 +0200 [thread overview]
Message-ID: <20121129075621.GC12054@sapphire.tkos.co.il> (raw)
In-Reply-To: <1354175353-8717-1-git-send-email-s.hauer@pengutronix.de>
Hi Sascha,
On Thu, Nov 29, 2012 at 08:49:13AM +0100, Sascha Hauer wrote:
> This adds support for the Garz+Fricke Vincell board. This has
> a i.MX53 Processor with 512MB of DDR3 RAM.
>
> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
[...]
> +void blink(void)
> +{
> + volatile int i;
> +
> + writel(0x1, 0x53fa82a8);
> + writel(0x2, 0x53f88004);
> +
> + while (1) {
> + for (i = 0; i < 1000000; i++);
> + writel(0x2, 0x53f88000);
> + for (i = 0; i < 1000000; i++);
> + writel(0x0, 0x53f88000);
> + }
> +}
Static? Is it a debugging aid? It's not used int this patch.
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2012-11-29 7:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-29 7:49 Sascha Hauer
2012-11-29 7:56 ` Baruch Siach [this message]
2012-11-29 18:43 ` 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=20121129075621.GC12054@sapphire.tkos.co.il \
--to=baruch@tkos.co.il \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox