Re: [OE-core] [PATCH v2] u-boot: Restore valid default environment for running system

2020-04-01 Thread Otavio Salvador
acceptable. I am checking it right away. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this grou

[OE-core] [PATCH] default-providers.inc: Set U-Boot related default providers

2020-03-31 Thread Otavio Salvador
_u-boot-fw-utils ?= "libubootenv-bin" - PREFERRED_RPROVIDER_nativesdk-u-boot-mkimage ?= "nativesdk-u-boot-tools" Signed-off-by: Otavio Salvador --- meta/conf/distro/include/default-providers.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/conf/distro/include

Re: [OE-Core][RFC PATCH v3 06/13] systemd: Add PACKAGECONFIG for sysvinit

2020-03-31 Thread Otavio Salvador
lock? fw_printenv and fw_setenv https://github.com/sbabic/libubootenv/blob/master/src/uboot_env.c#L56-L71 -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -=-=-=-=-=-

Re: [OE-core] [PATCH] u-boot: Add UBOOT_LOCALVERSION_AUTO support

2020-03-31 Thread Otavio Salvador
On Tue, Mar 31, 2020 at 3:47 PM Denys Dmytriyenko wrote: > On Tue, Mar 31, 2020 at 03:18:41PM -0300, Otavio Salvador wrote: > > On Tue, Mar 31, 2020 at 3:07 PM Denys Dmytriyenko wrote: > > > On Tue, Mar 31, 2020 at 02:46:41PM -0300, Otavio Salvador wrote: > > >

Re: [OE-core] [PATCH] u-boot: Add UBOOT_LOCALVERSION_AUTO support

2020-03-31 Thread Otavio Salvador
Hello Denys, On Tue, Mar 31, 2020 at 3:07 PM Denys Dmytriyenko wrote: > On Tue, Mar 31, 2020 at 02:46:41PM -0300, Otavio Salvador wrote: > > Add the Git revision used for the build. It is very useful especially when > > using custom or vendor U-Boot forks so we can map a binar

Re: [OE-core] [PATCH v2] u-boot: Restore valid default environment for running system

2020-03-31 Thread Otavio Salvador
On Tue, Mar 31, 2020 at 2:03 PM Stefano Babic wrote: > On 31.03.20 18:44, Otavio Salvador wrote: > > Hello Stefano, > > > > On Tue, Mar 31, 2020 at 12:32 PM Stefano Babic wrote: > >> On 31.03.20 17:16, Otavio Salvador wrote: > > ... > >>> - u-

[OE-core] [PATCH] u-boot: Add UBOOT_LOCALVERSION_AUTO support

2020-03-31 Thread Otavio Salvador
rs and has been very useful especially for custom U-Boot releases as it allow we to know the exact Git revision used for the binary. Signed-off-by: Otavio Salvador --- meta/recipes-bsp/u-boot/u-boot.inc | 24 ++-- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/met

Re: [OE-core] [PATCH v2] u-boot: Restore valid default environment for running system

2020-03-31 Thread Otavio Salvador
Hello Stefano, On Tue, Mar 31, 2020 at 12:32 PM Stefano Babic wrote: > On 31.03.20 17:16, Otavio Salvador wrote: ... > > - u-boot-initial-env on deploy > > - fw_env.config on deploy > > Why do we need both of them in deploy ? For making system functional, we > j

[OE-core] [PATCH v2] u-boot: Restore valid default environment for running system

2020-03-31 Thread Otavio Salvador
to be used by it. This change address this and include on the default u-boot.inc the needed code to generate, install and deploy the default environment. The side effect of this change are: - new ${PN}-env - u-boot-initial-env on deploy - fw_env.config on deploy Signed-off-by: Otavio Salvador

[OE-core] [PATCH] u-boot: Restore valid default environment for running system

2020-03-31 Thread Otavio Salvador
to be used by it. This change address this and include on the default u-boot.inc the needed code to generate, install and deploy the default environment. The side effect of this change are: - new ${PN}-env - u-boot-initial-env on deploy - fw_env.config on deploy Signed-off-by: Otavio Salvador

Re: [OE-Core][RFC PATCH v3 06/13] systemd: Add PACKAGECONFIG for sysvinit

2020-03-28 Thread Otavio Salvador
ned-off-by: Alex Kiernan This address the comments from Adrian and I'd like to mention that /run/lock is not being created if sysvinit is removed from PACKAGECONFIG. This patch is good to go as is, if possible Alex, take a look at the /run/lock creation issue without sysvinit support. A

Re: [OE-Core][RFC PATCH 06/13] systemd: Add PACKAGECONFIG for sysvinit

