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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
24 matches
Mail list logo