RE: [PATCH] ARC: [plat-hsdk]: unify memory apertures configuration

2019-05-28 Thread Alexey Brodkin
Hi Eugeniy, > -Original Message- > From: Eugeniy Paltsev > Sent: Tuesday, May 28, 2019 11:55 AM > To: linux-snps-arc@lists.infradead.org; Vineet Gupta > Cc: linux-ker...@vger.kernel.org; Alexey Brodkin ; > Eugeniy Paltsev > > Subject: [PATCH] ARC: [plat-hsdk]

RE: [PATCH 0/2] ARC: [plat-hsdk]: GMAC DT Bindings Improvements

2019-05-21 Thread Alexey Brodkin
ineet Gupta > ; Eugeniy > Paltsev ; Alexey Brodkin > Subject: [PATCH 0/2] ARC: [plat-hsdk]: GMAC DT Bindings Improvements > > Add two missing bindings. > For entire series: Acked-by: Alexey Brodkin @Vineet Gupta could you please pick this on up? -Alexey

RE: [PATCH 4/9] ARC: mm: do_page_fault refactor #3: tidyup vma access permission code

2019-05-16 Thread Alexey Brodkin
Hi Vineet, > -Original Message- > From: Vineet Gupta > Sent: Thursday, May 16, 2019 8:38 PM > To: Eugeniy Paltsev > Cc: palt...@snyopsys.com; linux-ker...@vger.kernel.org; Alexey Brodkin > ; linux- > snps-...@lists.infradead.org > Subject: Re: [PATCH 4/9

[PATCH] ARC: [plat-axs10x] Specify PHY node in .dtsi

2019-05-16 Thread Alexey Brodkin
For completeness of the HW description add missing PHY entry in AXS10x base-board .dtsi. Cc: Trent Piepho Cc: Rob Herring Signed-off-by: Alexey Brodkin --- arch/arc/boot/dts/axs10x_mb.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arc/boot/dts/axs10x_mb.dtsi b/arch

RE: [PATCH] ARC: [hsdk] Use rgmii-id mode for ethernet phy

2019-05-15 Thread Alexey Brodkin
Hi Trent, [snip] > > Even though it's not immediately clear there's a TI PHY as there's > > no PHY node at all but see what we have in the bootlog: > > > NatSemi DP83865 stmmac-0:01: attached PHY driver [NatSemi DP83865] ... > > > > I guess I need to add PHY node and use suggested by you "rgmii-i

RE: [PATCH] ARC: [hsdk] Use rgmii-id mode for ethernet phy

2019-05-15 Thread Alexey Brodkin
Hi Trent, > -Original Message- > From: Trent Piepho > Sent: Tuesday, May 14, 2019 10:05 PM > To: Alexey Brodkin > Cc: vineet.gup...@synopsys.com; eugeniy.palt...@synopsys.com; > linux-snps-arc@lists.infradead.org > Subject: Re: [PATCH] ARC: [hsdk] Use rgmii-id

[PATCH] ARC: [plat-hsdk] Get rid of inappropriate PHY settings

2019-05-15 Thread Alexey Brodkin
gh we have Micrel KZS9031 PHY and we even have CONFIG_MICREL_PHY=y set in hsdk_defconfig. That's what we see in the bootlog: | Micrel KSZ9031 Gigabit PHY stmmac-0:00: ... So essentially all TI-related bits have to go away. Signed-off-by: Alexey Brodkin Cc: Trent Piepho Cc: Rob Herring ---

RE: [PATCH] ARC: [hsdk] Use rgmii-id mode for ethernet phy

2019-05-14 Thread Alexey Brodkin
Hi Trent, > -Original Message- > From: Trent Piepho > Sent: Tuesday, May 14, 2019 8:40 PM > To: linux-snps-arc@lists.infradead.org > Cc: Trent Piepho ; Alexey Brodkin > ; Vineet Gupta > > Subject: [PATCH] ARC: [hsdk] Use rgmii-id mode for ethernet phy >

[GLIBC] ARC: Add multilib support

2019-05-08 Thread Alexey Brodkin
if 2 conditions happen simultaneously: 1. Glibc configured with "--prefix=/usr" 2. "-mcpu=xxx" exists in CC passed to Glibc's configure script I.e. when we build Glibc for default CPU libs are installed in default location. Signed-off-by: Alexey Brodkin --- sysdeps/unix/sys

RE: [PATCH] ARC: [plat-hsdk]: Add missing multicast filter bins number to GMAC node

2019-05-08 Thread Alexey Brodkin
joao.pi...@synopsys.com; vineet.gup...@synopsys.com; > eugeniy.palt...@synopsys.com; Alexey Brodkin > > Subject: RE: [PATCH] ARC: [plat-hsdk]: Add missing multicast filter bins > number to GMAC node > > From: Eugeniy Paltsev > Date: Mon, May 06, 2019 at 19:19:20 > >

RE: [PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an expected result

2019-04-24 Thread Alexey Brodkin
Hi Florian, > -Original Message- > From: linux-snps-arc On Behalf > Of Florian Weimer > Sent: Wednesday, April 24, 2019 3:50 PM > To: Alexey Brodkin > Cc: linux-snps-arc@lists.infradead.org; libc-al...@sourceware.org > Subject: Re: [PATCH] posix/tst-getaddrinfo4: C

RE: [PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an expected result

2019-04-18 Thread Alexey Brodkin
Hi Florian, > -Original Message- > From: Florian Weimer > Sent: Thursday, April 18, 2019 3:08 PM > To: Alexey Brodkin > Cc: libc-al...@sourceware.org; linux-snps-arc@lists.infradead.org > Subject: Re: [PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an

[PATCH] busybox: Enable domain search list support

2019-04-05 Thread Alexey Brodkin
--->8--- option domain-search "internal.company.com"; >8------- Signed-off-by: Alexey Brodkin --- meta/recipes-core/busybox/busybox/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recip

RE: [PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an expected result

2019-03-26 Thread Alexey Brodkin
Hello, Any chance for this one to get reviewed? It allows 1 more test to complete successfully in case of certain (though seems to be valid) DNS server setups. -Alexey > -Original Message- > From: Vineet Gupta > Sent: Monday, December 17, 2018 9:54 PM > To: Alexey Brodk

RE: [PATCH resend] arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM

2019-02-25 Thread Alexey Brodkin
LK_DEV_RAM in hsdk_defconfig. > > Signed-off-by: Corentin Labbe Acked-by: Alexey Brodkin ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc

RE: [PATCH] ARC: Explicitly set ARCH_SLAB_MINALIGN = 8

2019-02-18 Thread Alexey Brodkin
Hi Vineet, > -Original Message- > From: Vineet Gupta > Sent: Friday, February 15, 2019 4:34 AM > To: Alexey Brodkin ; Peter Zijlstra > > Cc: David Laight ; > linux-snps-arc@lists.infradead.org; Arnd Bergmann > ; linux-ker...@vger.kernel.org; > sta...@vg

RE: [PATCH] ARC: Explicitly set ARCH_SLAB_MINALIGN = 8

2019-02-14 Thread Alexey Brodkin
Hi Peter, > -Original Message- > From: linux-snps-arc On Behalf > Of Peter Zijlstra > Sent: Thursday, February 14, 2019 2:08 PM > To: Alexey Brodkin > Cc: Mark Rutland ; Vineet Gupta > ; linux- > ker...@vger.kernel.org; sta...@vger.kernel.org; David Laight >

RE: [PATCH] ARC: Explicitly set ARCH_SLAB_MINALIGN = 8

2019-02-14 Thread Alexey Brodkin
Hi Peter, > -Original Message- > From: Peter Zijlstra > Sent: Thursday, February 14, 2019 1:32 PM > To: Vineet Gupta > Cc: David Laight ; Alexey Brodkin > ; linux-snps- > a...@lists.infradead.org; Arnd Bergmann ; > linux-ker...@vger.kernel.org; > sta...@vg

RE: [PATCH] ARC: Explicitly set ARCH_SLAB_MINALIGN = 8

2019-02-14 Thread Alexey Brodkin
Hi Vineet, Peter, all, > -Original Message- > From: Vineet Gupta > Sent: Thursday, February 14, 2019 2:24 AM > To: Peter Zijlstra > Cc: David Laight ; Alexey Brodkin > ; linux-snps- > a...@lists.infradead.org; Arnd Bergmann ; > linux-ker...@vger.kernel.org;

RE: [PATCH] linux-yocto: Add dependency on libgcc for ARC

2019-02-08 Thread Alexey Brodkin
Hi Khem, > -Original Message- > From: Khem Raj > Sent: Friday, February 8, 2019 8:28 PM > To: Alexey Brodkin > Cc: Patches and discussions about the oe-core layer > ; Ross > Burton ; linux-snps-arc@lists.infradead.org; Bruce > Ashfield > > Subject

[PATCH] linux-yocto: Add dependency on libgcc for ARC

2019-02-08 Thread Alexey Brodkin
As of now in case of ARC there's no in-kernel implementation of basic libgcc functions used for millicode, multiplication, division etc instead we simply link with libgcc.a which provides everything used by the compiler. Signed-off-by: Alexey Brodkin --- meta/recipes-kernel/linux/

RE: [linux-yocto] [PATCH] ARC: Add nsimhs- and hsdk-standard configs

2019-02-08 Thread Alexey Brodkin
Hi Bruce, > -Original Message- > From: linux-snps-arc On Behalf > Of Bruce Ashfield > Sent: Friday, February 8, 2019 6:16 PM > To: Alexey Brodkin > Cc: linux-snps-arc@lists.infradead.org; Development list for the linux-yocto > repositories yo...@yoctoproject.org&

[PATCH] ARC: Add nsimhs- and hsdk-standard configs

2019-02-08 Thread Alexey Brodkin
t for ARC is functional (it's being actively developed now) we'll switch from nSIM to Qemu. Still it would be really good to keep nSIM support in linux-yocto for now as it allows for simpler testing as compared to real HW. Signed-off-by: Alexey Brodkin Cc: Bruce Ashfield --- a

[PATCH] ARC: Explicitly set ARCH_SLAB_MINALIGN = 8

2019-02-08 Thread Alexey Brodkin
do_rmdir+0x9e/0x154 [4.288802] EV_Trap+0x110/0x114 --------->8--- Signed-off-by: Alexey Brodkin Cc: # 4.8+ --- arch/arc/include/asm/cache.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arc/include/asm/cache.h b/arch/arc/include/asm/cache.h index f

RE: patch "devres: Align data[] to ARCH_KMALLOC_MINALIGN" added to driver-core-linus

2019-02-07 Thread Alexey Brodkin
Hi Greg, > -Original Message- > From: gre...@linuxfoundation.org > Sent: Thursday, February 7, 2019 6:52 PM > To: Alexey Brodkin > Cc: david.lai...@aculab.com; ge...@linux-m68k.org; pet...@infradead.org; > sta...@vger.kernel.org; > t...@linutronix.de; will.dea...@

RE: patch "devres: Align data[] to ARCH_KMALLOC_MINALIGN" added to driver-core-linus

2019-02-07 Thread Alexey Brodkin
the next release of the linux-next tree > (usually sometime within the next 24 hours during the week.) > > The patch will hopefully also be merged in Linus's tree for the > next -rc kernel release. > > If you have any questions about this process, please let me know.

[PATCH] don't check console device file on fs when booting with initrd/initramfs

2019-02-06 Thread Alexey Brodkin
In case of initrd/initramfs /dev/console might not exist that early as devtmpfs is mounted a bit later by /init process so disable this check in that case. Signed-off-by: Alexey Brodkin --- init/main.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/init/main.c b

RE: [PATCH 2/2] arc: hsdk_defconfig: enable CONFIG_ARC_UBOOT_SUPPORT

2019-02-05 Thread Alexey Brodkin
Hi Vineet, Corentin, > -Original Message- > From: Vineet Gupta > Sent: Tuesday, February 5, 2019 7:42 PM > To: Eugeniy Paltsev ; cla...@baylibre.com > Cc: linux-ker...@vger.kernel.org; alexey.brod...@synopsys.com; > khil...@baylibre.com; linux-snps- > a...@lists.infradead.org > Subject:

[PATCH] configs: Get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED

2019-01-28 Thread Alexey Brodkin
--->8-- find . -name *_defconfig -exec sed -i '/CONFIG_ENABLE_WARN_DEPRECATED/d' {} \; --->8------ Signed-off-by: Alexey Brodkin Cc: Jonathan Corbet Cc: Federico Vaga Cc: Vineet Gupta Cc: Russell King Cc: Florian Fai

[PATCH v2] ARC: [scripted] fix node name and address spelling

2019-01-24 Thread Alexey Brodkin
From: Alexey Brodkin 1. Remove "0x" prefix from unit-address of node names --->8 sed -i 's/@0x/@/g' arch/arc/boot/dts/*.dts* --->8 2. Make all hex addresses lowercase:

[PATCH] wic: sdimage-bootpart: Use mmcblk0 drive instead of bogus mmcblk

2019-01-16 Thread Alexey Brodkin
fault mode. Press Enter for maintenance -->8- Fix it with use of "mmcblk0" device name. [1] https://lists.yoctoproject.org/pipermail/meta-freescale/2018-February/022156.html Signed-off-by: Alexey Brodkin Cc: Maciej Borzecki Cc: Maciek Borzecki Cc: Richard Pu

RE: [PATCH] webkitgtk: Enable building for ARC architecture

2019-01-14 Thread Alexey Brodkin
Hi Khem, > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Friday, January 11, 2019 6:32 PM > To: Alexey Brodkin > Cc: Patches and discussions about the oe-core layer > ; > Richard Purdie ; Ross Burton > ; linux-snps- > a...@lis

[PATCH] webkitgtk: Enable building for ARC architecture

2019-01-11 Thread Alexey Brodkin
For that we need 2 things: 1. Disable JIT in JS as it's not supported for ARC. 2. Compile with "-mlong-calls" so relocations with offsets larger than 25 bits are used, otherwise linker fails to link final binaries. Signed-off-by: Alexey Brodkin Cc: Alexander Kanavin

Re: [PATCH] ARC: Remove 0x prefix from unit-address of node names

2018-12-10 Thread Alexey Brodkin
Hi Rob, On Mon, 2018-12-10 at 07:30 -0600, Rob Herring wrote: > On Sat, Dec 8, 2018 at 1:01 AM Alexey Brodkin > wrote: > > Done automatically with help of: > > --->8 > > sed -i 's/@0x/@/g' arch/arc/boot/dts

Re: stable/linux-4.9.y build: 193 builds: 2 failed, 191 passed, 122 warnings (v4.9.144)

2018-12-10 Thread Alexey Brodkin
Hi Kevin, On Sat, 2018-12-08 at 13:58 -0800, Kevin Hilman wrote: > FYI... we now have stable trees building all the ARCv2 defconfigs in > kernelCI.org, and there are couple build failures. Following the link > below, you'll be able to see full build logs. Thanks you so much for letting us know.

[PATCH] ARC: [zebu] Remove CONFIG_INITRAMFS_SOURCE from defconfigs

2018-12-10 Thread Alexey Brodkin
KerneCI, see [1]. [1] https://storage.kernelci.org/stable/linux-4.9.y/v4.9.144/arc/zebu_hs_smp_defconfig/build.log Signed-off-by: Alexey Brodkin Cc: Greg Kroah-Hartman Cc: Kevin Hilman --- arch/arc/configs/zebu_hs_defconfig | 1 - arch/arc/configs/zebu_hs_smp_defconfig | 1 - 2 files chang

[PATCH] ARC: Remove 0x prefix from unit-address of node names

2018-12-07 Thread Alexey Brodkin
d-off-by: Alexey Brodkin Cc: Rob Herring Signed-off-by: Alexey Brodkin --- arch/arc/boot/dts/abilis_tb10x.dtsi | 4 ++-- arch/arc/boot/dts/axc001.dtsi | 6 +++--- arch/arc/boot/dts/axc003.dtsi | 14 +++--- arch/arc/boot/dts/axc003_idu.dtsi | 14 +++--- a

[PATCH] gdb: Remove long ago upstreamed patch

2018-12-04 Thread Alexey Brodkin
This fix was upstreamed a long ago, see [1]. [1] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=37ce4055fe907b9edd25498dcda7a133dbd19784 Signed-off-by: Alexey Brodkin --- meta/recipes-devtools/gdb/gdb-8.2.inc | 1 - .../gdb/0001-include-sys-types.h-for

Re: [PATCH v2] ARC: change defconfig defaults to ARCv2

2018-12-03 Thread Alexey Brodkin
Hi Sasha, On Sun, 2018-12-02 at 06:49 +, Sasha Levin wrote: > Hi, > > [This is an automated email] > > This commit has been processed because it contains a -stable tag. > The stable tag indicates that it's relevant for the following trees: 4.4.+ > > The bot has tested the following trees: v

[PATCH v2] ARC: change defconfig defaults to ARCv2

2018-11-30 Thread Alexey Brodkin
h ARCv2 by default. Note since we change default architecture from ARCompact to ARCv2 it's required to explicitly mention architecture type in ARCompact defconfigs otherwise ARCv2 will be implied and binaries will be generated for ARCv2. Signed-off-by: Kevin Hilman Signed-off-by: Alexey Brodki

Re: [PATCH] ARC: io.h: Implement reads{x}()/writes{x}()

2018-11-29 Thread Alexey Brodkin
Hi Jose, On Thu, 2018-11-29 at 12:42 +, Jose Abreu wrote: > Some ARC CPU's do not support unaligned loads/stores. Currently, generic > implementation of reads{b/w/l}()/writes{b/w/l}() is being used with ARC. > This can lead to misfunction of some drivers as generic functions do a > plain deref

Re: [OE-core] [PATCH] u-boot-tools: Improve build preparation

2018-11-27 Thread Alexey Brodkin
Hi Otavio, On Tue, 2018-11-27 at 17:52 -0200, Otavio Salvador wrote: > On Tue, Nov 27, 2018 at 5:30 PM Otavio Salvador > wrote: > > On Tue, Nov 27, 2018 at 5:13 PM Alexey Brodkin > > wrote: > > > Even though we're not going to build here real U-Boot bina

[PATCH] u-boot-tools: Improve build preparation

2018-11-27 Thread Alexey Brodkin
e less dependencies let's create super minimalistic configuration which is good enough to allow us to run "make tools". [1] http://errors.yoctoproject.org/Errors/Details/202185/ [2] http://git.denx.de/?p=u-boot.git;a=commitdiff;h=a4958a71017fb142542f977c843c5fce769fc6ea Signed-of

Re: failing ARC builds in kernelCI

2018-11-27 Thread Alexey Brodkin
[1] https://kernelci.org/build/id/5bfd5cbe59b51413138b6da0/logs/ On Tue, 2018-11-27 at 15:38 +, Alexey Brodkin wrote: > Hi Kevin, > > On Tue, 2018-11-27 at 07:23 -0800, Kevin Hilman wrote: > > Hi Alexey, > > > > You may have noticed that some defconfigs are failing

Re: failing ARC builds in kernelCI

2018-11-27 Thread Alexey Brodkin
Hi Kevin, On Tue, 2018-11-27 at 07:23 -0800, Kevin Hilman wrote: > Hi Alexey, > > You may have noticed that some defconfigs are failing to build > upstream for ARC. For example, on mainline, both allnoconfig and > tinyconfig fail to build[1]. Actually I haven't seen that! 1. I used to check ht

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

2018-11-26 Thread Alexey Brodkin
Hi Tom, On Mon, 2018-11-26 at 19:51 -0500, Tom Rini wrote: > On Mon, Nov 26, 2018 at 09:07:37PM -0200, Otavio Salvador wrote: > > Hello Alexey, > > > > On Mon, Nov 26, 2018 at 7:30 PM Alexey Brodkin > > wrote: > > > On Sat, 2018-11-24 at 06:57

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

2018-11-26 Thread Alexey Brodkin
Hi Khem, On Sat, 2018-11-24 at 06:57 -0800, Khem Raj wrote: > > http://errors.yoctoproject.org/Errors/Details/202185/ Looking at the target name "u-boot-tools-1_2018.11-r0 do_compile" I think it might have something to do with bump of U-Boot to v2018.11 and the error message in question was add

[PATCH v7] u-boot: Add mkenvimage tool

2018-11-22 Thread Alexey Brodkin
-tools_2014.04.bb Given there're quite some U-Boot tools that we may want to add later this recipe name switch from "u-boot-mkimage" to generic "u-boot-tools" still for compatibility we provide "u-boot-mkimage" with help of PROVIDES as well as proposed "u-

[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

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. &

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

2018-11-22 Thread Alexey Brodkin
c-arc-processors/meta-synopsys/blob/master/conf/machine/include/tune-arcv2.inc#L4 [2] https://github.com/foss-for-synopsys-dwc-arc-processors/meta-synopsys/blob/master/conf/machine/include/tune-arcv2.inc#L34 Signed-off-by: Alexey Brodkin --- meta/recipes-devtools/gcc/gcc-target.inc | 1 + 1 file ch

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. > > > > A

[PATCH v6] u-boot: Add mkenvimage tool

2018-11-22 Thread Alexey Brodkin
-tools_2014.04.bb Given there're quite some U-Boot tools that we may want to add later this recipe name switch from "u-boot-mkimage" to generic "u-boot-tools" still for compatibility we provide "u-boot-mkimage" with help of PROVIDES as well as proposed "u-

[PATCH v5] u-boot: Add mkenvimage tool

2018-11-21 Thread Alexey Brodkin
-tools_2014.04.bb Given there're quite some U-Boot tools that we may want to add later this recipe name switch from "u-boot-mkimage" to generic "u-boot-tools" still for compatibility we provide "u-boot-mkimage" with help of PROVIDES as well as proposed "u-

[PATCH] arc: [nsim] Disable NFS

2018-11-21 Thread Alexey Brodkin
Pure nSIM models only CPU core and serial port thus no point in having NFS enabled. Signed-off-by: Alexey Brodkin --- arch/arc/configs/nsim_700_defconfig| 1 - arch/arc/configs/nsim_hs_defconfig | 1 - arch/arc/configs/nsim_hs_smp_defconfig | 1 - 3 files changed, 3 deletions(-) diff

RE: [PATCH] arc: [devboards] Add support of NFSv3 ACL

2018-11-21 Thread Alexey Brodkin
Hi Vineet, > -Original Message- > From: Vineet Gupta > Sent: Wednesday, November 21, 2018 8:40 PM > To: Alexey Brodkin ; linux-snps-arc@lists.infradead.org > Cc: linux-ker...@vger.kernel.org; Cupertino Miranda ; > sta...@vger.kernel.org > Subject: Re: [PATCH] arc: [d

RE: [PATCH v4] u-boot: Add mkenvimage tool

2018-11-20 Thread Alexey Brodkin
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Tuesday, November 20, 2018 11:23 PM > To: Alexey Brodkin ; > openembedded-c...@lists.openembedded.org > Cc: Ross Burton ; Khem Raj ; > linux-snps-arc@lists.infradead.org; Richard Purdi

[PATCH v4] u-boot: Add mkenvimage tool

2018-11-20 Thread Alexey Brodkin
-tools_2014.04.bb Given there're quite some U-Boot tools that we may want to add later this recipe name switch from "u-boot-mkimage" to generic "u-boot-tools" still for compatibility we provide "u-boot-mkimage" with help of PROVIDES as well as proposed "u-

[PATCH] arc: [devboards] Add support of NFSv3 ACL

2018-11-20 Thread Alexey Brodkin
uot;. Signed-off-by: Alexey Brodkin Cc: Cupertino Miranda Cc: sta...@vger.kernel.org --- arch/arc/configs/axs101_defconfig | 1 + arch/arc/configs/axs103_defconfig | 1 + arch/arc/configs/axs103_smp_defconfig | 1 + arch/arc/configs/hsdk_defconfig| 1

RE: [OE-core] [PATCH v3] u-boot: Add mkenvimage tool

2018-11-20 Thread Alexey Brodkin
Hi Otavio, > -Original Message- > From: Otavio Salvador [mailto:otavio.salva...@ossystems.com.br] > Sent: Tuesday, November 20, 2018 6:49 PM > To: Burton, Ross > Cc: Peter Kjellerstedt ; Marek Vasut > ; Tom Rini ; Otavio > Salvador ; Alexey Brodkin > ; Patches a

Re: [PATCH v3] clocksource/drivers/arc_timer: Utilize generic sched_clock

2018-11-19 Thread Alexey Brodkin
On Mon, 2018-11-19 at 23:09 +0100, Daniel Lezcano wrote: > On 19/11/2018 22:53, Alexey Brodkin wrote: > > Hi Daniel, > > > > On Mon, 2018-11-19 at 22:50 +0100, Daniel Lezcano wrote: > > > On 19/11/2018 12:29, Alexey Brodkin wrote: > > > > It turned ou

Re: [PATCH v3] clocksource/drivers/arc_timer: Utilize generic sched_clock

2018-11-19 Thread Alexey Brodkin
Hi Daniel, On Mon, 2018-11-19 at 22:50 +0100, Daniel Lezcano wrote: > On 19/11/2018 12:29, Alexey Brodkin wrote: > > It turned out we used to use default implementation of sched_clock() > > from kernel/sched/clock.c which was as precise as 1/HZ, i.e. > > by default we had 1

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

2018-11-19 Thread Alexey Brodkin
Hi Otavio, Tom, all, On Mon, 2018-11-19 at 17:22 -0200, Otavio Salvador wrote: > On Mon, Nov 19, 2018 at 5:08 PM Tom Rini wrote: > > On Mon, Nov 19, 2018 at 01:51:41PM +0100, Marek Vasut wrote: > > > On 11/19/2018 11:04 AM, Alexey Brodkin wrote: > > > > This u

Re: [PATCH v2] clocksource/drivers/arc_timer: Utilize generic sched_clock

2018-11-19 Thread Alexey Brodkin
Hi Daniel, On Mon, 2018-11-19 at 10:58 +0100, Daniel Lezcano wrote: > Hi Alexey, > > On 19/11/2018 10:55, Alexey Brodkin wrote: > > Hi Daniel, > > [ ... ] > > > > > In that case do I understand correctly that we may enable > > > > GENERIC_

[PATCH v3] clocksource/drivers/arc_timer: Utilize generic sched_clock

2018-11-19 Thread Alexey Brodkin
gt;8 Note how much more meaningful is the second output - time spent for execution pretty much matches number of cycles spent (we're runnign @ 1GHz here). Signed-off-by: Alexey Brodkin Cc: Daniel Lezcano Cc: Vineet Gupta Cc: Thomas Gleixner --- Changes v2 -> v3: * Reb

[PATCH v3] u-boot: Add mkenvimage tool

2018-11-19 Thread Alexey Brodkin
-tools_2014.04.bb Given there're quite some U-Boot tools that we may want to add later this recipe name switch from "u-boot-mkimage" to generic "u-boot-tools" still for compatibility we provide "u-boot-mkimage" with help of PROVIDES as well as proposed "u-

Re: [PATCH v2] clocksource/drivers/arc_timer: Utilize generic sched_clock

2018-11-19 Thread Alexey Brodkin
Hi Daniel, On Mon, 2018-11-19 at 10:43 +0100, Daniel Lezcano wrote: > On 19/11/2018 10:31, Alexey Brodkin wrote: > > Hi Daniel, > > > > On Sun, 2018-11-18 at 03:17 +0100, Daniel Lezcano wrote: > > > On 05/11/2018 15:39, Daniel Lezcano wrote: > > > &g

Re: [PATCH v2] clocksource/drivers/arc_timer: Utilize generic sched_clock

2018-11-19 Thread Alexey Brodkin
Hi Daniel, On Sun, 2018-11-18 at 03:17 +0100, Daniel Lezcano wrote: > On 05/11/2018 15:39, Daniel Lezcano wrote: > > On 24/10/2018 00:33, Vineet Gupta wrote: > > > On 10/17/2018 04:30 AM, Alexey Brodkin wrote: > > > > It turned out we used to use default

[PATCH v2] u-boot: Add mkenvimage tool

2018-11-15 Thread Alexey Brodkin
ere [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-tools_2014.04.bb Signed-off-by: Alexey Brodkin Cc: Richard Purdie Cc: Otavio Salvador Cc: Martin Jansa Cc: Ross Burton Cc: Marek Vasut --- Ch

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

2018-11-15 Thread Alexey Brodkin
Hi Martin, On Thu, 2018-11-15 at 10:27 +0100, Martin Jansa wrote: > On Thu, Nov 15, 2018 at 05:15:03AM +0000, Alexey Brodkin wrote: > > Hi Marek, [snip] > > > Reviewed-by: Marek Vasut > > > > > > That said, could the recipe for mkimage and mkenvimage b

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

2018-11-14 Thread Alexey Brodkin
Hi Marek, On Thu, 2018-11-15 at 06:03 +0100, Marek Vasut wrote: > On 11/15/2018 05:57 AM, Khem Raj wrote: > > On Wed, Nov 14, 2018 at 8:00 PM Alexey Brodkin > > wrote: > > > This utility is used for creation of images containing > > > usable in run-time U-Boo

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

2018-11-14 Thread Alexey Brodkin
Hi Khem, On Wed, 2018-11-14 at 20:57 -0800, Khem Raj wrote: > On Wed, Nov 14, 2018 at 8:00 PM 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 p

[PATCH] u-boot: Add mkenvimage tool

2018-11-14 Thread Alexey Brodkin
y don't we package it for each and everyone. [1] http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-edison/tree/meta-intel-edison-bsp/recipes-bsp/u-boot/u-boot-tools_2014.04.bb [2] https://github.com/kraj/meta-altera/blob/master/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb Signed-off-by:

Re: [PATCH] locale: Allow usage of cross-localedef for ARC

2018-11-13 Thread Alexey Brodkin
Hi Vineet, On Mon, 2018-11-12 at 23:22 +, Vineet Gupta wrote: > > On 11/12/18 2:44 PM, Alexey Brodkin wrote: > > With this it's possible to build locale data for ARC > > and not do it instead on the first boot. > > > > Signed-off-by: Alexey Brod

[PATCH] locale: Allow usage of cross-localedef for ARC

2018-11-12 Thread Alexey Brodkin
With this it's possible to build locale data for ARC and not do it instead on the first boot. Signed-off-by: Alexey Brodkin --- meta/classes/libc-package.bbclass| 2 ++ meta/lib/oe/package_manager.py | 2 ++ meta/recipes-core/glibc/glibc-locale.inc | 2 +- 3 files chang

[PATCH] tcf-agent: Disable architecture-specific features for ARC

2018-11-12 Thread Alexey Brodkin
There's no support of architecture-specific features for ARC in tcf-agent, so disable non-generic stuff for now. Signed-off-by: Alexey Brodkin Cc: Richard Purdie Cc: Khem Raj --- meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/re

[PATCH] packagegroup-core-sdk: Disable SANITIZERS for ARC

2018-11-12 Thread Alexey Brodkin
Sanitizers are not yet supported on ARC. Signed-off-by: Alexey Brodkin --- meta/recipes-core/packagegroups/packagegroup-core-sdk.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb b/meta/recipes-core/packagegroups/packagegroup-core

Re: [PATCH 06/13] arc: define syscall_get_arch()

2018-11-09 Thread Alexey Brodkin
Hi Andy, On Fri, 2018-11-09 at 07:56 -0800, Andy Lutomirski wrote: > > On Nov 9, 2018, at 7:27 AM, Alexey Brodkin > > wrote: > > > > Hi Andy, > > > > > On Fri, 2018-11-09 at 07:17 -0800, Andy Lutomirski wrote: > > > On Fri, Nov 9, 2018 at 6:22 A

Re: [PATCH 06/13] arc: define syscall_get_arch()

2018-11-09 Thread Alexey Brodkin
Hi Andy, On Fri, 2018-11-09 at 07:17 -0800, Andy Lutomirski wrote: > On Fri, Nov 9, 2018 at 6:22 AM Alexey Brodkin > wrote: > > Hi Dmitry, > > > > On Fri, 2018-11-09 at 06:16 +0300, Dmitry V. Levin wrote: > > > syscall_get_arch() is required to be implemented on

Re: [PATCH 06/13] arc: define syscall_get_arch()

2018-11-09 Thread Alexey Brodkin
Hi Dmitry, On Fri, 2018-11-09 at 06:16 +0300, Dmitry V. Levin wrote: > syscall_get_arch() is required to be implemented on all architectures > that use tracehook_report_syscall_entry() in order to extend > the generic ptrace API with PTRACE_GET_SYSCALL_INFO request. > > Signed-off-by: Dmitry V. L

Re: [PATCH 02/13] elf-em.h: add EM_ARC

2018-11-09 Thread Alexey Brodkin
Hi Dmitry, On Fri, 2018-11-09 at 06:15 +0300, Dmitry V. Levin wrote: > The uapi/linux/audit.h header is going to use EM_ARC in order > to define AUDIT_ARCH_ARC which is needed to implement > syscall_get_arch() which in turn is required to extend > the generic ptrace API with PTRACE_GET_SYSCALL_INF

Re: [PATCH] ARC: [plat-hsdk] Enable DW APB GPIO support

2018-10-31 Thread Alexey Brodkin
iy Paltsev > > @Alexey, u happy with this ? > > -Vineet Acked-by: Alexey Brodkin ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc

[PATCH] perf: Disable libunwind for ARC & RISCV64

2018-10-31 Thread Alexey Brodkin
gned-off-by: Alexey Brodkin Cc: Khem Raj --- meta/recipes-kernel/perf/perf.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index af099043e1..bae4948751 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-ke

[PATCH v4] devres: Align data[] to ARCH_KMALLOC_MINALIGN

2018-10-31 Thread Alexey Brodkin
.html Signed-off-by: Alexey Brodkin Cc: Greg Kroah-Hartman Cc: Geert Uytterhoeven Cc: David Laight Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: Vineet Gupta Cc: Will Deacon Cc: Greg KH Cc: # 4.8+ --- Changes v3 -> v4: * Use ARCH_KMALLOC_MINALIGN for alignment instead of "8

[PATCH] packagegroup-core-tools-profile: disable valgrind on arc

2018-10-18 Thread Alexey Brodkin
As of today there's no port of Valgrind for ARC so disabling it. Signed-off-by: Alexey Brodkin --- meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b

[PATCH] mpfr: Fix compilation for ARC

2018-10-18 Thread Alexey Brodkin
%1, %4, %5\n\tadc\t%0, %2, %3" \ |^~~ Signed-off-by: Alexey Brodkin --- .../0001-Fix-obsolete-ARC-asm-constraints.patch| 45 ++ meta/recipes-support/mpfr/mpfr_4.0.1.bb| 3 +- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644

RE: [PATCH] ARC: Don't set CROSS_COMPILE in arch's Makefile

2018-10-17 Thread Alexey Brodkin
Hello, > -Original Message- > From: Alexey Brodkin [mailto:abrod...@synopsys.com] > Sent: Sunday, September 16, 2018 11:48 PM > To: linux-snps-arc@lists.infradead.org > Cc: linux-ker...@vger.kernel.org; Vineet Gupta ; Alexey > Brodkin ; Masahiro > Yamada ; Rob Herri

RE: [PATCH] ARC: Get rid of toolchain check

2018-10-17 Thread Alexey Brodkin
ATCH] ARC: Get rid of toolchain check > > On Thu, Sep 13, 2018 at 3:24 PM Alexey Brodkin > wrote: > > > > This check is very naive: we simply test if GCC invoked without > > "-mcpu=XXX" has ARC700 define set. In that case we think that GCC > > wa

[PATCH v2] clocksource/drivers/arc_timer: Utilize generic sched_clock

2018-10-17 Thread Alexey Brodkin
gt;8 Note how much more meaningful is the second output - time spent for execution pretty much matches number of cycles spent (we're running @ 1GHz here). Signed-off-by: Alexey Brodkin Cc: Daniel Lezcano Cc: Vineet Gupta Cc: Thomas Gleixner --- Changes v1 -> v2:

[PATCH v4] libgpg-error: Add ARC support

2018-10-17 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin --- Changes v3 -> v4: * Fixed breakage for i586 This was due to not replaced i686-pc-linux-gnu with i686-unknown-linux-gnu Build-tested for MACHINE = "qemux86" Changes v2 -> v3: * Use proper [recently upstreamed] fix for ARC Glibc

RE: [PATCH] clocksource/drivers/arc_timer: Utilize generic sched_clock

2018-10-16 Thread Alexey Brodkin
Hi Vineet, > -Original Message- > From: Vineet Gupta > Sent: Tuesday, October 16, 2018 7:03 PM > To: Alexey Brodkin ; linux-ker...@vger.kernel.org > Cc: linux-snps-arc@lists.infradead.org; Daniel Lezcano > ; Thomas Gleixner > Subject: Re: [PATCH] clocksource/drive

[PATCH] clocksource/drivers/arc_timer: Utilize generic sched_clock

2018-10-16 Thread Alexey Brodkin
gt;8 Note how much more meaningful is the second output - time spent for execution pretty much matches number of cycles spent (we're runnign @ 1GHz here). Signed-off-by: Alexey Brodkin Cc: Daniel Lezcano Cc: Vineet Gupta Cc: Thomas Gleixner --- arch/arc/Kconfig

RE: [PATCH] ARCv2: build: use mcpu=hs38 iso generic mcpu=archs

2018-10-11 Thread Alexey Brodkin
Hu Guenter, > -Original Message- > From: linux-snps-arc [mailto:linux-snps-arc-boun...@lists.infradead.org] On > Behalf Of Guenter Roeck > Sent: Wednesday, September 12, 2018 7:58 PM > To: Vineet Gupta > Cc: linux-snps-arc@lists.infradead.org; linux-ker...@vger.kernel.org > Subject: Re:

Re: [PATCH v3] devres: Explicitly align datai[] to 64-bit

2018-10-04 Thread Alexey Brodkin
Hi Peter, On Mon, 2018-07-09 at 17:53 +0300, Alexey Brodkin wrote: > Hi Peter, > > On Mon, 2018-07-09 at 16:49 +0200, Peter Zijlstra wrote: > > On Mon, Jul 09, 2018 at 02:33:26PM +, Alexey Brodkin wrote: > > > > In fact, since alloc_dr() uses kmalloc() t

ARC: machine dictionary - ARCompact vs ARCv2

2018-09-25 Thread Alexey Brodkin
Hello, While upstreaming ARC bits in OE core I faced one interesting challenge. As of today we have 2 binary-incompatible 32-bit ISAs (Instruction Set Arch): 1. ARCompact (AKA ARCv1) and 2. ARCv2 In Binutils they have 2 separate machine numbers: EM_ARC_COMPACT=93 for ARCompact, see [1] and EM

[PATCH v3 7/9] gcc: Disable libitm for ARC

2018-09-21 Thread Alexey Brodkin
The libitm is not supported on ARC, so disable it Signed-off-by: Alexey Brodkin --- No changes in v3. No changes in v2. meta/recipes-devtools/gcc/gcc-runtime.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc

[PATCH v3 9/9] gcc: Fix specs generation for ARC

2018-09-21 Thread Alexey Brodkin
8- + +Now if that spec is really used by LD then it fails inevitably +saying that it doesn't know option "--eh-frame-hdr--hash-style=sysv". + +2018-09-17 Alexey Brodkin + + * config/arc/linux.h (LINK_EH_SPEC): Add missing space. + +git-svn-id: svn+ssh

[PATCH v3 2/9] kernel-arch.bbclass: Add ARC to kernel arch map

2018-09-21 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin --- No changes in v3. No changes in v2. meta/classes/kernel-arch.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/kernel-arch.bbclass b/meta/classes/kernel-arch.bbclass index 09793fc9c2..2b52a63c64 100644 --- a/meta/classes/kernel

[PATCH v3 6/9] icu: Add ARC support

2018-09-21 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin --- No changes in v3. Changes v1 -> v2: * Added upstream status .../icu/icu/0002-Add-ARC-support.patch | 27 ++ meta/recipes-support/icu/icu_62.1.bb | 1 + 2 files changed, 28 insertions(+) create mode 100644 m

[PATCH v3 0/9] Introduce ARC port of OpenEmbedded

2018-09-21 Thread Alexey Brodkin
;master" branch): https://github.com/foss-for-synopsys-dwc-arc-processors/meta-synopsys Changes v2 -> v3: * libgpg-error: Use proper upstream fix for ARC Glibc tools * libgpg-error: Fix header name for x86_64 Changes v1 -> v2: * Added upstream status for all patches * Rebased on today&#

<    1   2   3   4   5   6   7   >