2020-03-26 Thread Otavio Salvador
t; > > > > > systemd-sysv-generator provides support for packages that do not > > > (yet) provide a systemd unit, only an init script. > > > > > > Disabling this could save a few bytes on a small system when no > > > installed package needs it, but this is not in

Re: [OE-Core][RFC PATCH 06/13] systemd: Add PACKAGECONFIG for sysvinit

2020-03-26 Thread Otavio Salvador
t; any init scripts will be forcefully removed (see > rm_sysvinit_initddir() in systemd.bbclass). Agreed. The preferred one is defined by the init system and virtual runtime. The patch seems ok for me. Besides, you can override it on your custom distro if you have a weird requirement. -- Otavio

Re: [OE-core] [PATCH] binutils: Pregenerate autoconf files

2020-03-26 Thread Otavio Salvador
ing to avoid that. As such this is actually quite a > risky change given past bad experiences :( > > I'm not completely against it but I am worried. +1 I also prefer to generate them. The patches are easier to upgrade and allow for easier fixes, as mentioned. -- Otavio Salvador

Re: [meta-freescale] imx-vpuwrap_4.5.4 error

2020-03-26 Thread Otavio Salvador
ap-4.5.4.bin too (the newest is 4.5.3), I > wonder is there a alternative URL available or workaround for this? > > Thanks > Nus > -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9

Re: [OE-Core][RFC PATCH 00/13] Systemd 245 and related updates

2020-03-26 Thread Otavio Salvador
upgrade v244.3 -> v245.2 I am not against merging this but if it is intended to be done, I'd wait few days with the above ones merged. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9

Re: [PATCH 0/4] Fixes for rv1108 and rv1108-elgin-r1

2020-03-26 Thread Otavio Salvador
Hello, On Fri, Mar 13, 2020 at 2:42 PM Otavio Salvador wrote: > Those are fixes we've been using and we'd like to upstream. > > They are fixes and would be great to have them included on 2020.04 > release. > > > Otavio Salvador (4): > ARM: dts: Activate pullups in th

Re: [PATCH 3/4] elgin-rv1108: Avoid adc_channel_single_shot error【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2020-03-26 Thread Otavio Salvador
Ping? On Tue, Mar 17, 2020 at 10:52 PM Kever Yang wrote: > > > On 2020/3/14 上午1:42, Otavio Salvador wrote: > > Currently the following error message is seen during boot: > > > > U-Boot 2020.01-08751-g55759ae141 (Mar 09 2020 - 14:44:52 -0300) > > > > Mode

Re: [PATCH 4/4] rv1108: Fix boot regression

2020-03-26 Thread Otavio Salvador
Ping? On Tue, Mar 17, 2020 at 10:52 PM Kever Yang wrote: > > > On 2020/3/14 上午1:42, Otavio Salvador wrote: > > Since commit 79030a486128 ("rockchip: Add Single boot image > > (with binman, pad_cat)") the following boot regression is seen: > > > > U-Bo

Re: [PATCH 2/4] elgin-rv1108: Use rk_board_late_init() for GPIO settings【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2020-03-26 Thread Otavio Salvador
Ping? On Tue, Mar 17, 2020 at 10:52 PM Kever Yang wrote: > > > On 2020/3/14 上午1:42, Otavio Salvador wrote: > > Since commit 8e9a8d0d0c8c ("rockchip: elgin-rv1108: use board_early_init_f > > for per-boar init") the function that configure the board GPIO

Re: [PATCH 1/4] ARM: dts: Activate pullups in the console pins on rv1108-elgin-r1【请注意,邮件由u-boot-boun...@lists.denx.de代发】

2020-03-26 Thread Otavio Salvador
Ping? On Tue, Mar 17, 2020 at 10:50 PM Kever Yang wrote: > > Hi Otavio, > > > On 2020/3/14 上午1:42, Otavio Salvador wrote: > > In order to make the console pins more robust to noise, activate > > the pullups and increase its drive strength. > > > > Signed-

Re: [OE-core] [PATCH] mesa-gl: The purpose of mesa-gl is to provide for X11 usage

2020-03-25 Thread Otavio Salvador
c osmesa > > After consulting with the author of this recipe, it was clear that it > was only intended for the X11 use-case, so requring X11 should avoid the > error message above. > > Signed-off-by: Mark Hatle This is wrong. We ought to add osmesa as fallback and not h

Re: [OE-core] [OE-Core][RFC PATCH 01/11] systemd: Package udev rules explicitly

2020-03-18 Thread Otavio Salvador
On Wed, Mar 18, 2020 at 2:19 PM Alex Kiernan wrote: > > On Wed, Mar 18, 2020 at 3:02 AM Otavio Salvador > wrote: > > > > On Tue, Mar 17, 2020 at 12:29 PM Alex Kiernan > > wrote: > > > udev is packaged before systemd so any wildcard inclusions in FILES will

Re: [OE-core] [OE-Core][RFC PATCH 11/11] systemd: Enable acl based on DISTRO_FEATURES

2020-03-17 Thread Otavio Salvador
On Tue, Mar 17, 2020 at 12:30 PM Alex Kiernan wrote: > > Signed-off-by: Alex Kiernan Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +

Re: [OE-core] [OE-Core][RFC PATCH 08/11] systemd: upgrade v244.3 -> v245

2020-03-17 Thread Otavio Salvador
s patches are fixes - most could eventually be backported - they could be merged earlier while the upgrade is under test -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347)

