Re: [meta-freescale] imx-m4-demos made comeback in Thud

2019-02-27 Thread Otavio Salvador
On Wed, Feb 27, 2019 at 11:48 AM Tom Hochstein wrote: > > Seems that the commits to remove imx-m4-demos is on master only. > > Otavio, can you update thud? Done :-) -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossy

Re: [OE-core] [PATCH] openssl: Use the c_rehash shell re-implementation for target

2019-02-26 Thread Otavio Salvador
Hello Alexander, On Tue, Feb 26, 2019 at 9:57 AM Alexander Kanavin wrote: > On Tue, 26 Feb 2019 at 13:29, Otavio Salvador > wrote: > > > > I'd rather not deviate from the upstream, and use what the upstream > > > provides. Especially considering that perl version d

Re: [OE-core] [PATCH] openssl: Use the c_rehash shell re-implementation for target

2019-02-26 Thread Otavio Salvador
Hello Alexander, On Tue, Feb 26, 2019 at 9:20 AM Alexander Kanavin wrote: > On Tue, 26 Feb 2019 at 12:36, Otavio Salvador wrote: > > We had a c_rehash shell re-implementation being used for the native > > package and there is no reason to not use it as well for the > >

Re: [OE-core] [RFC][PATCH v4] mesa: Convert recipe to use meson build system

2019-02-26 Thread Otavio Salvador
On Tue, Feb 26, 2019 at 8:58 AM Burton, Ross wrote: > > Patch has been accepted, so we need to cherry-pick the patch I mentioned. We will wait for 19.0.1 to be out to go to meson, so it will be applied there for sure. -- Otavio Salvador O.S. System

[OE-core] [PATCH] openssl: Use the c_rehash shell re-implementation for target

2019-02-26 Thread Otavio Salvador
) but still allows the removal of perl dependency. Signed-off-by: Otavio Salvador --- .../openssl/openssl_1.1.1a.bb| 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb b/meta/recipes

Re: [OE-core] [RFC][PATCH v4] mesa: Convert recipe to use meson build system

2019-02-25 Thread Otavio Salvador
nal? Looks like a version mistake in the meson.build. I intend to wait for 19.0.1 to upgrade to meson, however, we will again upgrade and then do the meson change so we can track regressions or behavior changes. -- Otavio Salvador O.S. Systems http://www.ossystems.com.

Re: [oe] [meta-oe PATCH 1/2] python-idna: Avoid removing '+x' from `.egg-info/` directory

2019-02-25 Thread Otavio Salvador
am with Ross here. It is a really ugly patch and if need, we need a comment on the code and a proper reason to add it back. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile:

[oe] [meta-oe PATCH 2/2] python-idna: Upgrade 2.7 -> 2.8

2019-02-25 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta-python/recipes-devtools/python/python-idna.inc | 4 ++-- .../python/{python-idna_2.7.bb => python-idna_2.8.bb} | 0 .../python/{python3-idna_2.7.bb => python3-idna_2.8.bb} | 0 3 files changed, 2 insertions(+), 2 del

[oe] [meta-oe PATCH 1/2] python-idna: Avoid removing '+x' from `.egg-info/` directory

2019-02-25 Thread Otavio Salvador
The chmod was removing the executing bit from the directory and then the native version was failing to build. Signed-off-by: Otavio Salvador --- meta-python/recipes-devtools/python/python-idna.inc | 4 1 file changed, 4 deletions(-) diff --git a/meta-python/recipes-devtools/python/python

[oe] [meta-oe PATCH 2/2] python-idna: Upgrade 2.7 -> 2.8

2019-02-22 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta-python/recipes-devtools/python/python-idna.inc | 4 ++-- .../python/{python-idna_2.7.bb => python-idna_2.8.bb} | 0 .../python/{python3-idna_2.7.bb => python3-idna_2.8.bb} | 0 3 files changed, 2 insertions(+), 2 del

[oe] [meta-oe PATCH 1/2] python-idna: Avoid removing '+x' from `.egg-info/` directory

2019-02-22 Thread Otavio Salvador
The chmod was removing the executing bit from the directory and then the native version was failing to build. Signed-off-by: Otavio Salvador --- meta-python/recipes-devtools/python/python-idna.inc | 4 1 file changed, 4 deletions(-) diff --git a/meta-python/recipes-devtools/python/python

Re: [meta-freescale] [3rdparty][PATCH 0/6] Add support for the ConnectCore 6UL SBC Pro board

