[PATCH v7] u-boot: Add mkenvimage tool

2018-11-22 Thread Alexey Brodkin
This utility is used for creation of images containing usable in run-time U-Boot environment. As of today this utility is added per-board like here [1] for Intel Edison board. [1] http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-edison/tree/meta-intel-edison-bsp/recipes-bsp/u-boot/u-boot-too

[PATCH] arc: Disable LTTng

2018-11-22 Thread Alexey Brodkin
LTTng depends on liburcu which is not yet ported to ARC so disable LTTng on ARC for now. Signed-off-by: Alexey Brodkin --- meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 3 +++ meta/recipes-devtools/gdb/gdb-common.inc | 1 + meta/recipes-kernel/ltt

Re: [PATCH v2 0/2] MTD: spi-nor: add support for sst26wf016, sst26wf032

2018-11-22 Thread Tudor.Ambarus
Hi, Eugeniy, This is just to let you know that I'm getting familiar with the individual block lock support. You'll have my review in the first part of next week. Thank you for your patience, ta On 11/19/2018 05:25 PM, Eugeniy Paltsev wrote: > Hi Boris, > > As 4.20-rc1 is already out I guess you

Re: [PATCH v6] u-boot: Add mkenvimage tool

2018-11-22 Thread richard . purdie
On Thu, 2018-11-22 at 13:18 +, Alexey Brodkin wrote: > Hi, Richard, Otavio, > > On Thu, 2018-11-22 at 11:28 +0300, Alexey Brodkin wrote: > > This utility is used for creation of images containing > > usable in run-time U-Boot environment. > > > > As of today this utility is added per-board li

Re: [PATCH v6] u-boot: Add mkenvimage tool

2018-11-22 Thread Alexey Brodkin
Hi, Richard, Otavio, On Thu, 2018-11-22 at 11:28 +0300, Alexey Brodkin wrote: > This utility is used for creation of images containing > usable in run-time U-Boot environment. > > As of today this utility is added per-board like here [1] > for Intel Edison board. > > [1] > http://git.yoctoproje

[PATCH] gcc: Select proper ARC CPU when build for target

2018-11-22 Thread Alexey Brodkin
By default GCC for ARC is configured with ARC700 CPU. This means when we don't pass "-mcpu=xxx": a) Code will be compiled for ARC700 b) Libs will used for ARC700 And if we happen to run on ARCv2 core like ARC HSxx we won't be able to use target gcc w/o "-mcpu=xxx" which is not very convenient as

Re: [OE-core] [PATCH v6] u-boot: Add mkenvimage tool

2018-11-22 Thread Alexey Brodkin
Hi Otavio, On Thu, 2018-11-22 at 07:30 -0200, Otavio Salvador wrote: > Hello Alexey, > > On Thu, Nov 22, 2018 at 6:28 AM Alexey Brodkin > wrote: > > This utility is used for creation of images containing > > usable in run-time U-Boot environment. > > > > As of today this utility is added per-bo

Re: [OE-core] [PATCH v6] u-boot: Add mkenvimage tool

2018-11-22 Thread Otavio Salvador
Hello Alexey, On Thu, Nov 22, 2018 at 6:28 AM Alexey Brodkin wrote: > > This utility is used for creation of images containing > usable in run-time U-Boot environment. > > As of today this utility is added per-board like here [1] > for Intel Edison board. > > [1] > http://git.yoctoproject.org/cg

[PATCH v6] u-boot: Add mkenvimage tool

2018-11-22 Thread Alexey Brodkin
This utility is used for creation of images containing usable in run-time U-Boot environment. As of today this utility is added per-board like here [1] for Intel Edison board. [1] http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-edison/tree/meta-intel-edison-bsp/recipes-bsp/u-boot/u-boot-too