public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: David Brownell <david-b@pacbell.net>
To: Steve Sakoman <sakoman@gmail.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH 0/3] Add support for OMAP35x processors
Date: Sat, 10 Jan 2009 22:59:42 -0800	[thread overview]
Message-ID: <200901102259.43047.david-b@pacbell.net> (raw)
In-Reply-To: <5e088bd90901102230r11962ee8u54675b109f60dd0e@mail.gmail.com>

On Saturday 10 January 2009, Steve Sakoman wrote:
> Perhaps I'm being a bit clueless, but I'm not sure I see the benefit
> of specifying in the kernel config whether the OMAP SOC is a 3503,
> 3515, 3525, or 3530.
> 
> The processor is the same ARM Cortex-A8 in all cases.  Code that may
> want to use the graphics accelerator or DSP can easily check for the
> presence of each at run time (Control OMAP Status Register @
> 0x4800244C)
> 
> Is there something I am missing?

I suspect the advantage would be the ability to remove some
code at compile/link time rather having it linger in the
executable image.  If it's not got the C64x+ DSP then don't
register the DSP bridge ... when done right, that ensures
the bridge code won't even be in the target image.

It's sort of like the flip side of being able to enable
just a few boards out of a dozen possible.  Code for the
other boards isn't included, but the kernel is still
powerful enough to run on more than a single board.
(Which is great for testing, version management, and
all that kind of stuff.)

- Dave


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2009-01-11  6:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-09 15:02 [PATCH 0/3] Add support for OMAP35x processors Sanjeev Premi
2009-01-09 16:02 ` Aguirre Rodriguez, Sergio Alberto
2009-01-09 16:59   ` Premi, Sanjeev
2009-01-10 19:54     ` Premi, Sanjeev
2009-01-11  6:54   ` David Brownell
2009-01-11 18:34     ` Aguirre Rodriguez, Sergio Alberto
2009-01-11 18:56       ` Premi, Sanjeev
2009-01-11  6:30 ` Steve Sakoman
2009-01-11  6:59   ` David Brownell [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=200901102259.43047.david-b@pacbell.net \
    --to=david-b@pacbell.net \
    --cc=dbrownell@users.sourceforge.net \
    --cc=linux-omap@vger.kernel.org \
    --cc=sakoman@gmail.com \
    /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