RE: [OpenWrt-Devel] [RFT PATCH] arc770: bump kernel to 5.4

2020-07-27 Thread Evgeniy Didin
Hi Hauke, Adrian, > -Original Message- > From: Hauke Mehrtens > Sent: Sunday, July 26, 2020 7:11 PM > To: m...@adrianschmutzler.de; Evgeniy Didin ; Alexey > Brodkin > Cc: openwrt-devel@lists.openwrt.org > Subject: Re: [OpenWrt-Devel] [RFT PATCH] arc770: bump ker

[OpenWrt-Devel] [PATCH 3/4 v2] archs38: switch to kernel 5.4 by default

2020-03-28 Thread Evgeniy Didin
Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Petr ??tetiar Cc: Hauke Mehrtens Cc: John Crispin --- No changes since v1. target/linux/archs38/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/archs38/Makefile b/target/linux/archs38/Makefile

[OpenWrt-Devel] [PATCH 4/4 v2] kernel: update arc-specific patch

2020-03-28 Thread Evgeniy Didin
This patch updates arc-specific patch by moving declaration of struct object before it's usage. Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Petr ??tetiar Cc: Hauke Mehrtens Cc: John Crispin --- No changes since v1. .../332-arc-add-OWRTDTB-section.patch

[OpenWrt-Devel] [PATCH 1/4 v2] archs38: add kernel 5.4 config

2020-03-28 Thread Evgeniy Didin
Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Petr ??tetiar Cc: Hauke Mehrtens Cc: John Crispin --- No changes since v1. target/linux/archs38/config-5.4 | 309 1 file changed, 309 insertions(+) create mode 100644 target/linux/archs38/config-5.4 diff

[OpenWrt-Devel] [PATCH 0/4 v2] archs38: kernel 5.4 suuport

2020-03-28 Thread Evgeniy Didin
nux kernel patch which adds compiler option to workaround ICE Evgeniy Didin (4): archs38: add kernel 5.4 config archs38: Add patch for gcc8 compilance archs38: switch to kernel 5.4 by default kernel: update arc-specific patch target/linux/archs38/Makefile | 2 +- target/lin

[OpenWrt-Devel] [PATCH 2/4] archs38: Add patch for gcc8 compilance

2020-03-28 Thread Evgeniy Didin
Building Linux kernel version 5.4.x with GCC8 ends up with internal compiler error. The workaround on this issue can be introdution of additional compiler option "--mmpy-option=2" Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Petr ??tetiar Cc: Hauke Mehrtens Cc: John Crispin

Re: [OpenWrt-Devel] [PATCH 2/5] toolchain/gcc: make GCC9 by default for archs38

2020-03-13 Thread Evgeniy Didin
Also forgot to mention, that at GCC 8.4.0 it fails as well. I can try to find missing patches between 8.4.0 and 9.2.0 and add them. What should I better do? -Evgeniy From: openwrt-devel On Behalf Of Evgeniy Didin Sent: Friday, March 13, 2020 5:26 PM To: Hauke Mehrtens ; openwrt-devel

Re: [OpenWrt-Devel] [PATCH 2/5] toolchain/gcc: make GCC9 by default for archs38

2020-03-13 Thread Evgeniy Didin
Hi Hauke, This problem reproduces only for ARC(ARM is ok) and Linux v5.4 (v4.19 is ok). Best regards, Evgeniy Didin From: Hauke Mehrtens Sent: Thursday, March 12, 2020 6:33 PM To: Evgeniy Didin ; openwrt-devel@lists.openwrt.org Cc: Alexey Brodkin ; Petr

[OpenWrt-Devel] [PATCH 2/5] toolchain/gcc: make GCC9 by default for archs38

2020-03-12 Thread Evgeniy Didin
It is necessary to use GCC9 for building Linux 5.4.x version for archs38, in GCC8 the critical fixes are missing and ICE appears during building. Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Petr Štetiar Cc: Hauke Mehrtens Cc: John Crispin --- toolchain/gcc/Config.version | 1 + 1

[OpenWrt-Devel] [PATCH 1/5] archs38: add kernel 5.4 config

2020-03-12 Thread Evgeniy Didin
Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Petr Štetiar Cc: Hauke Mehrtens Cc: John Crispin --- target/linux/archs38/config-5.4 | 309 1 file changed, 309 insertions(+) create mode 100644 target/linux/archs38/config-5.4 diff --git a/target/linux

[OpenWrt-Devel] [PATCH 5/5] kernel: update arc-specific patch

2020-03-12 Thread Evgeniy Didin
This patch updates arc-specific patch by moving declaration of struct object before it's usage. Signed-off-by: Evgeniy Didin --- .../332-arc-add-OWRTDTB-section.patch | 31 --- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/target/linux/generic/pe

[OpenWrt-Devel] [PATCH 3/5] archs38: switch to kernel 5.4 by default

2020-03-12 Thread Evgeniy Didin
Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Petr Štetiar Cc: Hauke Mehrtens Cc: John Crispin --- target/linux/archs38/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/archs38/Makefile b/target/linux/archs38/Makefile index be6be0472b