Re: [OE-core] [OE-Core][RFC PATCH 09/11] systemd: Enable smack based on DISTRO_FEATURES

2020-03-17 Thread Otavio Salvador
On Tue, Mar 17, 2020 at 12:30 PM Alex Kiernan wrote: > > Signed-off-by: Alex Kiernan Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +

Re: [OE-core] [OE-Core][RFC PATCH 10/11] systemd: Enable audit based on DISTRO_FEATURES

2020-03-17 Thread Otavio Salvador
On Tue, Mar 17, 2020 at 12:30 PM Alex Kiernan wrote: > > Signed-off-by: Alex Kiernan Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +

Re: [OE-core] [OE-Core][RFC PATCH 07/11] oeqa/runtime/cases: Disable and stop systemd-timesyncd

2020-03-17 Thread Otavio Salvador
ex Kiernan Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -- ___ Openembedded-core mailing

Re: [OE-core] [OE-Core][RFC PATCH 06/11] psplash: Set RemainAfterExit on systemd units

2020-03-17 Thread Otavio Salvador
nit remains active and is not > gratuitously restarted. > > Drop the nonexistent systemd-start.service from the unit. > > Signed-off-by: Alex Kiernan Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.co

Re: [OE-core] [OE-Core][RFC PATCH 05/11] systemd: Remove X11 related files when disabled

2020-03-17 Thread Otavio Salvador
On Tue, Mar 17, 2020 at 12:29 PM Alex Kiernan wrote: > > When X11 isn't in DISTRO_FEATURES, remove X11 related files. > > Signed-off-by: Alex Kiernan Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

Re: [OE-core] [OE-Core][RFC PATCH 03/11] systemd: Add sch-fq-codel to RRECOMMENDS

2020-03-17 Thread Otavio Salvador
On Tue, Mar 17, 2020 at 12:29 PM Alex Kiernan wrote: > > systemd sets net.core.default_qdisc = fq_codel, include > kernel-module-sch-fq-codel in RRECOMMENDS to satify this > > Signed-off-by: Alex Kiernan Acked-by: Otavio Salvador -- Otavio Salvador

Re: [OE-core] [OE-Core][RFC PATCH 02/11] systemd: Reinstate systemd-hwdb-update.service

2020-03-17 Thread Otavio Salvador
temd-hwdb(8) > > Signed-off-by: Alex Kiernan Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -- ___

Re: [OE-core] [OE-Core][RFC PATCH 01/11] systemd: Package udev rules explicitly

2020-03-17 Thread Otavio Salvador
. > > Signed-off-by: Alex Kiernan I believe udev ought to be on PACKAGE_BEFORE_PN so it is still handled with the wildcard and allow for easier maintenance in future. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br

Re: [OE-core] [PATCH] cmake: Update 3.16.1 -> 3.16.5

2020-03-17 Thread Otavio Salvador
On Tue, Mar 17, 2020 at 9:45 AM Domarys Correa wrote: > > Signed-off-by: Domarys Correa Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +

[PATCH 4/4] rv1108: Fix boot regression

2020-03-13 Thread Otavio Salvador
l 6000b927 (err=-22) This happens because the above commit missed to include the "rockchip-u-boot.dtsi" for rv1108, so include this file like it done for other Rockchip SoC dtsi's. Fixes: 79030a486128 ("rockchip: Add Single boot image (with binman, pad_cat)") Signed-off-by: Otavi

[PATCH 3/4] elgin-rv1108: Avoid adc_channel_single_shot error

2020-03-13 Thread Otavio Salvador
CONFIG_ROCKCHIP_BOOT_MODE_REG=0 to avoid such error. Signed-off-by: Otavio Salvador --- configs/elgin-rv1108_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/elgin-rv1108_defconfig b/configs/elgin-rv1108_defconfig index 80d53f3c10..b6682994f5 100644 --- a/configs/elgin

[PATCH 2/4] elgin-rv1108: Use rk_board_late_init() for GPIO settings

