[OpenWrt-Devel] [PATCH 0/6] ramips: Add support for JCG JHR-N805R, JHR-N825R and JHR-N926R

2016-03-03 Thread reinhard
From: Reinhard Max This series of patches adds support for three routers manufactured by JCG (jcgcom.com), which have recently been on sale in large quantities at a German surplius store. They are all based on RT3050/52. Reinhard Max (6): ramips: Add a tool to create JCG factory images

[OpenWrt-Devel] [PATCH 5/6] ramips: Add JCG routers to base-files

2016-03-03 Thread reinhard
From: Reinhard Max This patch adds support for JHR-N805R, JHR-N825R and JHR-N926R to various scripts in the base-files directory. Signed-off-by: Reinhard Max Reviewed-by: Torsten Duwe --- target/linux/ramips/base-files/etc/board.d/02_network | 3 +++ target/linux/ramips/base-files/etc

[OpenWrt-Devel] [PATCH 4/6] ramips: Add device tree for JCG JHR-N926R

2016-03-03 Thread reinhard
From: Reinhard Max Add a device tree for JCG JHR-N825R This router is based on a RT3052 and has 4MB of CFI flash and 32MB of SDRAM. As a special feature, it comes with a two digit seven segment display that is connected to a pair of daisy-chained 74164 shift registers that can be controlled via

[OpenWrt-Devel] [PATCH 1/6] ramips: Add a tool to create JCG factory images

2016-03-03 Thread reinhard
From: Reinhard Max This tool creates factory images for JCG routers. Details can be found in the header comment of jcgimage.c. Signed-off-by: Reinhard Max Reviewed-by: Torsten Duwe --- tools/firmware-utils/Makefile | 1 + tools/firmware-utils/src/jcgimage.c | 392

[OpenWrt-Devel] [PATCH 3/6] ramips: Add device tree for JCG JHR-N825R

2016-03-03 Thread reinhard
From: Reinhard Max Add a device tree for JCG JHR-N825R This router is based on a RT3052 and has 4MB of CFI flash and 32MB of SDRAM. For details, see https://wikidevi.com/wiki/JCG_JHR-N825R . Signed-off-by: Reinhard Max Reviewed-by: Torsten Duwe --- target/linux/ramips/dts/JHR-N825R.dts | 81

[OpenWrt-Devel] [PATCH 6/6] ramips: Add profiles for JCG routers

2016-03-03 Thread reinhard
From: Reinhard Max This patch adds profiles and support for building factory and sysupgrade images for JHR-N805R, JHR-N825R and JHR-N926R. Signed-off-by: Reinhard Max Reviewed-by: Torsten Duwe --- target/linux/ramips/image/Makefile | 17 target/linux/ramips/rt305x

[OpenWrt-Devel] [PATCH 2/6] ramips: Add device tree for JCG JHR-N805R

2016-03-03 Thread reinhard
From: Reinhard Max Add a device tree for JCG JHR-N805R This router is based on a RT3050 and has 4MB of SPI flash and 16MB of SDRAM. For details, see https://wikidevi.com/wiki/JCG_JHR-N805R . Signed-off-by: Reinhard Max Reviewed-by: Torsten Duwe --- target/linux/ramips/dts/JHR-N805R.dts | 89

[OpenWrt-Devel] [PATCH v2] ramips: Add a tool to create JCG factory images

2016-03-03 Thread Reinhard Max
Signed-off-by: Reinhard Max --- tools/firmware-utils/Makefile | 1 + tools/firmware-utils/src/jcgimage.c | 403 2 files changed, 404 insertions(+) create mode 100644 tools/firmware-utils/src/jcgimage.c diff --git a/tools/firmware-utils/Makefile b

Re: [OpenWrt-Devel] [PATCH v3] ramips: Add support for Xiaomi MiWiFi Nano

2016-03-19 Thread Reinhard Max
EDs be represented as what they really are in the device tree (compatible = "gpio-leds";) rather than exported GPIOs. cu Reinhard ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] lantiq: add support for Fritz!Box 7360v2

