From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCHv2] abefw: Firmware for OMAP5 ABE
Date: Mon, 22 Jul 2013 12:24:22 -0400 [thread overview]
Message-ID: <20130722162422.GC30374@edge> (raw)
In-Reply-To: <CA454FEB-4832-45BC-B0CF-982F31CB4F78@ti.com>
On Mon, Jul 22, 2013 at 12:12:23PM +0000, Cooper Jr., Franklin wrote:
>
>
> On Jul 21, 2013, at 11:13 PM, "Heroor, Siddharth" <heroor@ti.com> wrote:
>
> > On 7/12/2013 6:41 PM, Cooper Jr., Franklin wrote:
> >>
> >>
> >> On Jul 12, 2013, at 1:43 AM, "Hingolikar, Mrinmayee" <mrinmayee@ti.com> wrote:
> >>
> >>>
> >>> * The OMAP5 Audio Backend requires a 'firmware' to enable
> >>> sound. This recipe installs a prebuilt firmware. This
> >>> part is a hack, as in the current form, the firmware
> >>> cannot be cross-compiled. There is a plan to fix this
> >>> and hopefully, this recipe is short-lived. Once the code
> >>> is fixed, we should have new recipes that build the firmware
> >>> and clean up this recipe.
> >>>
> >>> v2:
> >>> * Merged contents from abefw.inc and removed abefw.inc based
> >>> on review.
> >>>
> >>> Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> >>> Signed-off-by: Siddharth Heroor <heroor@ti.com>
> >>> ---
> >>> recipes-bsp/abefw/abefw_1.0.14.bb | 20 ++++++++++++++++++++
> >>> 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 recipes-bsp/abefw/abefw_1.0.14.bb
> >>>
> >>> diff --git a/recipes-bsp/abefw/abefw_1.0.14.bb b/recipes-bsp/abefw/abefw_1.0.14.bb
> >>> new file mode 100644
> >>> index 0000000..8db71e4
> >>> --- /dev/null
> >>> +++ b/recipes-bsp/abefw/abefw_1.0.14.bb
> >>> @@ -0,0 +1,20 @@
> >>> +SUMMARY = "Firmware for OMAP5 ABE"
> >>> +HOMEPAGE = "http://git.ti.com"
> >>> +LICENSE = "BSD/GPLv2"
> >> I'm assuming this means BSD or GPLv2.
> >>
> >> The proper syntax is
> >> LICENSE = "BSD | GPLv2"
Ack on this comment - please use the correct syntax for the LICENSE field, as
it has changed since Classic OE and is no longer a free form.
> >>> +LIC_FILES_CHKSUM = "file://COPYING;md5=923db086ed9463ab3215b24d87e05ec5"
> >>> +
> >>> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> >> I don't see any machine based overrides or appends in this recipe. This isn't needed.
> >>
> >>> +COMPATIBLE_MACHINE = "omap5-evm"
> >> I'm just curious if the dra7xx or any other possible future boards will
> >> be using this firmware/recipe. If so any harm in making this generic and
> >> specifying omap-a15?
> >
> > This is an IP *specific* to OMAP4/5. On OMAP5, the ABE (Audio Backend)
> > is present to allow for low power audio playback. Refer TRM
> > (http://www.ti.com/lit/ug/swpu249w/swpu249w.pdf) section 13. - Audio
> > Subsystem.
> >
> > On DRA7xx ABE isn't present. Instead we have multiple McASPs (upto 8)
> > for which no firmware is required. McASP has its own sound driver (which
> > should be common to other devices).
> >
> > By setting COMPATIBILITY and PACKAGE_ARCH to be limited to omap5, we
> > make it obvious that the IP is OMAP5 specific and not generic for all
> > omap-a15 devices.
> For COMPATIBILITY that's fine since it will prevent any other board from
> building the recipe but PACKAGE_ARCH still isn't needed so it should be
> removed.
Well, unless you have common feeds and want to prevent the package to be
accidentally installed on dra7xx... But I'd like to hear if Sid's team is
planning to offer feeds. Either way PACKAGE_ARCH is good to have in this case.
--
Denys
next prev parent reply other threads:[~2013-07-22 16:24 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-12 6:43 [PATCHv2] abefw: Firmware for OMAP5 ABE Hingolikar, Mrinmayee
2013-07-12 13:11 ` Cooper Jr., Franklin
2013-07-22 4:13 ` Siddharth Heroor
2013-07-22 12:12 ` Cooper Jr., Franklin
2013-07-22 12:15 ` Maupin, Chase
2013-07-22 16:24 ` Denys Dmytriyenko [this message]
2013-07-19 6:01 ` Hingolikar, Mrinmayee
2013-07-19 11:54 ` Maupin, Chase
[not found] <1372849303-21311-1-git-send-email-mrinmayee@ti.com>
2013-08-21 11:48 ` Hingolikar, Mrinmayee
2013-08-21 12:52 ` Cooper Jr., Franklin
2013-08-21 15:31 ` Maupin, Chase
2013-08-21 15:49 ` Denys Dmytriyenko
2013-09-03 17:42 ` Denys Dmytriyenko
2013-10-18 10:29 ` Mrinmayee Hingolikar
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=20130722162422.GC30374@edge \
--to=denys@ti.com \
--cc=fcooper@ti.com \
--cc=meta-arago@arago-project.org \
/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.