2020-03-13 Thread Otavio Salvador
so change it to rk_board_late_init() and also select CONFIG_BOARD_LATE_INIT=y to fix the regression. Signed-off-by: Otavio Salvador Signed-off-by: Fabio Berton --- board/elgin/elgin_rv1108/elgin_rv1108.c | 2 +- configs/elgin-rv1108_defconfig | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)

[PATCH 1/4] ARM: dts: Activate pullups in the console pins on rv1108-elgin-r1

2020-03-13 Thread Otavio Salvador
In order to make the console pins more robust to noise, activate the pullups and increase its drive strength. Signed-off-by: Otavio Salvador --- arch/arm/dts/rv1108-elgin-r1.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/dts/rv1108-elgin-r1.dts b/arch/arm/dts

[PATCH 0/4] Fixes for rv1108 and rv1108-elgin-r1

2020-03-13 Thread Otavio Salvador
Those are fixes we've been using and we'd like to upstream. They are fixes and would be great to have them included on 2020.04 release. Otavio Salvador (4): ARM: dts: Activate pullups in the console pins on rv1108-elgin-r1 elgin-rv1108: Use rk_board_late_init() for GPIO settings elgin

Re: [oe] [meta-ota][PATCH] meta-ota: add support for binary-delta images in a new layer

2020-03-11 Thread Otavio Salvador
> > [1] https://wiki.yoctoproject.org/wiki/TSC > [2] https://www.openembedded.org/wiki/TSC I've been preferring github over gitlab but either works. I also think we ought to put it under one of those platforms and rely on those for future. -- Otavio Salvador

Re: [OE-core] [PATCH] weston-init: Allow use of weston without input devices

2020-03-11 Thread Otavio Salvador
es is far from user-friendly. We do have a bbappend our multiple customer layers and as it has become common we'd like to upstream it as we used quite some time to understand why it was failing when we first faced it. -- Otavio Salvador O.S. Systems http://www.ossyste

Re: [OE-core] [PATCH v2 4/4] reproducible: try to ensure reproducible xz archives

2020-03-03 Thread Otavio Salvador
dn't we just "enforce" at least two threads? It is quite unlikely we ever use OE on a single core machine (as it'd take few years to finish the build hehe) it seems like a reasonable assumption. -- Otavio Salvador O.S. Systems http://www.ossyst

Re: [oe] [meta-ota][PATCH] meta-ota: add support for binary-delta images in a new layer

2020-03-02 Thread Otavio Salvador
Hello Bartosz, On Mon, Mar 2, 2020 at 2:39 PM Bartosz Golaszewski wrote: > pon., 2 mar 2020 o 12:25 Otavio Salvador > napisał(a): > > > > On Mon, Mar 2, 2020 at 4:37 AM Bartosz Golaszewski wrote: > > > niedz., 1 mar 2020 o 14:43 Otavio Salvador > > > nap

Re: [oe] [meta-ota][PATCH] meta-ota: add support for binary-delta images in a new layer

2020-03-02 Thread Otavio Salvador
On Mon, Mar 2, 2020 at 4:37 AM Bartosz Golaszewski wrote: > niedz., 1 mar 2020 o 14:43 Otavio Salvador > napisał(a): > This single class surely doesn't justify a new layer but I have a > bunch of other stuff lined up for upstreaming if this is accepted. > This is thematically sep

Re: [OE-core] [RFC PATCH] easysplash: Add recipes for 1.0.0 release

2020-03-01 Thread Otavio Salvador
munity and then we see what is need to be done. > > Alex > > On Sun, 1 Mar 2020 at 21:39, Alexander Kanavin wrote: >> >> On Sun, 1 Mar 2020 at 14:14, Otavio Salvador wrote: >>> >>> +++ b/meta/recipes-core/easysplash/easysplash-bootanimation-default_1.0.bb &

Re: [oe] [meta-ota][PATCH] meta-ota: add support for binary-delta images in a new layer

2020-03-01 Thread Otavio Salvador
velopment, however I wonder if it is worth a new layer for this. For now, I'd say to put it inside meta-oe directly. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 99

Re: [OE-core] is there ever a compelling reason for "FILESEXTRAPATHS_append := ..."?

2020-03-01 Thread Otavio Salvador
application in that meta-intel layer example, although should that > use "OEROOT" rather than "COREBASE"?) > > rday > -- > ___ > Openembedded-core mailing list > Openembedded-core@lists.openembedd

[OE-core] [RFC PATCH] easysplash: Add recipes for 1.0.0 release

2020-03-01 Thread Otavio Salvador
-by: Otavio Salvador --- We decided to open source this so more people can rely on this for their Embedded Linux devices use. The APACHE-2.0 or MIT license can be used, as preferred as all source is dual licensed. On this commit, we are adding the two animations we have been using for demos, so it can

