[PATCH v2] ARM i.MX: Add Garz+Fricke Vincell Board support
Baruch Siach
baruch at tkos.co.il
Thu Nov 29 02:56:21 EST 2012
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 at 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 at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
More information about the barebox
mailing list