public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 2/3] Apollon BSP support
Date: Fri, 14 Sep 2007 10:54:48 +0200	[thread overview]
Message-ID: <20070914085448.C3DB7247D2@gemini.denx.de> (raw)
In-Reply-To: Your message of "Fri, 14 Sep 2007 09:52:02 +0900." <20070914005202.GA14742@party>

In message <20070914005202.GA14742@party> you wrote:
> Apollon BSP support
> 
> The Apollon based on OMAP2420 is designed for OneNAND development.
> It's similar with OMAP2420 H4 except some peripherals.
> 
> Now this board is maintained at mainline kernel.
> 
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> diff --git a/board/apollon/lowlevel_init.S b/board/apollon/lowlevel_init.S
> new file mode 100644
> index 0000000..380108d
> --- /dev/null
> +++ b/board/apollon/lowlevel_init.S
...
> +	ldr	r1, =WD_UNLOCK2
> +	str	r1, [r0, #WSPR]
> +
> +        /* Pin muxing for SDRC */
> +        mov     r1, #0x00
> +        ldr     r0, =0x480000A1         /* ball C12, mode 0 */
> +        strb    r1, [r0]
> +
> +        ldr     r0, =0x48000032         /* ball D11, mode 0 */
> +        strb    r1, [r0]
> +
> +        ldr     r0, =0x480000A3         /* ball B13, mode 0 */
> +        strb    r1, [r0]
...

Indentation not by TABs... see also rest of file.


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Madness has no purpose.  Or reason.  But it may have a goal.
	-- Spock, "The Alternative Factor", stardate 3088.7

      reply	other threads:[~2007-09-14  8:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-14  0:52 [U-Boot-Users] [PATCH 2/3] Apollon BSP support Kyungmin Park
2007-09-14  8:54 ` Wolfgang Denk [this message]

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=20070914085448.C3DB7247D2@gemini.denx.de \
    --to=wd@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