Re: [PATCH firmware-utils] tplink-safeloader: TP-Link Deco M4R-V3 and Deco M5 support

2022-04-24 Thread Sander Vanheule
Hi Ole Kristian, On Tue, 2022-04-19 at 15:46 +0200, Ole Kristian Lona wrote: > > Support for creating images for TP-Link Deco M4R version 3, and for M5. Please provide separate patches for: * image generation code changes * Deco M4R v3 * Deco M5  > > Partition table and supportlists were

Re: [PATCH] tplink-safeloader: add TP-Link Deco M4R v1 and v2 support

2022-04-24 Thread Sander Vanheule
Hi, On Fri, 2022-04-22 at 01:09 +0300, Foica David wrote: > Support creating images for TP-Link Deco M4R v1 and v2. > > Original partition layout from OEM image: >  partition fs-uboot base 0x0 size 0x8 >  partition os-image base 0x8 size 0x20 >  partition file-system base

OpenWrt 22.03.0-rc1 first release candidate

2022-04-24 Thread Hauke Mehrtens
Hi, The OpenWrt community is proud to announce the first release candidate of the upcoming OpenWrt 22.03 stable version series. It incorporates over 3400 commits since branching the previous OpenWrt 21.02 release and has been under development for about one year. This is just a release

[PATCH] realtek: do not reset SerDes on link change

2022-04-24 Thread Birger Koblitz
This fixes a bug where frames sent to the switch itself were flooded to all ports unless the MAC address of the CPU-port was learned otherwise. Tested-by: Wenli Looi Tested-by: Bjørn Mork Signed-off-by: Birger Koblitz --- .../linux/realtek/files-5.10/drivers/net/dsa/rtl83xx/dsa.c | 6 ++

Re: [PATCH] realtek: do not reset SerDes on link change

2022-04-24 Thread Bjørn Mork
That subject doesn't look quite right? Bjørn ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [PATCH] realtek: do not reset SerDes on link change

2022-04-24 Thread Birger Koblitz
Oops, I was trying to do too many things at the same time Please forget that and I shall resend the email properly. Birger On 24.04.22 20:30, Bjørn Mork wrote: > That subject doesn't look quite right? > > > Bjørn > ___ openwrt-devel mailing

[PATCH v2] realtek: do not reset SerDes on link change

2022-04-24 Thread Birger Koblitz
Do not reset the RTL930x SerDes on link changes, instead set up the SDS with internal PHYs for the SFP+ ports only. This fixes the 8 1GBit ports on the Zyxel XGS1250 which do not work without this patch. Tested-by: Stijn Segers Signed-off-by: Birger Koblitz --- v2: A different patch was

Re: [PATCH] [firmware-utils PATCH v2] tplink-safeloader: add TP-Link Deco M4R v1 and v2 support

2022-04-24 Thread Sander Vanheule
On Sun, 2022-04-24 at 19:09 +0300, Foica David wrote: > Support creating images for TP-Link Deco M4R v1 and v2. > > Original partition layout from OEM image: >  partition fs-uboot base 0x0 size 0x8 >  partition os-image base 0x8 size 0x20 >  partition file-system base 0x28

[PATCH] [firmware-utils PATCH v2] tplink-safeloader: add TP-Link Deco M4R v1 and v2 support

2022-04-24 Thread Foica David
Support creating images for TP-Link Deco M4R v1 and v2. Original partition layout from OEM image: partition fs-uboot base 0x0 size 0x8 partition os-image base 0x8 size 0x20 partition file-system base 0x28 size 0xc0 partition product-info base 0xe8 size 0x05000

[sdwalker/sdwalker.github.io] 909156: This week's update

2022-04-24 Thread Stephen Walker via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Branch: refs/heads/master

[PATCH] realtek: Trap all frames with switch as destination to CPU-port

2022-04-24 Thread Birger Koblitz
This fixes a bug where frames sent to the switch itself were flooded to all ports unless the MAC address of the CPU-port was learned otherwise. Tested-by: Wenli Looi Tested-by: Bjørn Mork Signed-off-by: Birger Koblitz --- This was previously sent as a patch with a wrong subject "[PATCH]

Re: [PATCH] [firmware-utils PATCH v2] tplink-safeloader: add TP-Link Deco M4R v1 and v2 support

2022-04-24 Thread KinteLiX
On Sun, 24 Apr 2022 at 23:37, Sander Vanheule wrote: > > On Sun, 2022-04-24 at 19:09 +0300, Foica David wrote: > > Support creating images for TP-Link Deco M4R v1 and v2. > > > > Original partition layout from OEM image: > > partition fs-uboot base 0x0 size 0x8 > > partition os-image