From: Timur Tabi <timur@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Add support for variable flash memory sizes on 83xx systems
Date: Fri, 08 Sep 2006 16:39:36 -0500 [thread overview]
Message-ID: <4501E318.2090105@freescale.com> (raw)
In-Reply-To: <20060908212311.BC0C2353AD0@atlas.denx.de>
Wolfgang Denk wrote:
>> +#ifdef CONFIG_MPC8349ITX
>> +/* MPC8349ITX : CS1 */
>> + /* Initialize the BR1 with the vsc7385 starting address. */
>> + lis r5, 0xf8000801 at h
>> + ori r5, r5, 0xf8000801 at l
>> + stw r5, BR1(r3) /* r5 <= (CFG_FLASH_BASE & 0xFFFF8000) | (BR1 & 0x00007FFF) */
>> +
>> + lis r5, 0xfffe09ff at h
>> + ori r5, r5, 0xfffe09ff at l
>> + stw r5, OR1(r3)
>> +#endif
>
> ... don't mix in board-specific patches here, especially not for
> boards that are not supported in U-Boot yet.
So sorry ... that wasn't my intention at all.
New patch resubmitted.
--
Timur Tabi
Linux Kernel Developer @ Freescale
next prev parent reply other threads:[~2006-09-08 21:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-08 21:07 [U-Boot-Users] [PATCH] Add support for variable flash memory sizes on 83xx systems timur at freescale.com
2006-09-08 21:23 ` Wolfgang Denk
2006-09-08 21:39 ` Timur Tabi [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-09-08 21:38 timur at freescale.com
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=4501E318.2090105@freescale.com \
--to=timur@freescale.com \
--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 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.