Re: [OpenWrt-Devel] ARMv4 (not v4t) marked obsolete in gcc-6

2016-03-10 Thread Hans Ulli Kroll
Hi > > * Gemini: officially supported in OpenWRT today, with the latest compiler. > This one > will likely cause the most issues for actual users. It would be helpful to > get > some numbers about users or downloads here, to see whether it can be dropped > in a future OpenWRT release or if

Re: [OpenWrt-Devel] ARMv4 (not v4t) marked obsolete in gcc-6

2016-03-11 Thread Hans Ulli Kroll
HI On Fri, 11 Mar 2016, Roman Yeryomin wrote: > On 2016-03-11 08:48, John Crispin wrote: > > On 11/03/2016 06:44, Hans Ulli Kroll wrote: > > > Hi > > > > > > > > * Gemini: officially supported in OpenWRT today, with the latest > > > > c

[OpenWrt-Devel] [PATCH] x86/x86_64:Support for kernel v4.1

2015-12-05 Thread Hans Ulli Kroll
Support kernel v4.1 Added needed platfporm patches and config Tested on for x86 with PC Engines ALIX6F2 for x86_64 with PC Engines APU 4G Signed-off-by: Hans Ulli Kroll --- target/linux/x86/Makefile | 2 +- target/linux/x86/config-4.1| 451

Re: [OpenWrt-Devel] [PATCH 00/22] Conversion of ARMv4 Gemini to DT and multiplatform

2017-01-24 Thread Hans Ulli Kroll
ress space which remaps the driver. And to make it worse two interrupt lines, one of them is also shared. Any ideas to "convert" this into DT ?? Because I think it's impossible to split both GMAC interfaces ?? Greetings Hans Ulli Kroll ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 00/22] Conversion of ARMv4 Gemini to DT and multiplatform

2017-01-30 Thread Hans Ulli Kroll
t; > > Would be nice to have the stuff that vendors are using. > > > > On Tue, Jan 24, 2017 at 6:24 PM, Hans Ulli Kroll > > wrote: > > > >> AFAICR > >> This is a dual GMAC ! > >> > >> They are two different base address for each

Re: [OpenWrt-Devel] [PATCH 14/22] ARM: dts: add a devicetree for Raidsonic NAS IB-4220-B

2017-02-05 Thread Hans Ulli Kroll
Hi Linus, please add right baudrate and partition scheme for NAS 4220 Signed-off-by: Hans Ulli Kroll --- arch/arm/boot/dts/gemini-nas4220b.dts | 36 +-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/gemini-nas4220b.dts b/arch

Re: [OpenWrt-Devel] [PATCH 2/4] PCI: add driver for Cortina Gemini Host Bridge

2017-02-05 Thread Hans Ulli Kroll
Hi Linus while debugging my boot issues on my NAS 4220, I saw this warning irq: type mismatch, failed to map hwirq-26 for /soc/interrupt-controller@4800! We need to use the use the use the PCI IRQ from gemini as root for the irq domain, not the next one in DT. diff --git a/drivers/pci/hos

Re: [OpenWrt-Devel] [PATCH 4/4] ARM: dts: add PCI to the Gemini DTSI

2017-02-05 Thread Hans Ulli Kroll
Hi Linus We need to the remove hwirq 26-28 from DT. First one will print this warning while boot. irq: type mismatch, failed to map hwirq-26 for /soc/interrupt-controller@4800! arch/arm/boot/dts/gemini.dtsi | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/arm/bo

Re: [OpenWrt-Devel] [PATCH 4/4] ARM: dts: add PCI to the Gemini DTSI

2017-02-06 Thread Hans Ulli Kroll
Hi Linus, On Sun, 5 Feb 2017, Linus Walleij wrote: > On Sun, Feb 5, 2017 at 11:03 AM, Hans Ulli Kroll > wrote: > > > We need to the remove hwirq 26-28 from DT. > > First one will print this warning while boot. > > > > irq: type mismatch, failed to map