Re: [PATCH 1/2] rockchip: elgin-rv1108: Use syscon API to get grf base

2020-02-20 Thread Otavio Salvador
lgin_rv1108.c | 7 +++ > > 1 file changed, 3 insertions(+), 4 deletions(-) > > Reviewed-by: Simon Glass Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750

Re: [OE-core] [PATCH 2/2] linux-firmware: Update 20190815 -> 20200122

2020-01-31 Thread Otavio Salvador
ave received it) Good. No problem. I'll drop mine here. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -- ___ Opene

[OE-core] [PATCH 2/2] linux-firmware: Update 20190815 -> 20200122

2020-01-31 Thread Otavio Salvador
ware files - version updates - attribution of mwifiex to NXP - LICENSE.amdgpu: copyright year update Signed-off-by: Otavio Salvador --- ...inux-firmware_20190815.bb => linux-firmware_20200122.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-kernel/linux-fi

[OE-core] [PATCH 1/2] libubootenv: Split binaries to a libubootenv-bin package

2020-01-31 Thread Otavio Salvador
The fw_setenv and fw_printenv binaries should be on a specific package as some systems may require just the library. The upgrade path was kept using the RPROVIDES for the -bin package. Signed-off-by: Otavio Salvador --- meta/recipes-bsp/u-boot/libubootenv_0.2.bb | 4 ++-- 1 file changed, 2

Re: [meta-freescale] Kernel support for i.MX6UL and 4.9 LTS updates

2020-01-09 Thread Otavio Salvador
privileges. I agree with you Jesse and that's why we've been moving most of our customers to Linux mainline. Most vendor BSP does not have stable updates. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 998

Re: [PATCH] pico-imx7d: Convert to DM_ETH

2020-01-05 Thread Otavio Salvador
ation : > > > > -CONFIG_USB_ETHER=y > > -CONFIG_USB_ETH_CDC=y > > -CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00" > > > > If you agree I send V2 > > If the board maintainer (Otavio) agrees it, I am fine. I agree. However, do this as a commit prior to this one so if someone ever wants to revert it is easy. Also, explain the reasoning on the commit log. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750

Re: [meta-freescale] Weston does not start after upgrade (imx8mmevk machine with 4.19.y kernel)

2019-12-19 Thread Otavio Salvador
.1 would roll-out and everyone would > start to upgrade. Please open an issue at GitHub so we can track it and also mention the referred updates. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7

Re: [meta-freescale] u-boot with signed FIT images

2019-12-19 Thread Otavio Salvador
t > some imx6 and imx7 hardware to test the results with as well. A fork would work. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -=-=-=-=-=-=-=-=-

Re: [meta-freescale] u-boot with signed FIT images

2019-12-18 Thread Otavio Salvador
re generic to both use cases. I think we should first make a working prototype and then see how to better upstream this. Did you try SPL as well? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854

Re: [PATCH] pico-imx7d: Convert to DM_ETH

2019-12-08 Thread Otavio Salvador
On Sun, Dec 8, 2019 at 2:03 PM Joris Offouga wrote: > > Signed-off-by: Joris Offouga Reviewed-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +

Re: [oe] [meta-java][PATCH] layer.conf: Mark as compatible with zeus

2019-11-05 Thread Otavio Salvador
On Tue, Nov 5, 2019 at 5:58 AM Vincent Prince wrote: > Thanks Richard, no problem for delay, we all have lot of work (and > hopefully it will continue) Same here. We are focused on other customer stuff and didn't use java lately. -- Otavio Salvador O.S. System

Re: [meta-freescale] Vivante graphics driver

2019-10-28 Thread Otavio Salvador
kernel recipe. > > We seem to be having really poor performance with canvas events in our > HTML5/CSS front end and some of the benchmarks[1] we have run only seem > to make 10fps. Using what? WPE, Chromium, WebEngine? -- Otavio Salvador O.S. Sys

Re: [meta-freescale] Vivante graphics driver

2019-10-28 Thread Otavio Salvador
.0-arm.bin. I > presume that these are some kind of firmware file but as far as I can > see they aren’t making it into the file system on the target. Do I need > to do something with them? The version used depends on the target you are building for. -- Otavio Salvador

Re: [OE-core] [PATCH v3] mesa: Upgrade to 19.2.1

2019-10-23 Thread Otavio Salvador
has been replaced with 'use-elf-tls' instead. > > The -Dasm=false was removed as it also is no longer included. > > Signed-off-by: Alistair Francis > Signed-off-by: Alistair Francis Acked-by: Otavio Salvador -- Otavio Salvador O.S. Syste