2018-11-20 Thread Reinhard Max
This patch adds support for Fritz!Box 7360 v2 (pollin.de currently sells these as refurbished). It has 32 MiB of flash compared to the 16 MiB of v1 and SL. Signed-off-by: Reinhard Max Reviewed-by: Torsten Duwe --- .../arch/mips/boot/dts/FRITZ7360.dtsi | 201

[PATCH 1/3] ramips: hlk-7621a-evb: remove WiFi support

2022-04-13 Thread Reinhard Max
: Reinhard Max --- target/linux/ramips/dts/mt7621_hilink_hlk-7621a-evb.dts | 8 target/linux/ramips/image/mt7621.mk | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/target/linux/ramips/dts/mt7621_hilink_hlk-7621a-evb.dts b/target/linux/ramips/dts

[PATCH 3/3] ramips: hlk-7621a-evb: rename switch ports

2022-04-13 Thread Reinhard Max
oken out on pin headers, mPCIe slot, USB, etc.) that chances are high that is being used for other things than a traditional LAN/WAN router, and then the 'wan' naming of the 5th port might get into the way, so better stick with the SoC naming. Signed-off-by: Reinhard Max --- .../linux/ra

[PATCH 2/3] ramips: hlk-7621a-evb: read MAC address from flash

2022-04-13 Thread Reinhard Max
Two MAC addresses are apparently located at offsets 0xe000 and 0xe006 in the factory partition on these devices. Change the dts to use the first one. See also: https://github.com/openwrt/openwrt/pull/4046#issuecomment-1091596559 Signed-off-by: Reinhard Max --- .../ramips/dts/mt7621_hilink_hlk

Re: [PATCH 1/3] ramips: hlk-7621a-evb: remove WiFi support

2022-04-13 Thread Reinhard Max
Hi, I forgot to mention that these three patches are meant to go into 21.03 as well, to complete support for this board. cu Reinhard ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt

Re: [PATCH 1/3] ramips: hlk-7621a-evb: remove WiFi support

2022-04-13 Thread Reinhard Max
Am 13.04.2022 15:27, schrieb Reinhard Max: I forgot to mention that these three patches are meant to go into 21.03 as well, to complete support for this board. 22.03, of course. Sorry for the noise. But support for this board should also easily be backportable to 21.02, if the policy allows

Re: [PATCH 1/3] ramips: hlk-7621a-evb: remove WiFi support

2022-04-20 Thread Reinhard Max
this EEPROM data is only there by accident, because some SDK or BSP from MediaTek happens to have it there by default, configured for some common WiFi chip, and the module manufacturer did not bother to disable it, although it is not really needed. cu Rei

Re: [PATCH 2/3] ramips: hlk-7621a-evb: read MAC address from flash

2022-06-02 Thread Reinhard Max
Hi, Am 13.04.2022 13:42, schrieb Reinhard Max: Two MAC addresses are apparently located at offsets 0xe000 and 0xe006 in the factory partition on these devices. Change the dts to use the first one. See also: https://github.com/openwrt/openwrt/pull/4046#issuecomment-1091596559 is there

Re: [PATCH 3/3] ramips: hlk-7621a-evb: rename switch ports

2022-06-02 Thread Reinhard Max
Hi, I would like to ask for a discussion and/or decision on this one. Am 13.04.2022 13:42, schrieb Reinhard Max: Rename the switch ports from 'lan[1..4]' and 'wan' to 'p[0..4]'. This matches the SoC documentation and the silkscreen for the port LEDs on the module

Re: [OpenWrt-Devel] Quectel RM500Q failing to get ip address assignment with netifd and modemmanager

2020-05-12 Thread Reinhard Speyerer
rt you could leave it out to simplify backporting. >| firmware revision: RM500QGLAAR01A01M4G_BETA_20200316F 1 > [Mar 13 2020 07:00:00] BTW, there is now also a RM500Q R05 firmware available which is required e.g. to use 5G networks in standalone mode. Regards, Reinhard ___