Re: [OpenWrt-Devel] [PATCH 14/22] ARM: dts: add a devicetree for Raidsonic NAS IB-4220-B

2017-02-08 Thread Hans Ulli Kroll
HI Linus On Tue, 7 Feb 2017, Linus Walleij wrote: > On Sun, Feb 5, 2017 at 10:53 AM, Hans Ulli Kroll > wrote: > > > Hi Linus, > > > > please add right baudrate and partition scheme for NAS 4220 > > > > Signed-off-by: Hans Ulli Kroll > > Thanks

Re: [OpenWrt-Devel] [PATCH 00/22] Conversion of ARMv4 Gemini to DT and multiplatform

2017-02-08 Thread Hans Ulli Kroll
27;ve got my toolchain cleaned up and working ... Tested on may nas 4220 here my Acked-by: Hans Ulli Kroll > - FOT2G USB EHCI host The fotg2 driver is already upstream. I've added DT support and this driver works. The only problem here is dis/reconnect of usb devices, but I think this

Re: [OpenWrt-Devel] [PATCH 00/22] Conversion of ARMv4 Gemini to DT and multiplatform

2017-02-11 Thread Hans Ulli Kroll
HI Linus, On Sat, 11 Feb 2017, Linus Walleij wrote: > On Mon, Jan 30, 2017 at 5:35 PM, Hans Ulli Kroll > wrote: > > On Tue, 24 Jan 2017, Florian Fainelli wrote: > >> On 01/24/2017 12:47 PM, Linus Walleij wrote: > > >> >> This is a dual GMAC ! > >>

Re: [OpenWrt-Devel] [PATCH 00/22] Conversion of ARMv4 Gemini to DT and multiplatform

2017-02-13 Thread Hans Ulli Kroll
Hi John, On Mon, 13 Feb 2017, John Feng-Hsin Chiang(江峰興) wrote: > Hi Hans, > > > HI Linus, > > > > On Sat, 11 Feb 2017, Linus Walleij wrote: > > > > > On Mon, Jan 30, 2017 at 5:35 PM, Hans Ulli Kroll > > > wrote: > > > > On Tue, 24

Re: [OpenWrt-Devel] [PATCH 1/4 v2] irqchip: augment Gemini bindings to reflect Faraday origin

2017-03-19 Thread Hans Ulli Kroll
entime Hu > Signed-off-by: Linus Walleij > --- You can add my Acked-by: Hans Ulli Kroll on the whole series, if you want. Greetings form Cologne Hans Ulli Kroll ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 1/5 v3] usb: host: add DT bindings for faraday fotg2

2017-04-24 Thread Hans Ulli Kroll
Hi Linus On Fri, 21 Apr 2017, Linus Walleij wrote: > From: Hans Ulli Kroll > > This adds device tree bindings for the Faraday FOTG2 > dual-mode host controller. > > Cc: devicet...@vger.kernel.org > Signed-off-by: Hans Ulli Kroll > Signed-off-by: Linus Walleij

Re: [OpenWrt-Devel] [PATCH 4/5 v3] usb: host: fotg2: add Gemini-specific handling

2017-04-24 Thread Hans Ulli Kroll
ost/Kconfig | 1 + > drivers/usb/host/fotg210-hcd.c | 76 > ++ > 2 files changed, 77 insertions(+) > please wait for a while, I'm working on some glue code to support both host and device mode on FOTG. Hans Ulli Kroll _

Re: [OpenWrt-Devel] [PATCH 1/5 v3] usb: host: add DT bindings for faraday fotg2

2017-04-25 Thread Hans Ulli Kroll
Hi Linus On Tue, 25 Apr 2017, Linus Walleij wrote: > On Mon, Apr 24, 2017 at 6:53 PM, Hans Ulli Kroll > wrote: > > > Got NAK'ed from Rob on some ealier round due missing "device mode" on this > > IP. I've blatantly overrided this to a host only driver

Re: [OpenWrt-Devel] [PATCH 1/4] ata: Add DT bindings for Faraday Technology FTIDE010