2019-02-21 Thread Otavio Salvador
ontain the board's support. > > More information about the hardware can be found at: > https://www.digi.com/products/embedded-systems/single-board-computers/connectcore-for-i-mx6ul-sbc-pro Could you prepare a PR on GitHub? Also, we just merged 4.20 bump so please use it as

Re: [OE-core] [PATCH v3 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-20 Thread Otavio Salvador
DRI driver 'r100' does not exist > > > > radeon has been renamed to r100 in meson builds, until then it should > > be still 'radeon'. > > Its getting a bit frustrating/tedious to kill all the builds and drop > the mesa patches again :( We are doing our best. It is unfortunate

Re: [OE-core] [PATCH v2 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-20 Thread Otavio Salvador
On Wed, Feb 20, 2019 at 9:32 AM Alexander Kanavin wrote: > > On Wed, 20 Feb 2019 at 12:57, Otavio Salvador > wrote: > > > On Wed, 20 Feb 2019 at 08:58, Richard Purdie > > > wrote: > > > > > I guess xrandr needs to be in X11_DEPS, this was added in t

Re: [OE-core] [PATCH v2 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-20 Thread Otavio Salvador
> overhead and work for everyone. Patches should be logical units and a "do all once" is wrong. We are doing the fixes so it is not adding overhead. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossyste

Re: [OE-core] [PATCH v2 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-20 Thread Otavio Salvador
; There were failures all over the autobuilder from this as well :( Please provider the links so we fix them. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854

Re: [OE-core] [RFC][PATCH] mesa: Convert recipe to use meson build system

2019-02-18 Thread Otavio Salvador
t for 19.0.1 release to do the switch for meson but if desired, this could be tested on AB in meanwhile. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (3

Re: [OE-core] [PATCH 3/3] mesa: Add opengl to native and nativesdk PACKAGECONFIG

2019-02-18 Thread Otavio Salvador
On Mon, Feb 18, 2019 at 10:30 AM Fabio Berton wrote: > > Allow the use of opengl for native and nativesdk packages. > > Based on https://patchwork.openembedded.org/patch/158748/ > > Signed-off-by: Fabio Berton Acked-by: Otavio Salvador -- Otavio Salvador

Re: [OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Otavio Salvador
On Mon, Feb 18, 2019 at 10:30 AM Fabio Berton wrote: > > Instead of using a native specific packageconfig option, we now set > the swrast as the supported driver. > > Based on https://patchwork.openembedded.org/patch/158748/ > > Signed-off-by: Fabio Berton Acke

Re: [OE-core] [PATCH 1/3] mesa: Update 18.1.9 -> 18.3.3

2019-02-18 Thread Otavio Salvador
unconditionally enable floating-point textures. > > - Commit 30b10dbb7c6f6bdf3e489620f8333c727bd3a6dd moved > ${sysconfdir}/drirc to ${datadir}/drirc.d/00-mesa-defaults.conf > > - Add patch to fix mesa-native build > > Signed-off-by: Fabio Berton Acked-by: Otavio Salvador -- Otavio Salvad

Re: [PATCH 3/3] drm/panel: simple: Add support for VXT VL050-8048NT-C01 panel

2019-02-16 Thread Otavio Salvador
Could this to be reviewed? It'd be important for it to be merged for 5.1. -- 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] mesa: upgrade 18.1.9 -> 18.3.3

2019-02-15 Thread Otavio Salvador
er commit, we can easily revert it in case it causes issues. I don't see urgency in to do the convertion so if there is more people which wishes to keep autotools for this release, we can skip it for 19.0.1 upgrade. -- Otavio Salvador O.S. Systems http://www.ossystem

Re: [OE-core] [PATCH] mesa: upgrade 18.1.9 -> 18.3.3

2019-02-15 Thread Otavio Salvador
On Fri, Feb 15, 2019 at 11:43 AM Alexander Kanavin wrote: > > On Fri, 15 Feb 2019 at 14:29, Otavio Salvador > wrote: > > > > > I am NOT against the switch. I am against in a single commit doing > > multiple changes at the same time. > > > > So AS MA

[OE-core] [PATCH] linux-firmware: Bump to 710963f revision

2019-02-15 Thread Otavio Salvador
gb4: update firmware to revision 1.21.5.0 License-Update: - LICENSE.amdgpu: Copyright year update; - WHENCE: New firmware files additions and version updates; Signed-off-by: Otavio Salvador --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 6 +++--- 1 file changed, 3 insert

Re: [OE-core] [PATCH v3 3/3] image_types.bbclass: Set memory usage limit and CPU threads for xz

2019-02-15 Thread Otavio Salvador
n set it like The commit log refers to the wrong variable name, it seems. -- 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][PATCH v2] bmap-tools: update from 3.4 to 3.5

2019-02-15 Thread Otavio Salvador
f-by: Alex Kiernan > --- > > Changes in v2: > - Drop append of "+git${SRCPV}" to PV Please keep the SRCPV as it is not pointing directly to the tag, but for a commit next. So keeping the SRCPV is indeed required for correctness. -- Otavio Salvador

Re: [OE-core] [PATCH] mesa: upgrade 18.1.9 -> 18.3.3

2019-02-15 Thread Otavio Salvador
AINER of the recipe, I nack this commit. -- 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 -- ___ Openembed

Re: [OE-core] [PATCH] mesa: upgrade 18.1.9 -> 18.3.3

2019-02-15 Thread Otavio Salvador
ld be sent independently, with a proper 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 -- ___ Openem

Re: [OE-core] [PATCH 2/2] mesa: upgrade 18.1.9 -> 18.3.3

2019-02-15 Thread Otavio Salvador
vertion, next. Does it make sense? -- 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-co

Re: [U-Boot] [PATCH 4/6] pico-imx6ul: Convert to CONFIG_DM_GPIO

2019-02-14 Thread Otavio Salvador
On Thu, Feb 14, 2019 at 10:04 AM Fabio Estevam wrote: > > Convert to CONFIG_DM_GPIO. > > Also, DM GPIO requires gpio_request() to be called explicitly before > doing any gpio operation, so do as requested. > > Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador

Re: [U-Boot] [PATCH 5/6] pico-imx6ul: Convert to DM_PMIC

2019-02-14 Thread Otavio Salvador
ed-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 Mobile: +1 (347) 903-9750 ___ U-

Re: [U-Boot] [PATCH 6/6] pico-imx6ul: README: Adjust the binary name after DM conversion

2019-02-14 Thread Otavio Salvador
On Thu, Feb 14, 2019 at 10:04 AM Fabio Estevam wrote: > > After the conversion to DM the U-Boot binary is called u-boot-dtb.imx, > so fix the README file accordingly. > > Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador -- Otavio Salvador

Re: [U-Boot] [PATCH 3/6] pico-imx6ul: Convert to DM MMC

2019-02-14 Thread Otavio Salvador
On Thu, Feb 14, 2019 at 10:03 AM Fabio Estevam wrote: > > Select CONFIG_DM_MMC=y in order to support MMC driver model. > > This allows the MMC board related code to be removed. > > Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador -- Otavio Salvador

Re: [U-Boot] [PATCH 2/6] pico-imx6ul: Select CONFIG_OF_CONTROL

2019-02-14 Thread Otavio Salvador
On Thu, Feb 14, 2019 at 10:03 AM Fabio Estevam wrote: > > Select CONFIG_OF_CONTROL and the appropriate device tree files > in preparation for converting to driver model. > > Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador -- Otavio Salvador

Re: [U-Boot] [PATCH 1/6] pico-imx6ul: Import dts files from kernel

2019-02-14 Thread Otavio Salvador
On Thu, Feb 14, 2019 at 10:02 AM Fabio Estevam wrote: > > Import the device tree files from kernel 5.0-rc6 in preparation > for driver model conversion. > > Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador > --- > arch/arm/dts/imx6ul-pico-hobbit.dts | 100 ++ &

Re: [OE-core] [PATCHv2] cmake: update to 3.13.4

2019-02-12 Thread Otavio Salvador
Hello, On Tue, Feb 12, 2019 at 2:20 PM Pascal Bach wrote: > > All patches have been rebased on top of the 3.13.4 release. > > I successfully built all CMake recipes in oe-core and meta-oe. > > > Signed-off-by: Pascal Bach > Cc: Otavio Salvador Acked-by: Otavio Salvad

Re: [OE-core] [PATCH] cmake: update to 3.13.4

2019-02-12 Thread Otavio Salvador
you think? -- 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 list Openembedded-c

Re: [PATCH] regulator: rk808: Convert rk805 buck1/2 to use linear range

2019-02-04 Thread Otavio Salvador
is change, then rk805 buck1/2 can reuse rk808_reg_ops_ranges. > > Signed-off-by: Axel Lin Cool! Thanks for looking at that! Tested-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55

Re: [meta-freescale] Removing lines from pkg_postint_${PN}_append_mx6

2019-02-01 Thread Otavio Salvador
Anything different of this, you are on "undefined behavior" ;-) -- 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 --

[PATCH v2 3/3] ARM: dts: rockchip: rv1108-evb: Use the correct regulator properties

2019-01-31 Thread Otavio Salvador
The following properties: - regulator-state-enabled - regulator-state-disabled - regulator-state-uv are not valid ones as per Documentation/devicetree/bindings/regulator/regulator.txt Fix it by using the correct properties as per the dt bindings. Signed-off-by: Otavio Salvador --- Changes

[PATCH v2 2/3] ARM: dts: rockchip: rv1108-elgin: Use the correct regulator properties

2019-01-31 Thread Otavio Salvador
The following properties: - regulator-state-enabled - regulator-state-disabled - regulator-state-uv are not valid ones as per Documentation/devicetree/bindings/regulator/regulator.txt Fix it by using the correct properties as per the dt bindings. Signed-off-by: Otavio Salvador --- Changes

[PATCH v2 1/3] ARM: dts: rockchip: rv1108-elgin: Fix vcc5/6-supply representation

2019-01-31 Thread Otavio Salvador
On rv1108-elgin-r1 board the RK805 VCC5 and VCC6 supplies come from the BUCK2 regulator at 2.2V, so fix the representation in the device tree. While at it, rename it from vdd_cam to vdd_buck2, which is a better name for the regulator label. Signed-off-by: Otavio Salvador --- Changes in v2

[PATCH v2] regulator: rk808: Fix BUCK1/2 voltages on rk805

2019-01-31 Thread Otavio Salvador
now correctly reports a BUCK2 voltage of 2.2V instead of the unsupported value of 1.4875V. Fixes: c4e0d344c1f0 ("regulator: rk808: Add regulator driver for RK805") Signed-off-by: Otavio Salvador --- Changes in v2: - add fixes tag - rebase on top of linux-next drivers/regulator/rk808-reg

Re: [PATCH 1/4] regulator: rk808: Fix BUCK1/2 voltages on rk805

2019-01-31 Thread Otavio Salvador
Hello Mark, On Wed, Jan 30, 2019 at 1:40 PM Mark Brown wrote: > On Tue, Jan 29, 2019 at 05:54:21PM -0200, Otavio Salvador wrote: > > RK805 has the following voltage range for the BUCK1 and BUCK2 regulators: > > I'm missing the other patches in this series and don't see a cover &g

Re: [U-Boot] [RFC 1/9] Arm: dts: imx7d-pico: Import Linux pico-pi dts

2019-01-31 Thread Otavio Salvador
On Thu, Jan 31, 2019 at 9:54 AM Offouga Joris wrote: > > On 31 Jan 2019, at 12:36, Otavio Salvador > > wrote: > >> On Thu, Jan 31, 2019 at 1:59 AM Offouga Joris > >> wrote: > >> The PMIC problem occurs after the dm conversion > > > > It'd

Re: [meta-freescale] Udoo Neo: which is the latest yocto supported?

2019-01-31 Thread Otavio Salvador
rds are not supported by the community so it would be better to speak to the vendor and inquiry them. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobi

Re: [meta-freescale] Removing lines from pkg_postint_${PN}_append_mx6

2019-01-31 Thread Otavio Salvador
Hello Mauro, On Thu, Jan 31, 2019 at 7:28 AM Mauro Ziliani wrote: > I need to remove the red lines from > meta-fsl-bsp-release/recipes-core/initscripts/initscripts_%.bbappend. I suggest you to use meta-freescale directly, without their release layer. Do we miss something? -- Otavio Sa

Re: [U-Boot] [RFC 1/9] Arm: dts: imx7d-pico: Import Linux pico-pi dts

2019-01-31 Thread Otavio Salvador
On Thu, Jan 31, 2019 at 1:59 AM Offouga Joris wrote: > The PMIC problem occurs after the dm conversion It'd be good if you could rework the things I commented on the patchset and refresh the patches on top of imx/master so we can all be on same page. -- Otavio Salva

Re: [meta-intel] [meta-freescale] Error: base-files/3.0.14-r89/temp/run.do_install.80432: Syntax error: Unterminated quoted string

2019-01-30 Thread Otavio Salvador
e seems to be a syntax error on the do_install task, likely a bbappend file. -- 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] Error: base-files/3.0.14-r89/temp/run.do_install.80432: Syntax error: Unterminated quoted string

2019-01-30 Thread Otavio Salvador
e seems to be a syntax error on the do_install task, likely a bbappend file. -- 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: [yocto] [meta-freescale] Error: base-files/3.0.14-r89/temp/run.do_install.80432: Syntax error: Unterminated quoted string

2019-01-30 Thread Otavio Salvador
e seems to be a syntax error on the do_install task, likely a bbappend file. -- 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 -- _

[PATCH 4/4] ARM: dts: rockchip: rv1108-evb: Use the correct regulator properties

2019-01-29 Thread Otavio Salvador
The following properties: - regulator-state-enabled - regulator-state-disabled - regulator-state-uv are not valid ones as per Documentation/devicetree/bindings/regulator/regulator.txt Fix it by using the correct properties as per the dt bindings. Signed-off-by: Otavio Salvador --- arch/arm

[PATCH 3/4] ARM: dts: rockchip: rv1108-elgin: Use the correct regulator properties

2019-01-29 Thread Otavio Salvador
The following properties: - regulator-state-enabled - regulator-state-disabled - regulator-state-uv are not valid ones as per Documentation/devicetree/bindings/regulator/regulator.txt Fix it by using the correct properties as per the dt bindings. Signed-off-by: Otavio Salvador --- arch/arm

[PATCH 1/4] regulator: rk808: Fix BUCK1/2 voltages on rk805

2019-01-29 Thread Otavio Salvador
now correctly reports a BUCK2 voltage of 2.2V instead of the unsupported value of 1.4875V. Signed-off-by: Otavio Salvador --- drivers/regulator/rk808-regulator.c | 53 - 1 file changed, 45 insertions(+), 8 deletions(-) diff --git a/drivers/regulator/rk808-regulator.c

[PATCH 2/4] ARM: dts: rockchip: rv1108-elgin: Fix vcc5/6-supply representation

2019-01-29 Thread Otavio Salvador
On rv1108-elgin-r1 board the RK805 VCC5 and VCC6 supplies come from the BUCK2 regulator at 2.2V, so fix the representation in the device tree. While at it, rename it from vdd_cam to vdd_buck2, which is a better name for the regulator label. Signed-off-by: Otavio Salvador --- arch/arm/boot/dts

Re: [meta-freescale] [PATCH] remove True option to getVar calls

2019-01-15 Thread Otavio Salvador
en a PR on http://github.com/Freescale/meta-freescale/ ? The patch needs to be rebased as few patches were merged since this patch has been sent. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9

Re: [meta-freescale] Building Yocto for the T4240RDB

2019-01-15 Thread Otavio Salvador
release of meta-freescale that works for this > processor. Is there anyone working on bringing it up to date? I would be > happy to help. Please take a look on thud, it should be good to go I think. -- Otavio Salvador O.S. Systems http://www.ossyste

Re: [meta-freescale] A simple example of using AIOP on LS1088ARDB board?

2019-01-10 Thread Otavio Salvador
ble to cross compile them to LS1088ARDB which is running 2.5 distro. > > > Could you guys please provide some references for cross compiling the aiopsl > examples for LS1088ARDB. > > I created my esdk with yocto, but it does not hasthe headers (e.g., > fsl_types.h). Addi

Re: [meta-freescale] imx6 DCIC driver stops after 2hrs

2019-01-10 Thread Otavio Salvador
l are you using? could you send us a patch to fix the issue? -- 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] Board bring up query

2019-01-10 Thread Otavio Salvador
here are any source > codes or patch or any other document available please share with us.Please > help us in this Regard. I think you will need to talk to the Advantech support team about that. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brht

Re: [meta-freescale] Javafx for imx6

2019-01-10 Thread Otavio Salvador
On Mon, Nov 26, 2018 at 12:45 PM Mauro Ziliani wrote: > There is any plan to integrate Javafx into imx6dlsabresd BSP? I am not aware of anyone working on this, please send patches if you are willing to support it. -- Otavio Salvador O.S. Systems h

Re: [meta-freescale] [PATCH] imx: Added support for WPE

2019-01-10 Thread Otavio Salvador
t here. Every distro should handle it themselves as it vary from one to another. The wpe layer should handle it for you as this is not a BSP thing. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-

[PATCH 4/4] ARM: dts: rv1108: Add support for rv1108-elgin-r1 board

2019-01-03 Thread Otavio Salvador
rv1108-elgin-r1 board is based on Rockchip RV1108 SoC. Signed-off-by: Otavio Salvador --- .../devicetree/bindings/arm/rockchip.yaml | 5 + arch/arm/boot/dts/Makefile| 1 + arch/arm/boot/dts/rv1108-elgin-r1.dts | 206 ++ 3 files changed, 212

[PATCH 2/4] ARM: dts: rockchip: rv1108: Add spim0 and spim1 pinctrl groups

2019-01-03 Thread Otavio Salvador
Add the pin settings for the SPI pins so they can be used across multiple boards. Signed-off-by: Otavio Salvador --- arch/arm/boot/dts/rv1108.dtsi | 36 +++ 1 file changed, 36 insertions(+) diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108

[PATCH 3/4] dt-bindings: Add vendor prefix for elgin

2019-01-03 Thread Otavio Salvador
Add elgin vendor definition as 'Elgin S/A.' Signed-off-by: Otavio Salvador --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor

[PATCH 1/4] ARM: dts: rockchip: Add missing dma-names SPI support for rv1108

2019-01-03 Thread Otavio Salvador
Pass the 'dma-names' property to the SPI ports so that DMA can be supported. Signed-off-by: Otavio Salvador --- arch/arm/boot/dts/rv1108.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108.dtsi index d31370ff28f4..cb26d9d98c34

Re: [U-Boot] [PATCH v2] imx6: apalis: Make the boot process more generic

2018-12-16 Thread Otavio Salvador
d more as it allows very easy integration and is convenient for hacking as well. Take a look at Wandboard as an example of it. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 M

Re: [meta-freescale] [PATCH] imx-uuc: bump to latest revision

2018-12-13 Thread Otavio Salvador
On Thu, Dec 13, 2018 at 4:28 PM wrote: > > From: Marc Ferland > > Signed-off-by: Marc Ferland Please add the git log --oneline output between hashes. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile

Re: [meta-freescale] A source control for custom recipes

2018-12-13 Thread Otavio Salvador
my internal git in my organization? We use repo for most projects here at O.S. Systems. Please take a look at: https://doc.ossystems.com.br/managing-platforms.html It explains how we usually do. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

Re: [meta-freescale] imx-vpu-hantro: broken A/V sync with VP8 playback

2018-12-13 Thread Otavio Salvador
isGoldenOrAlternate in > the FRAME struct in openmax_il/source/decoder/codec.h . However, it is > never set to TRUE . I did some digging, and the only part that sets any > flag like that is in vp8decmcapi.c (which is not used), and even then, > this concerns itself only with golden frame

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

2018-12-11 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.

[U-Boot] [PATCH 2/3] pico-imx7d: Add LCD support

2018-12-11 Thread Otavio Salvador
From: Fabio Estevam Add support for the VXT VL050-8048NT-C01 panel connected through the 24 bit parallel LCDIF interface. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- board/technexion/pico-imx7d/pico-imx7d.c | 55 configs/pico-hobbit

[U-Boot] [PATCH 1/3] mx7: Do not call lcdif_power_down() in the SPL case

2018-12-11 Thread Otavio Salvador
reset_misc': /home/fabio/ossystems/u-boot/arch/arm/mach-imx/mx7/soc.c:372: undefined reference to `lcdif_power_down' scripts/Makefile.spl:375: recipe for target 'spl/u-boot-spl' failed Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- arch/arm/mach-imx/mx7/soc.c | 2 ++ 1 file

[OE-core] [PATCH] curl: Add PACKAGECONFIG to enable NSS support

2018-12-11 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-support/curl/curl_7.62.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/curl/curl_7.62.0.bb b/meta/recipes-support/curl/curl_7.62.0.bb index 2baab2b503..4229fa39ca 100644 --- a/meta/recipes-support/curl/curl_7.62.0.bb

Re: [U-Boot] ARM: rockchip: rv1108: Fix booting with initramfs

2018-12-10 Thread Otavio Salvador
On Sun, Dec 9, 2018 at 10:28 PM Tom Rini wrote: > On Mon, Dec 10, 2018 at 01:01:52AM +0100, Philipp Tomsich wrote: > > > We move the ramdisk_addr_r to 0x6800 and disable the initrd and > > > fdt relocation, so the initramfs works out of box. > > > > &

Re: [PATCH v2 0/9] Improvements for i.MX7D PICO SoM and its baseboards

2018-12-07 Thread Otavio Salvador
Hello Shawn, On Thu, Dec 6, 2018 at 8:44 AM Otavio Salvador wrote: > On Thu, Dec 6, 2018 at 8:09 AM Otavio Salvador > wrote: > > This patchset rework the imx7d-pico SoM, its Pi baseboard > > and add the Hobbit baseboard support as well. > > > > Changes in v2: >

Re: [PATCH v2 0/9] Improvements for i.MX7D PICO SoM and its baseboards

2018-12-07 Thread Otavio Salvador
Hello Shawn, On Thu, Dec 6, 2018 at 8:44 AM Otavio Salvador wrote: > On Thu, Dec 6, 2018 at 8:09 AM Otavio Salvador > wrote: > > This patchset rework the imx7d-pico SoM, its Pi baseboard > > and add the Hobbit baseboard support as well. > > > > Changes in v2: >

Re: [U-Boot] [PATCH] ARM: rockchip: rv1108: Fix booting with initramfs

2018-12-06 Thread Otavio Salvador
Hello Philipp, On Thu, Dec 6, 2018 at 11:46 AM Philipp Tomsich wrote: > > On 04.12.2018, at 14:49, Otavio Salvador wrote: > > We move the ramdisk_addr_r to 0x6800 and disable the initrd and > > fdt relocation, so the initramfs works out of box. > > > >

Re: [PATCH v2 0/9] Improvements for i.MX7D PICO SoM and its baseboards

2018-12-06 Thread Otavio Salvador
On Thu, Dec 6, 2018 at 8:09 AM Otavio Salvador wrote: > > This patchset rework the imx7d-pico SoM, its Pi baseboard > and add the Hobbit baseboard support as well. > > Changes in v2: > - replace fsl,uart-has-rtscts with uart-has-rtscts > > Fabio Estevam (8): >

Re: [PATCH v2 0/9] Improvements for i.MX7D PICO SoM and its baseboards

2018-12-06 Thread Otavio Salvador
On Thu, Dec 6, 2018 at 8:09 AM Otavio Salvador wrote: > > This patchset rework the imx7d-pico SoM, its Pi baseboard > and add the Hobbit baseboard support as well. > > Changes in v2: > - replace fsl,uart-has-rtscts with uart-has-rtscts > > Fabio Estevam (8): >

[PATCH v2 8/9] ARM: dts: imx7d-pico-pi: Extend peripherals support

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam This adds following peripherals for the imx7d-pico-pi as: - LED - Touchscreen - GPIO Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/boot/dts/imx7d-pico-pi.dts | 56 + 1 file changed, 56

[PATCH v2 8/9] ARM: dts: imx7d-pico-pi: Extend peripherals support

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam This adds following peripherals for the imx7d-pico-pi as: - LED - Touchscreen - GPIO Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/boot/dts/imx7d-pico-pi.dts | 56 + 1 file changed, 56

[PATCH v2 9/9] ARM: dts: imx7d-pico: Add the imx7d-pico-hobbit variant

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam The imx7d-pico-hobbit contains a imx7d-pico SoM and a hobbit baseboard. Add support for it. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx7d-pico-hobbit.dts

[PATCH v2 7/9] ARM: dts: imx7d-pico: Extend peripherals support

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam This extends the peripherals supported by the imx7d-pico.dtsi. It adds: - I2C2 - Flexcan (flexcan1 and flexcan2 ports) - USDHC1 - UART (6 and 7 ports) - PWM (4 ports) - eCSPI3 Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v2: - replace

[PATCH v2 9/9] ARM: dts: imx7d-pico: Add the imx7d-pico-hobbit variant

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam The imx7d-pico-hobbit contains a imx7d-pico SoM and a hobbit baseboard. Add support for it. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx7d-pico-hobbit.dts

[PATCH v2 7/9] ARM: dts: imx7d-pico: Extend peripherals support

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam This extends the peripherals supported by the imx7d-pico.dtsi. It adds: - I2C2 - Flexcan (flexcan1 and flexcan2 ports) - USDHC1 - UART (6 and 7 ports) - PWM (4 ports) - eCSPI3 Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v2: - replace

[PATCH v2 6/9] ARM: dts: imx7d-pico: Improve WiFi regulator name

2018-12-06 Thread Otavio Salvador
There are different models of WiFi being used in the SoM and the handle name was too restrictive. This reworks it to a more generic and meaningful name. Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/boot/dts/imx7d-pico.dtsi | 10 +- 1 file changed, 5 insertions(+), 5

[PATCH v2 5/9] ARM: dts: imx7d-pico: Pass the Ethernet PHY reset GPIO

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam Pass the "phy-reset-gpios" property in order to describe the GPIO that performs the Ethernet PHY reset. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/boot/dts/imx7d-pico.dtsi | 2 ++ 1 file changed, 2 insertion

[PATCH v2 6/9] ARM: dts: imx7d-pico: Improve WiFi regulator name

2018-12-06 Thread Otavio Salvador
There are different models of WiFi being used in the SoM and the handle name was too restrictive. This reworks it to a more generic and meaningful name. Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/boot/dts/imx7d-pico.dtsi | 10 +- 1 file changed, 5 insertions(+), 5

[PATCH v2 5/9] ARM: dts: imx7d-pico: Pass the Ethernet PHY reset GPIO

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam Pass the "phy-reset-gpios" property in order to describe the GPIO that performs the Ethernet PHY reset. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/boot/dts/imx7d-pico.dtsi | 2 ++ 1 file changed, 2 insertion

[PATCH v2 0/9] Improvements for i.MX7D PICO SoM and its baseboards

2018-12-06 Thread Otavio Salvador
-pico: Add the imx7d-pico-hobbit variant Otavio Salvador (1): ARM: dts: imx7d-pico: Improve WiFi regulator name arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx7d-pico-hobbit.dts | 105 +++ arch/arm/boot/dts/imx7d-pico-pi.dts | 180 +++- arch/arm/boot/dts

[PATCH v2 1/9] ARM: dts: imx7d-pico: Do not harcode the memory size

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam Currently the memory size described in dts is 2GB, which is incorrect. There are 512MB and 1GB versions of imx7d-pico boards, so remove the hardcoded memory size and let the bootloader pass the correct value to the kernel. Signed-off-by: Fabio Estevam Signed-off-by: Otavio

[PATCH v2 0/9] Improvements for i.MX7D PICO SoM and its baseboards

2018-12-06 Thread Otavio Salvador
-pico: Add the imx7d-pico-hobbit variant Otavio Salvador (1): ARM: dts: imx7d-pico: Improve WiFi regulator name arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx7d-pico-hobbit.dts | 105 +++ arch/arm/boot/dts/imx7d-pico-pi.dts | 180 +++- arch/arm/boot/dts

[PATCH v2 1/9] ARM: dts: imx7d-pico: Do not harcode the memory size

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam Currently the memory size described in dts is 2GB, which is incorrect. There are 512MB and 1GB versions of imx7d-pico boards, so remove the hardcoded memory size and let the bootloader pass the correct value to the kernel. Signed-off-by: Fabio Estevam Signed-off-by: Otavio

[PATCH v2 3/9] ARM: dts: imx7d-pico-pi: Move SoM related part to imx7d-pico.dtsi

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam imx7d-pico-pi board contains: - One SoM board (imx7d pico) - One base board (pi). In order to make it easier for adding support for other board variants, move the commom SoM part to the imx7d-pico.dtsi file. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador

[PATCH v2 3/9] ARM: dts: imx7d-pico-pi: Move SoM related part to imx7d-pico.dtsi

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam imx7d-pico-pi board contains: - One SoM board (imx7d pico) - One base board (pi). In order to make it easier for adding support for other board variants, move the commom SoM part to the imx7d-pico.dtsi file. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador

[PATCH v2 4/9] ARM: dts: imx7d-pico: Pass the USBOTG1_PWR pinctrl

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam Pass the USBOTG1_PWR pinctrl description in the USBOTG GPIO controlled regulator. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/boot/dts/imx7d-pico.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot

[PATCH v2 4/9] ARM: dts: imx7d-pico: Pass the USBOTG1_PWR pinctrl

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam Pass the USBOTG1_PWR pinctrl description in the USBOTG GPIO controlled regulator. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/boot/dts/imx7d-pico.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot

[PATCH v2 2/9] ARM: dts: imx7d-pico: Switch to SPDX identifier

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/boot/dts/imx7d-pico-pi.dts | 44 ++--- arch/arm/boot/dts/imx7d-pico.dtsi

[PATCH v2 2/9] ARM: dts: imx7d-pico: Switch to SPDX identifier

2018-12-06 Thread Otavio Salvador
From: Fabio Estevam Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/boot/dts/imx7d-pico-pi.dts | 44 ++--- arch/arm/boot/dts/imx7d-pico.dtsi

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