[PATCH] brcm: add CLM BLOB files for Luxul devices

2023-06-01 Thread Dan Haab
From: Dan Haab Add per-device regulatory configuration files for complete channel support and maximum transmission power per regulatory domain. Signed-off-by: Dan Haab --- WHENCE | 15 +++ ...rcmfmac4366c-pcie.luxul,xap-1610-v1.clm_blob

[OpenWrt-Devel] [PATCH] bcm53xx: add support for Luxul FullMAC WiFi devices

2020-04-06 Thread Dan Haab
From: Dan Haab This prepares support for models XAP-1610 and XWR-3150. Flashing requires using Luxul firmware version: 1) 8.1.0 or newer for XAP-1610 2) 6.4.0 or newer for XWR-3150 and uploading firmware using "Firmware Update" web UI page. Signed-off-by: Dan Haab --- .../bcm53xx/

[OpenWrt-Devel] [PATCH] bcm53xx: add support for Luxul FullMAC WiFi devices

2020-04-06 Thread Dan Haab
From: Dan Haab This prepares support for models XAP-1610 and XWR-3150. Flashing requires using Luxul firmware version: 1) 8.1.0 or newer for XAP-1610 2) 6.4.0 or newer for XWR-3150 and uploading firmware using "Firmware Update" web UI page. Signed-off-by: Dan Haab --- .../bcm53xx/

[OpenWrt-Devel] [PATCH 1/2] firmware-utils: add lxlfw tool for generating Luxul firmwares

2020-02-05 Thread Dan Haab
From: Dan Haab It's a simple tool prepending image with a Luxul header. Signed-off-by: Dan Haab --- tools/firmware-utils/Makefile| 1 + tools/firmware-utils/src/lxlfw.c | 282 +++ 2 files changed, 283 insertions(+) create mode 100644 tools/firmware

[OpenWrt-Devel] [PATCH 2/2] bcm53xx: build images for Luxul ABR-4500 and XBR-4500 routers

2020-02-05 Thread Dan Haab
From: Dan Haab Luxul ABR-4500 and XBR-4500 devices are wired routers with 5 Ethernet ports and 1 USB 3.0 port. Flashing requires using Luxul firmware 6.4.0 or newer and uploading firmware using "Firmware Update" web UI page. Signed-off-by: Dan Haab --- .../bcm53xx/base-files/e

[OpenWrt-Devel] [PATCH] bcm53xx: sysupgrade: support Luxul NAND devices

2019-10-15 Thread Dan Haab
From: Dan Haab This adds support for UBI-aware sysupgrade using Luxul formats. --- target/linux/bcm53xx/base-files/lib/upgrade/platform.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh b/target/linux/bcm53xx/base-files/lib/upgrade

[OpenWrt-Devel] [PATCH] brcm47xx: sysupgrade: support Luxul firmware format

2019-09-16 Thread Dan Haab
From: Dan Haab Allow flashing Luxul devices using vendor firmware format. Signed-off-by: Dan Haab --- .../brcm47xx/base-files/lib/upgrade/platform.sh| 82 ++ 1 file changed, 82 insertions(+) diff --git a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh b

[OpenWrt-Devel] [PATCH] bcm53xx: sysupgrade: support Luxul firmware format

2019-09-12 Thread Dan Haab
From: Dan Haab Allow flashing Luxul devices using vendor firmware format. The next step will be building proper images once they are conirmed to work. Signed-off-by: Dan Haab --- .../bcm53xx/base-files/lib/upgrade/platform.sh | 84 ++ 1 file changed, 84 insertions