Re: [OE-core] [PATCH] mesa: Upgrade to 19.2.1

2019-10-16 Thread Otavio Salvador
On Wed, Oct 16, 2019 at 3:35 PM Alistair Francis wrote: > > On Wed, Oct 16, 2019 at 11:21 AM Otavio Salvador > wrote: > > > > On Sat, Oct 12, 2019 at 2:01 PM Alistair Francis > > wrote: > > > The glx-tls option was removed as it isn't included in the meso

Re: [OE-core] [PATCH] mesa: Upgrade to 19.2.1

2019-10-16 Thread Otavio Salvador
On Sat, Oct 12, 2019 at 2:01 PM Alistair Francis wrote: > The glx-tls option was removed as it isn't included in the meson.build > file. Why drop it? Update the patch, please. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

Re: [U-Boot] [PATCH] pico-imx7d: Remove specific code for fitImage

2019-10-13 Thread Otavio Salvador
On Sun, Oct 13, 2019 at 9:30 AM Joris Offouga wrote: > > This implementation is a specific utilisation with CONFIG_FIT. > This feature use script for boot. With distrobootcmd is possible > to load script. > > Signed-off-by: Joris Offouga Reviewed-by: Otavio Salvador -

[oe] [meta-oe PATCH] zram: Avoid installing init and services, if unused

2019-10-05 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta-oe/recipes-extended/zram/zram_0.1.bb | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/meta-oe/recipes-extended/zram/zram_0.1.bb b/meta-oe/recipes-extended/zram/zram_0.1.bb index dfd75e71c..564a0877c 100644 --- a/meta

[oe] [meta-oe PATCH] modemmanager: Upgrade 1.10.2 -> 1.10.6

2019-10-01 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../{modemmanager_1.10.2.bb => modemmanager_1.10.6.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.10.2.bb => modemmanager_1.10.6.bb} (92%) diff --git a/meta-oe/r

[oe] [meta-oe PATCH 3/5] networkmanager: Add sysvinit support

2019-09-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../networkmanager/networkmanager.initd | 110 ++ .../networkmanager/networkmanager_1.18.2.bb | 6 +- 2 files changed, 115 insertions(+), 1 deletion(-) create mode 100644 meta-networking/recipes-connectivity/networkmanager

[oe] [meta-oe PATCH 5/5] modemmanager: Upgrade 1.10.0 -> 1.10.2

2019-09-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../{modemmanager_1.10.0.bb => modemmanager_1.10.2.bb} | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.10.0.bb => modemmanager_1.10.2.bb} (91%) diff --git a/meta-oe/r

[oe] [meta-oe PATCH 1/5] networkmanager: Fix ADSL plugin packaging

2019-09-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../networkmanager/networkmanager_1.18.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.18.2.bb b/meta-networking/recipes-connectivity

[oe] [meta-oe PATCH 4/5] libqmi: Upgrade 1.22.2 -> 1.24.0

2019-09-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../libqmi/{libqmi_1.22.2.bb => libqmi_1.24.0.bb}| 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.22.2.bb => libqmi_1.24.0.bb} (85%) diff --git a/meta-oe/recipes-connectivity/

[oe] [meta-oe PATCH 2/5] networkmanager: Add a `resolvconf` PACKAGECONFIG

2019-09-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../recipes-connectivity/networkmanager/networkmanager_1.18.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.18.2.bb b/meta-networking/recipes-connectivity/networkmanager

[OE-core] [PATCH 1/2] mesa: Add freedreno PACKAGECONFIG option

2019-09-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-graphics/mesa/mesa.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 54b7618f87..9e5808ee27 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta

[OE-core] [PATCH 2/2] mesa: Upgrade 19.1.6 -> 19.1.7

2019-09-28 Thread Otavio Salvador
This is a stable bugfix release. Detailed release notes available at: https://www.mesa3d.org/relnotes/19.1.7.html Signed-off-by: Otavio Salvador --- .../mesa/{mesa-gl_19.1.6.bb => mesa-gl_19.1.7.bb} | 0 meta/recipes-graphics/mesa/{mesa_19.1.6.bb => mesa_19.1.7.bb} | 4 +

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190923

2019-09-23 Thread Otavio Salvador
Hello Tom, On Mon, Sep 23, 2019 at 5:04 PM Otavio Salvador wrote: > On Mon, Sep 23, 2019 at 4:29 PM Tom Rini wrote: > > > We are now getting to move more things to DM model and we hope to do > > > more changes for next release. > > > > OK. But we

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190923