2017-05-07 Thread Hans Ulli Kroll
ely a FTSATA100 > bundled with the FTIDE010. > > Cc: devicet...@vger.kernel.org > Cc: John Feng-Hsin Chiang > Cc: Greentime Hu > Signed-off-by: Linus Walleij nice work ! you can add my Acked-by: Hans Ulli Kroll on the whole patch set. __

[OpenWrt-Devel] [PATCH 1/2] firmware: add firmware for rtl8821ae support

2017-05-19 Thread Hans Ulli Kroll
add needed firmware to support rtl8821ae pcie adapter Signed-off-by: Hans Ulli Kroll --- package/firmware/linux-firmware/realtek.mk | 8 1 file changed, 8 insertions(+) diff --git a/package/firmware/linux-firmware/realtek.mk b/package/firmware/linux-firmware/realtek.mk index

[OpenWrt-Devel] [PATCH 2/2] mac80211: add support for rtl8821ae pcie adapter

2017-05-19 Thread Hans Ulli Kroll
Add support for Realtek RTL8821AE/RTL8812AE PCIe adapter. This device supports 802.11ac and bluetooth testet on PC Engines APU with AP and STA mode Signed-off-by: Hans Ulli Kroll --- package/kernel/mac80211/Makefile | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions

Re: [OpenWrt-Devel] Booting D-Link DNS-313, kernel requirements for OpenWRT?

2018-01-17 Thread Hans Ulli Kroll
as ext2 due to feature incompatibilities > EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null) > VFS: Mounted root (ext4 filesystem) readonly on device 8:4. read only ? I think this must be read write, must verify this with my ALIX6F2 running openWRT on a CF card with ext4

Re: [OpenWrt-Devel] Booting D-Link DNS-313, kernel requirements for OpenWRT?

2018-01-20 Thread Hans Ulli Kroll
Hi Linus On Fri, 19 Jan 2018, Linus Walleij wrote: > On Wed, Jan 17, 2018 at 6:11 PM, Hans Ulli Kroll > wrote: > > > OpenWRT is currently in (re)merging status from LEDE > > maybe LEDE images can work. > > I've done a testbuild with current LEDE and ext4 t

Re: [OpenWrt-Devel] Booting D-Link DNS-313, kernel requirements for OpenWRT?

2018-01-22 Thread Hans Ulli Kroll
. I didn't test the USB host function, I need some special cable here USB-B to USB-A female adapter ... And I think the HT48F06E, if this one is at the upper left corner of the PCB, is missing. Hans Ulli Kroll ___ openwrt-devel mailing list op

Re: [OpenWrt-Devel] Booting D-Link DNS-313, kernel requirements for OpenWRT?

2018-02-14 Thread Hans Ulli Kroll
ger the "internal" id pin in the syscon registers. The otg controller driver need a complete rework, already started. (*) As with my first approach the HCD driver is upstream, so also the the gadget driver. Adding the otg driver without breaking existing hardware is a challenging/fun/

Re: [OpenWrt-Devel] Booting D-Link DNS-313, for for 18.03 ??

2018-02-21 Thread Hans Ulli Kroll
utdated and old, v4.4 with mach files and only one/two I've done some work on updating this mess. Now I can build with v4.14.x, now I need to sort out how I can append DTB and build the flash binaries / hardddisk images. Hans Ulli Kroll ___ openwr

Re: [OpenWrt-Devel] Latest OpenWRT on Gemini v4.14

2018-02-27 Thread Hans Ulli Kroll
t the rootfs > > works. > > > > NB: IF YOU'RE GONNA USE THIS, USE GCC 7.3.0 TO > > BUILD. The 5.5 toolchain doesn't work. > > > > Is there a way to require the 7.3.x toolchain? > > We want to use the same toolchain for all targets and a GCC bug on

Re: [OpenWrt-Devel] Latest OpenWRT on Gemini v4.14

