From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1] cpu: Add Intel Tangier support
Date: Wed, 05 Jul 2017 23:06:59 +0300 [thread overview]
Message-ID: <1499285219.22624.283.camel@linux.intel.com> (raw)
In-Reply-To: <CAEUhbmWaKu96NLQFefabtNFbS4CvFZWCH00fOopUHSS0haBvgw@mail.gmail.com>
On Thu, 2017-04-20 at 17:41 +0800, Bin Meng wrote:
> On Thu, Apr 20, 2017 at 3:23 PM, Andy Shevchenko
> <andy.shevchenko@gmail.com> wrote:
> > On Thu, Apr 20, 2017 at 5:59 AM, Bin Meng <bmeng.cn@gmail.com>
> > > On Tue, Apr 18, 2017 at 10:21 PM, Andy Shevchenko
> > > <andriy.shevchenko@linux.intel.com> wrote:
> > > > +#define SFI_BASE_ADDR 0x000E0000
> > > > +#define SFI_LENGTH 0x00020000
> > > > +#define SFI_TABLE_LENGTH 16
> > > > +
> > >
> > > Can you add some comments here? I guess U-Boot on tangier is not
> > > the
> > > 1st stage bootloader. It boots from the 1st stage bootloader and
> > > get
> > > memory information via SFI table which 1st stage bootloader
> > > provides?
> > >
>
> Can you confirm if my above comments are correct? If so, please add
> some comments.
>
I didn't get what you are expecting to see here, what kind of comments?
SFI tables are located in first stage boot ROM / "BIOS" (not exactly,
but it's a good approximation for U-Boot). Above is just a range in a
memory to search for them (like some one may do using /dev/mem in
Linux).
--
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy
prev parent reply other threads:[~2017-07-05 20:06 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-18 14:21 [U-Boot] [PATCH v1] cpu: Add Intel Tangier support Andy Shevchenko
2017-04-19 0:12 ` Simon Glass
2017-04-19 11:16 ` Andy Shevchenko
2017-04-20 2:59 ` Bin Meng
2017-04-20 7:23 ` Andy Shevchenko
2017-04-20 9:41 ` Bin Meng
2017-06-20 18:51 ` Simon Glass
2017-06-20 19:02 ` Andy Shevchenko
2017-06-20 19:35 ` Simon Glass
2017-07-05 19:27 ` Andy Shevchenko
2017-07-05 19:34 ` Simon Glass
2017-07-05 20:06 ` Andy Shevchenko [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=1499285219.22624.283.camel@linux.intel.com \
--to=andriy.shevchenko@linux.intel.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.