2019-09-23 Thread Otavio Salvador
On Mon, Sep 23, 2019 at 4:29 PM Tom Rini wrote: > On Mon, Sep 23, 2019 at 03:48:29PM -0300, Otavio Salvador wrote: > > On Mon, Sep 23, 2019 at 9:57 AM Joris Offouga > > wrote: > > > Hi Tom and Stefano > > > > > > I send patch series for fix build for p

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190923

2019-09-23 Thread Otavio Salvador
ll merged. We are now getting to move more things to DM model and we hope to do more changes for next release. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347)

Re: [U-Boot] [PATCH 1/2] pico-imx7d: fix splash logo drawing

2019-09-23 Thread Otavio Salvador
On Mon, Sep 23, 2019 at 5:59 AM Joris Offouga wrote: > > Signed-off-by: Joris Offouga Reviewed-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobi

Re: [U-Boot] [PATCH 2/2] pico-imx7d: Remove dead code for dm_video

2019-09-23 Thread Otavio Salvador
On Mon, Sep 23, 2019 at 5:59 AM Joris Offouga wrote: > > Since convert dm_video, unused code introduced, so remove this > > Signed-off-by: Joris Offouga Reviewed-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

Re: [U-Boot] [PATCH v2 6/8] pico-imx6: Add Ethernet support

2019-09-21 Thread Otavio Salvador
Hello Anatolij, On Fri, Sep 20, 2019 at 5:58 PM Anatolij Gustschin wrote: > On Fri, 20 Sep 2019 16:47:28 -0300 > Otavio Salvador ota...@ossystems.com.br wrote: > ... > > +/* Ethernet Configuration */ > > +#define CONFIG_FEC_MXC > > +#define CONFIG_MI

[OE-core] [PATCH] mesa: Upgrade 19.1.6 -> 19.1.7

2019-09-20 Thread Otavio Salvador
This is a stable bugfix release. Detailed release notes available at: https://www.mesa3d.org/relnotes/19.1.7.html Signed-off-by: Otavio Salvador --- .../mesa/{mesa-gl_19.1.6.bb => mesa-gl_19.1.7.bb} | 0 meta/recipes-graphics/mesa/{mesa_19.1.6.bb => mesa_19.1.7.bb} | 4 +

[U-Boot] [PATCH v2 00/08] Please pull https://github.com/OSSystems/u-boot for-imx

2019-09-20 Thread Otavio Salvador
pico-imx6: Add initial support pico-imx6: Add Ethernet support pico-imx6: Add splashscreen support pico-imx6: Add Falcon mode Otavio Salvador (2): configs: Sync all baseboard specific pico-imx7d pico-imx6: Fix bootmenu handling arch/arm/dts/Makefile

[U-Boot] [PATCH v2 4/8] pico-imx6: Add initial support

2019-09-20 Thread Otavio Salvador
From: Fabio Estevam Add the initial support for the pico-imx6 variants. DDR initialization is based on the TechNexion's U-Boot code. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- arch/arm/dts/Makefile | 2 + arch/arm/dts

[U-Boot] [PATCH v2 6/8] pico-imx6: Add Ethernet support

2019-09-20 Thread Otavio Salvador
From: Fabio Estevam Add Ethernet support. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- board/technexion/pico-imx6/pico-imx6.c | 74 ++ include/configs/pico-imx6.h| 10 2 files changed, 84 insertions(+) diff --git a/board/technexion

[U-Boot] [PATCH v2 8/8] pico-imx6: Add Falcon mode

2019-09-20 Thread Otavio Salvador
From: Fabio Estevam Add Falcon mode support, which allows the SPL to load and jump to the Linux kernel directly, without the need of loading U-Boot proper. CONFIG_SPL_OS_BOOT=y needs to be passed in the defconfig in order to use Falcon mode. Signed-off-by: Fabio Estevam Signed-off-by: Otavio

[U-Boot] [PATCH v2 7/8] pico-imx6: Add splashscreen support

2019-09-20 Thread Otavio Salvador
From: Fabio Estevam Add splashscreen support. Tested with the parallel FT5x06-WVGA panel. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- board/technexion/pico-imx6/pico-imx6.c | 210 + configs/pico-imx6_defconfig| 2 + include/configs

[U-Boot] [PATCH v2 5/8] pico-imx6: Fix bootmenu handling

2019-09-20 Thread Otavio Salvador
We should use a common script to allow booting the U-Boot console as fallback so we ended using a 'default_boot' and 'base_boot' environment scripts to accomplish that. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- configs/pico-imx6_defconfig | 2 +- include/configs/pico-imx6

[U-Boot] [PATCH v2 2/8] mx53loco: Fix U-Boot corruption after saving the environment

2019-09-20 Thread Otavio Salvador
this same problem in the future, use CONFIG_BOARD_SIZE_LIMIT, which will detect the overlap in build-time. CONFIG_BOARD_SIZE_LIMIT does not accept math expressions, so declare CONFIG_ENV_OFFSET with its direct value instead. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- inclu

