public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] powerpc/85xx: Add support for new P102x/P2020 RDB style boards
Date: Wed, 27 Jul 2011 08:01:20 -0500	[thread overview]
Message-ID: <FD2DEC51-86CE-4B40-AB2D-53ADDAF7AA58@kernel.crashing.org> (raw)
In-Reply-To: <CAOZdJXXQCCYXMPbh5GtggTGxUP1tBhPgSc3vjDw5EsUAN_e2RQ@mail.gmail.com>


On Jul 27, 2011, at 7:58 AM, Tabi Timur-B04825 wrote:

> On Tue, Jul 26, 2011 at 9:52 PM, Kumar Gala <galak@kernel.crashing.org> wrote:
> 
>> +/* CCSRBAR PHYSICAL Address */
>> +/* IN case of NAND bootloader relocate CCSRBAR in RAMboot code not in the 4k
>> +       SPL code*/
>> +#if defined(CONFIG_NAND_U_BOOT) && defined(CONFIG_NAND_SPL)
>> +#define CONFIG_SYS_CCSRBAR_PHYS        CONFIG_SYS_CCSRBAR_DEFAULT
>> +#else
>> +#ifdef CONFIG_PHYS_64BIT
>> +#define CONFIG_SYS_CCSRBAR_PHYS        0xfffe00000ull
>> +#else
>> +#define CONFIG_SYS_CCSRBAR_PHYS        CONFIG_SYS_CCSRBAR      /* physical addr of */
>> +       /* CCSRBAR */
>> +#endif
>> +#endif
>> +#define CONFIG_SYS_IMMR        CONFIG_SYS_CCSRBAR      /* PQII uses */
>> +       /* CONFIG_SYS_IMMR */
> 
> This conflicts with the CCSR patch I posted a couple days ago.  What
> order are you going to be applying these patches?

I'm wanting to apply the CCSR patch first (so we'll need to update the board ports).

- k

  reply	other threads:[~2011-07-27 13:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-27  2:52 [U-Boot] [PATCH] powerpc/85xx: Add support for new P102x/P2020 RDB style boards Kumar Gala
2011-07-27 12:58 ` Tabi Timur-B04825
2011-07-27 13:01   ` Kumar Gala [this message]
2011-08-04 15:44 ` [U-Boot] [PATCH v2] " Kumar Gala
2011-08-26 19:06   ` Kumar Gala

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=FD2DEC51-86CE-4B40-AB2D-53ADDAF7AA58@kernel.crashing.org \
    --to=galak@kernel.crashing.org \
    --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