Re: [PATCH] ipq40xx: add support for GL.iNet GL-B2200

2021-11-22 Thread Enrico Mioso
Tran-Nguyen , Enrico Mioso , Li Zhang Subject: [PATCH] ipq40xx: add support for GL.iNet GL-B2200 From: TruongSinh Tran-Nguyen This patch adds supports for the GL-B2200 router. Specifications: - SOC: Qualcomm IPQ4019 ARM Quad-Core - RAM: 512 MiB - Flash: 16 MiB NOR - SPI0 - EMMC: 8GB

[PATCH] ipq40xx: add support for GL.iNet GL-B2200

2021-11-16 Thread Enrico Mioso
From: TruongSinh Tran-Nguyen This patch adds supports for the GL-B2200 router. Specifications: - SOC: Qualcomm IPQ4019 ARM Quad-Core - RAM: 512 MiB - Flash: 16 MiB NOR - SPI0 - EMMC: 8GB EMMC - ETH: Qualcomm QCA8075 - WLAN1: Qualcomm Atheros QCA4019 2.4GHz 802.11b/g/n 2x2 - WLAN2:

Re: [PATCH] ipq40xx: add support for GL.iNet GL-B2200

2021-10-20 Thread Enrico Mioso
present? Thanks!! Enrico On Mon, 11 Oct 2021, Szabolcs Hubai wrote: Date: Mon, 11 Oct 2021 01:04:50 From: Szabolcs Hubai To: Enrico Mioso Cc: Li Zhang , Adrian Schmutzler , OpenWrt Development List Subject: Re: [PATCH] ipq40xx: add support for GL.iNet GL-B2200 Enrico Mioso ezt írta

Re: Re: [PATCH] ipq40xx: add support for GL.iNet GL-B2200

2021-10-17 Thread TruongSinh Tran-Nguyen
FYI Ref https://github.com/openwrt/openwrt/pull/4691 > The original patch is from and signed off by Li Zhang li.zh...@gl-inet.com > which can be seen from gl-inet@3b71749 > and > http://lists.openwrt.org/pipermail/openwrt-devel/2021-September/036363.html > > However, as of 2021-10-17, the above-

Re: Re: [PATCH] ipq40xx: add support for GL.iNet GL-B2200

2021-10-16 Thread TruongSinh Tran-Nguyen
This patch now has merge conflict with tag v21.02.0 ``` Unmerged paths: (use "git add ..." to mark resolution) both modified: package/firmware/ipq-wifi/Makefile both modified: package/libs/uclient/Makefile both modified: target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-

Re: [PATCH] ipq40xx: add support for GL.iNet GL-B2200

2021-10-10 Thread Szabolcs Hubai
> > From: Li Zhang > > To: openwrt-devel@lists.openwrt.org > > Cc: Li Zhang > > Subject: [PATCH] ipq40xx: add support for GL.iNet GL-B2200 > > > > This patch adds supports for GL-B2200. > > > > Specifications: > > - SOC: Qualcomm IPQ4019 ARM

Re: [PATCH] ipq40xx: add support for GL.iNet GL-B2200

2021-10-10 Thread Enrico Mioso
ommit 81d694e30b4926fea057bd3e46d996a8f098b95a authored by Szabolcs. Thanks a lot! Enrico On Mon, 13 Sep 2021, Li Zhang wrote: Date: Mon, 13 Sep 2021 10:02:00 From: Li Zhang To: openwrt-devel@lists.openwrt.org Cc: Li Zhang Subject: [PATCH] ipq40xx: add support for GL.iNet GL-B2200 This patch adds supports for GL-

Re: [PATCH] ipq40xx: add support for GL.iNet GL-B2200

2021-09-13 Thread Enrico Mioso
: add support for GL.iNet GL-B2200 This patch adds supports for GL-B2200. Specifications: - SOC: Qualcomm IPQ4019 ARM Quad-Core - RAM: 512 MiB - Flash: 16 MiB NOR - SPI0 - EMMC: 8GB EMMC - ETH: Qualcomm QCA8075 - WLAN1: Qualcomm Atheros QCA4019 2.4GHz 802.

[PATCH] ipq40xx: add support for GL.iNet GL-B2200

2021-09-13 Thread Li Zhang
This patch adds supports for GL-B2200. Specifications: - SOC: Qualcomm IPQ4019 ARM Quad-Core - RAM: 512 MiB - Flash: 16 MiB NOR - SPI0 - EMMC: 8GB EMMC - ETH: Qualcomm QCA8075 - WLAN1: Qualcomm Atheros QCA4019 2.4GHz 802.11b/g/n 2x2 - WLAN2:

RE: [PATCH] ipq40xx: add support for GL.iNet GL-B2200-EMMC

2021-05-08 Thread Adrian Schmutzler
Hi, a few comment below. > --- /dev/null > +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-gl-b2200 > +++ -emmc.dts > @@ -0,0 +1,366 @@ > +// SPDX-License-Identifier: GPL-2.0-only OR MIT > + > +#include "qcom-ipq4019.dtsi" > +#include > +#include > +#include > + > +/ { > +

[PATCH] ipq40xx: add support for GL.iNet GL-B2200-EMMC

2021-05-07 Thread Li Zhang
This patch adds supports for GL-B2200-EMMC. Specifications: - SOC: Qualcomm IPQ4019 ARM Quad-Core - RAM: 512 MiB - Flash: 16 MiB NOR - SPI0 - EMMC: 8GB EMMC - ETH: Qualcomm QCA8075 - WLAN1: Qualcomm Atheros QCA4019 2.4GHz 802.11b/g/n 2x2 - WL

Re: [PATCH] ipq40xx: add support for GL.iNet GL-B2200-EMMC

2021-04-24 Thread Daniel Golle
Hi Li, On Fri, Apr 16, 2021 at 12:05:24PM +0800, Li Zhang wrote: > This patch adds supports for GL-B2200-EMMC. > > ... > diff --git a/target/linux/ipq40xx/image/gen_sdcard_img.sh > b/target/linux/ipq40xx/image/gen_sdcard_img.sh > new file mode 100755 > index 000..628ba24 > --- /dev/null > +

RE: [PATCH] ipq40xx: add support for GL.iNet GL-B2200-EMMC

2021-04-24 Thread Adrian Schmutzler
Hi, just some selective feedback below: > diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq- > wifi/Makefile > index 7703604..7d592d9 100644 > --- a/package/firmware/ipq-wifi/Makefile > +++ b/package/firmware/ipq-wifi/Makefile > @@ -40,6 +40,7 @@ ALLWIFIBOARDS:= \ > ezv

[PATCH] ipq40xx: add support for GL.iNet GL-B2200-EMMC

2021-04-15 Thread Li Zhang
This patch adds supports for GL-B2200-EMMC. Specifications: - SOC: Qualcomm IPQ4019 ARM Quad-Core - RAM: 512 MiB - Flash: 16 MiB NOR - SPI0 - EMMC: 8GB EMMC - ETH: Qualcomm QCA8075 - WLAN1: Qualcomm Atheros QCA4019 2.4GHz 802.11b/g/n 2x2 - WL