[U-Boot] [PATCH v2 3/8] mx6: clock: Allow enable_ipu_clock() to be built for SPL code

2019-09-20 Thread Otavio Salvador
From: Fabio Estevam Allow enable_ipu_clock() to be built for SPL code. This is done in preparation for configuring the NoC registers on i.MX6QP in SPL. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- arch/arm/mach-imx/mx6/clock.c | 32 1 file

[U-Boot] [PATCH v2 1/8] configs: Sync all baseboard specific pico-imx7d

2019-09-20 Thread Otavio Salvador
This syncs all baseboard specific defconfig using the pico-imx7d_defconfig as base. It changes: - pico-dwarf-imx7d_defconfig - pico-hobbit-imx7d_defconfig - pico-nymph-imx7d_defconfig - pico-pi-imx7d_defconfig Signed-off-by: Otavio Salvador --- configs/pico-dwarf-imx7d_defconfig | 3

Re: [U-Boot] [PATCH] Revert "mx6sabresd: convert to DM_VIDEO"

2019-09-17 Thread Otavio Salvador
> This reverts commit f3592ceac9810b34801772b6d335d8f7cff4c287. > > Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854

[U-Boot] Please pull https://github.com/OSSystems/u-boot for-imx

2019-09-16 Thread Otavio Salvador
to 9a86959e71d2fd09ceba9f5ce09bc7be21466a75: mx53loco: Fix U-Boot corruption after saving the environment (2019-09-16 18:53:06 -0300) Fabio Estevam (1): mx53loco: Fix U-Boot corruption after saving the environment Otavio Salvador (1): configs: Sync

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Otavio Salvador
do not have dm_usb, this > is done for pi and hobbit I added your patches, Joris, and also made the DM_USB fix. Stefano, look at: git pull https://github.com/OSSystems/u-boot/ for-imx It should do the trick ;-) -- Otavio Salvador O.S. Systems http://www.ossyste

Re: [U-Boot] [PATCH 1/5] pico-imx6ul: Add DWARF baseboard support

2019-09-14 Thread Otavio Salvador
On Sat, Sep 14, 2019 at 8:22 AM Stefano Babic wrote: ... > Otavio, I am also fine if you send a follow-up patch to fix it - your > decision. Anatolij sent a fix already. I acked it and copied you. -- Otavio Salvador O.S. Systems http://www.ossystems.

Re: [U-Boot] [PATCH] imx: fix pico-dwarf-imx6ul and pico-dwarf-imx7d build issues

2019-09-14 Thread Otavio Salvador
Signed-off-by: Anatolij Gustschin > Cc: Otavio Salvador Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 __

Re: [U-Boot] Please pull pico-imx7d-2019.10-1 from https://github.com/OSSystems/u-boot

2019-09-13 Thread Otavio Salvador
On Thu, Sep 12, 2019 at 6:27 PM Joris Offouga wrote: > Just put CONFIG_DM_VIDEO in the defconfig Please adjust your PR and let me know; so I test it here. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55

Re: [U-Boot] Please pull pico-imx7d-2019.10-1 from https://github.com/OSSystems/u-boot

2019-09-12 Thread Otavio Salvador
eed update. Please check and let me know when done so I make a new PR. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9

[U-Boot] Please pull pico-imx7d-2019.10-1 from https://github.com/OSSystems/u-boot

2019-09-12 Thread Otavio Salvador
-imx7d_defconfig Fabio Estevam (3): pico-imx7d: Add instructions for booting in Falcon mode pico-imx7d: Provide a way to escape the Falcon mode logos: Add the TechNexion's logo Otavio Salvador (2): pico-imx7d: Add DWARF baseboard support pico-imx7d: Add NYMPH

[U-Boot] Please pull pico-imx6ul-2019.10-1 from https://github.com/OSSystems/u-boot

2019-09-12 Thread Otavio Salvador
-imx6ul: Increase the CONFIG_ENV_OFFSET size pico-imx6ul: Add LCD support pico-imx6ul: Update the Falcon mode instructions pico-imx6ul: Provide a way to escape the Falcon mode Otavio Salvador (1): pico-imx6ul: Add DWARF baseboard support board/technexion/pico-imx6ul/README

[U-Boot] [PATCH] logos: Add the TechNexion's logo

2019-09-12 Thread Otavio Salvador
From: Fabio Estevam Add the TechNexion's logo from their internal U-Boot tree. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- tools/logos/technexion.bmp | Bin 0 -> 22390 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tools/logos/technexion.

<    1   2   3   4   5   6   7   8   9   10   >