All of lore.kernel.org
 help / color / mirror / Atom feed
From: otavio.salvador@gmail.com
To: meta-freescale@yoctoproject.org
Subject: Updates to meta-freescale (master) in 2017-09-27
Date: Wed, 27 Sep 2017 10:33:39 -0300	[thread overview]
Message-ID: <59cba8bb.83e8e90a.9360c.ef29@mx.google.com> (raw)

Hello,

I pushed following updates:

commit 1d090c91cd096cab03c6ec1a1864da1299833cbb (HEAD -> master, yocto/master-next, yocto/master)
Author: Yuqing Zhu <carol.zhu@nxp.com>
Date:   Wed Sep 27 17:49:11 2017 +0800

    imx-parser: Upgrade to v4.2.1
    
    1. Upgrade EULA to v18
    
    2. Bugfixes/Optimization
       - Update HEVC PARSER 01.00.02/ APE PARSER 00.00.08/ MPEG2 PARSER 04.05.10
         1. Delete the useless label in HEVC PARSER.
         2. Fix 2 variables' not init in special case for APE PARSER.
         3. Fix one struct's not init for MPEG2 PARSER.
    
       - Fix one mp3 can't play on jb4.3_1.1.1-ga
         ID3V2 contains a picture larger than 3MB, need to save ID3 data size
         in self->m_dwID3V2Size to let parser skip it when starting playback.
    
       - Fix creating parser error
         When variable value is negative, if(bytesToRead) will return true,
         modify this condition to if(bytesToRead > 0).
    
    Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

commit e26605bc946418c6d4e7597884a27c2b3ec6efd0
Author: Yuqing Zhu <carol.zhu@nxp.com>
Date:   Wed Sep 27 17:49:10 2017 +0800

    imx-codec: Upgrade to v4.2.1
    
    1. Upgrade EULA to v18
    
    2. Bugfix/Optimization
       - AACPlus:M4A format audio only can output about 1s audio, then keep silence
         It is caused by AACPlus decoder because aacplus decoder
         occupys much cpu time when decoding.
         Add -O3 build option into aacplus decoder's build script to
         optimize the code.
    
       - Optimize the code
         Cancel duplicated code in aac_dec/aacplus_dec.
         Cancel unused code in flac_dec.
    
    Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

commit d578533e80934496f56e1521bbf64bda9aa76797 (wip/imx-image)
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Tue Sep 12 11:20:40 2017 -0300

    kernel-imximage.bbclass: Linux kernel with DCD headers
    
    This new image type adds support to generate a Linux kernel with DCD
    headers. Essentially it adds support to directly boot a Linux kernel
    without a bootloader.
    
    As the Linux kernel will be boot directly, it required that the Device
    Tree is appended to the kernel image, which had support included in
    OE-Core.
    
    To have the Linux kernel generated with the DCD headers, following
    steps must be followed:
    
     - Linux kernel recipe must inherit kernel-imximage class;
     - Device Tree appended Linux kernel must be used
       (KERNEL_DEVICETREE_BUNDLE = "1");
     - DCD header configuration must be provided (dcd.cfg or
       dcd-<devicetree>.cfg);
    
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Regards,

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


                 reply	other threads:[~2017-09-27 13:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=59cba8bb.83e8e90a.9360c.ef29@mx.google.com \
    --to=otavio.salvador@gmail.com \
    --cc=meta-freescale@yoctoproject.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.