2018-03-03 Thread Hans Ulli Kroll
Hi Linus On Thu, 1 Mar 2018, Linus Walleij wrote: > On Mon, Feb 26, 2018 at 9:28 PM, Linus Walleij > wrote: > > > I have a forward-port hack-ish thing for Gemini, > > this 500K patch on top of openwrt HEAD: > > > > https://dflund.se/~triad/krad/gemini/0001-gemini-Forward-port-to-v4.14.patch >

Re: [OpenWrt-Devel] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-04-14 Thread Hans Ulli Kroll
port reset. Please check attached (untested) patch for openwrt. I can test this next week by myself From 10be6c15addac0bdb9c2d196d450aee1fcb2070b Mon Sep 17 00:00:00 2001 From: Hans Ulli Kroll Date: Sat, 14 Apr 2018 19:13:11 +0200 Subject: [PATCH] gemini: fix fotg2 stall after port reset Signed-off

Re: [OpenWrt-Devel] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-02 Thread Hans Ulli Kroll
Hi On Wed, 2 May 2018, Joel Wirāmu Pauling wrote: > It's Cortina but arm7 IIRC; there was a NDA available SDK for it based on > 2.6.something - which I started to go through the process of getting access > too a few years ago, but the platform was bought out by Realtek who > scuttled it as it was

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-02 Thread Hans Ulli Kroll
Hi On Wed, 2 May 2018, Linus Walleij wrote: > On Sun, Apr 29, 2018 at 8:32 PM, Roman Yeryomin wrote: > > > I've prepared 4.14 branch here > > https://github.com/yeryomin/openwrt/commits/gemini-4.14 > > I think it can be merged in it's current state. The only problem I'm aware > > of is that usb

[OpenWrt-Devel] [PATCH] :package:grub2: fix build error on linux missing libzfs

2014-07-21 Thread Hans Ulli Kroll
configure enables libzfs support on default. This will break the build, on systems without libzfs. Signed-off-by: Hans Ulli Kroll --- package/boot/grub2/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index 83edfc6

Re: [OpenWrt-Devel] [PATCH 0/4] atheros: switch to kernel 3.14

2014-08-07 Thread Hans Ulli Kroll
On Tue, 5 Aug 2014, Sergey Ryazanov wrote: > 2014-08-05 0:59 GMT+04:00 Felix Fietkau : > > On 2014-08-04 22:40, Sergey Ryazanov wrote: > >> A humble request to the committers: use "svn cp" for patches and config > >> file > >> in order to preserve the history of changes. > > I used git-svn, it ha

[OpenWrt-Devel] x86: kernel update for 3.18

2015-02-15 Thread Hans Ulli Kroll
Hello, I've done a kernel update for the x86 target. These are tested on my PC Engines ALIX6F2 Signed-off-by: Hans Ulli Kroll ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/op

[OpenWrt-Devel] [PATCH 1/3] x86:refresh patches for 3.18

2015-02-15 Thread Hans Ulli Kroll
Signed-off-by: Hans Ulli Kroll --- .../linux/x86/patches-3.18/006-yenta_mistery.patch | 20 + .../patches-3.18/009-rdc321x_select_embedded.patch | 11 + .../linux/x86/patches-3.18/010-rdc_cpu_ident.patch | 176 + .../x86/patches-3.18/011-tune_lzma_options.patch | 22 + .../x86/patches

[OpenWrt-Devel] [PATCH 2/3] x86:add kenrel config for 3.18

2015-02-15 Thread Hans Ulli Kroll
Signed-off-by: Hans Ulli Kroll --- target/linux/x86/config-3.18 | 437 +++ 1 file changed, 437 insertions(+) create mode 100644 target/linux/x86/config-3.18 diff --git a/target/linux/x86/config-3.18 b/target/linux/x86/config-3.18 new file mode 100644

[OpenWrt-Devel] [PATCH 3/3] x86:switch kernel to 3.18

2015-02-15 Thread Hans Ulli Kroll
Signed-off-by: Hans Ulli Kroll --- target/linux/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 52d9885..396d483 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -13,7 +13,7