[OpenWrt-Devel] [PATCH 0/5] archs38: kernel 5.4 support

2020-03-12 Thread Evgeniy Didin
This patch switches kernel version to 5.4 for archs38. Evgeniy Didin (5): archs38: add kernel 5.4 config toolchain/gcc: make GCC9 by default for archs38 archs38: switch to kernel 5.4 by default archs38: remove ath9k-htc package kernel: update arc-specific patch target/linux/archs38

[OpenWrt-Devel] [PATCH 4/5] archs38: remove ath9k-htc package

2020-03-12 Thread Evgeniy Didin
Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Petr Štetiar Cc: Hauke Mehrtens Cc: John Crispin --- target/linux/archs38/generic/profiles/00-default.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/archs38/generic/profiles/00-default.mk b/target

[OpenWrt-Devel] [PATCH] archs38: add support for Linux 5.4

2020-03-05 Thread Evgeniy Didin
From: Evgeniy Didin It is necessary to use GCC9 for building Linux 5.4.x version for archs38, in GCC8 the critical fixes are missing and ICE appears during building. Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Koen Vandeputte Cc: John Crispin --- target/linux/archs38/Makefile

[OpenWrt-Devel] [PATCH] kernel: Update arc-add-OWRTDTB-section patch for 4.14

2019-03-20 Thread Evgeniy Didin
ric/builds/1290 http://phase1.builds.openwrt.org/builders/archs38%2Fgeneric/builds/1269 Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Hauke Mehrtens Cc: John Crispin --- .../pending-4.14/332-arc-add-OWRTDTB-section.patch | 73 +- 1 file changed, 43 insertions(+), 30

[OpenWrt-Devel] [PATCH] arc770: bump kernel to 4.19

2019-03-12 Thread Evgeniy Didin
Linux kernel 4.14 is not building with GCC 8.3 and binutils 2.32 for arc770 Lets update it to 4.19. Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Hauke Mehrtens Cc: John Crispin --- Patch "95aed87b9e2ed982b24122f46ca506cd8b368677" (ARC: define ARCH_SLAB_MINALIGN = 8) is necess

[OpenWrt-Devel] [PATCH] archs38: Update linux kernel to 4.19

2019-03-12 Thread Evgeniy Didin
Linux kernel 4.14 is not building with GCC 8.3 and binutils 2.32 for archs38. Lets update it to 4.19. Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Hauke Mehrtens Cc: John Crispin --- Patch "95aed87b9e2ed982b24122f46ca506cd8b368677" (ARC: define ARCH_SLAB_MINALIGN = 8) is ne

[OpenWrt-Devel] [PATCH v2] arc: Update variables substitutions in u-boot env files

2018-07-09 Thread Evgeniy Didin
From: Evgeniy Didin In the latest version of u-boot (2018.05) there was a swith to Hush shell for ARC AXS10x boards(arc770/archs38): commit 9249d74781e1 ("ARC: AXS10x: Enable hush shell"). In Hush shell using "$()" to declare envitonment variables is forbidden, instead of t

[OpenWrt-Devel] [PATCH] arc: Update variables substitutions in u-boot env files

2018-07-02 Thread Evgeniy Didin
From: Evgeniy Didin In the latest version of u-boot (2018.05) there was a swith to Hush shell for ARC AXS10x boards(arc770/archs38): commit 9249d74781e1 ("ARC: AXS10x: Enable hush shell"). In Hush shell using "$()" to declare envitonment variables is forbidden, instead of t

[OpenWrt-Devel] [RESEND] arc770: bump kernel to 4.14

2018-06-19 Thread Evgeniy Didin
From: Evgeniy Didin Currently arc770 is no more "source-only". Lets update Linux kernel version from 4.9 to 4.14 for arc770. config-4.14 was simply regenerated with "make kernel_menuconfig". Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: John Crispin --- This patch

Re: [OpenWrt-Devel] [PATCH] arc770: bump kernel to 4.14

2018-05-22 Thread Evgeniy Didin
Hello, Now arc770 is no longer marked as "source-only".  Could you add this commit to master branch please? Best regards,  Evgeniy Didin On Tue, 2018-04-17 at 15:25 +0300, didin wrote: > Hello, > > This patch, as I see in patchwork, is accepted but I can't  > fi

[OpenWrt-Devel] [PATCH] arc770: remove source-only

2018-05-21 Thread Evgeniy Didin
30. Patch for uClibc-ng is here: https://patchwork.ozlabs.org/patch/917547/ Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Hauke Mehrtens Cc: John Crispin --- target/linux/arc770/generic/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/arc770/

[OpenWrt-Devel] [PATCH] uClibc-ng: update to 1.0.30

2018-05-21 Thread Evgeniy Didin
uClibc-ng to latest 1.0.30 version. Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Hauke Mehrtens Cc: John Crispin --- toolchain/uClibc/common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolchain/uClibc/common.mk b/toolchain/uClibc/common.mk index