[PATCH 00/14] Add support for NVIDIA Jetson TX1 DevKit

2024-10-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak The work here is partially based on tree from Koen[1]. This comes with new sub-target with enabled optimisation for Cortex-A57. I'm inclined to drop the optimisation, since that would allow to narrow build to nonshared packages, but first I would like to have some input

[PATCH 11/14] linux-firmware: add support for NVIDIA GM20B GPU

2024-10-29 Thread Tomasz Maciej Nowak
From: Koen Vandeputte This commit allows to install the required firmware files for the GM20B GPU. This GPU is based on Maxwell and is present on Tegra X1 SoC. Signed-off-by: Koen Vandeputte [reword, add missing firmware file] Signed-off-by: Tomasz Maciej Nowak --- package/firmware/linux-firm

[PATCH usteer v2 2/3] New aggressive roaming - optimizations

2024-10-29 Thread Nils Hendrik Rottgardt
Optimized handling of aggressive roaming - Take care of correct disassociation_timer corresponding to kick_time - Added some messages (verbose and debug) - Corrected assisted roaming as disassociation_imminent has to be false as no kick is planned Signed-off-by: Nils Hendrik Rottgardt --- band

[PATCH usteer v2 3/3] According to IEEE specs added a countdown before kicking the station

2024-10-29 Thread Nils Hendrik Rottgardt
- Disaccociation Timer will run a countdown before disaccociate the station - Supporting multiple transisiton requests if validity period of neighbors is over Signed-off-by: Nils Hendrik Rottgardt --- band_steering.c | 20 ++-- policy.c| 6 +- usteer.h| 1 +

[PATCH 12/14] kernel: modules: package Tegra and Nouveau DRM drivers

2024-10-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Responsible for console output on HDMI port and power management of the SoC. Unfortunately need to be built as modules because of necesarry firmware. Signed-off-by: Tomasz Maciej Nowak --- package/kernel/linux/modules/video.mk | 57 +++ target/

[PATCH 0/1] rpcd: implement lstat

2024-10-29 Thread Paul Donald
This augments rpcd to be able to inspect symbolic links, instead of simply returning the linked file info. See also: https://github.com/openwrt/rpcd/pull/9 root@OpenWrt:/# ubus call file stat '{"path":"/etc/os-release"}' { "path": "/etc/os-release", "type": "file", "size"

[PATCH 1/1] file: linkstat to get link stat info

2024-10-29 Thread Paul Donald
Tested on: 23.05.5 Signed-off-by: Paul Donald --- file.c | 38 +++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/file.c b/file.c index 1e5b2f4..f14b274 100644 --- a/file.c +++ b/file.c @@ -246,7 +246,7 @@ next: static struct blob_attr ** __rp

[PATCH 04/14] linux-firmware: package Tegra X1 USB firmware

2024-10-29 Thread Tomasz Maciej Nowak
From: Koen Vandeputte Used on boards integrating Tegra X1 SoC, necessary for USB bringup. Signed-off-by: Koen Vandeputte [separated from USB driver addition, reword] Signed-off-by: Tomasz Maciej Nowak --- package/firmware/linux-firmware/nvidia.mk | 9 + 1 file changed, 9 insertions(+)

[PATCH 09/14] tegra: add support for NVIDIA Jetson TX1 DevKit

2024-10-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Introduce new tegra subtarget featuring Jetson TX1 Developer Kit. This Kit consist o two parts, a system on module (P2180) and base board (P2597). The follownig brief specification will treat both as a single device and mention mostly OpenWrt relevant features. CPU: NVI

[PATCH 13/14] kernel: modules: package Tegra X1 sound modules

2024-10-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak To make Power Management Circuit (PMC) happy. Signed-off-by: Tomasz Maciej Nowak --- package/kernel/linux/modules/sound.mk | 77 +++ target/linux/tegra/image/armv8.mk | 5 +- 2 files changed, 80 insertions(+), 2 deletions(-) diff --git a/

[PATCH 0/1] rpcd: implement lstat

2024-10-29 Thread Paul Donald
From: Paul Donald This augments rpcd to be able to inspect symbolic links, instead of simply returning the linked file info. See also: https://github.com/openwrt/rpcd/pull/9 root@OpenWrt:/# ubus call file stat '{"path":"/etc/os-release"}' { "path": "/etc/os-release", "type": "f

[PATCH 1/1] file: linkstat to get link stat info

2024-10-29 Thread Paul Donald
From: Paul Donald Tested on: 23.05.5 Signed-off-by: Paul Donald --- file.c | 38 +++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/file.c b/file.c index 1e5b2f4..f14b274 100644 --- a/file.c +++ b/file.c @@ -246,7 +246,7 @@ next: static struc

[PATCH 07/14] uboot-tegra: bump version to 2024.10

2024-10-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Simple maintenace bump. No affecting changes. Signed-off-by: Tomasz Maciej Nowak --- package/boot/uboot-tegra/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile in

[PATCH 06/14] build: add support for cortex-a57 cpu

2024-10-29 Thread Tomasz Maciej Nowak
From: Koen Vandeputte Tegra X1 has only Cortex-A57 cores, so add optimisation for upcoming device. Signed-off-by: Koen Vandeputte [add commit message] Signed-off-by: Tomasz Maciej Nowak --- include/target.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/include/target.mk b/include/targe

[PATCH 14/14] kernel: modules: package Tegra Video Input module

2024-10-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Support for video input from connected camera sensors. Signed-off-by: Tomasz Maciej Nowak --- package/kernel/linux/modules/usb.mk | 1 + package/kernel/linux/modules/video.mk | 29 +-- target/linux/tegra/image/armv8.mk | 2 +- 3 files c

[PATCH 10/14] linux-firmware: package Tegra X1 VIC firmware

2024-10-29 Thread Tomasz Maciej Nowak
From: Koen Vandeputte This adds the required blob for the Video Image Compositor. Signed-off-by: Koen Vandeputte [reword commit title] Signed-off-by: Tomasz Maciej Nowak --- package/firmware/linux-firmware/nvidia.mk | 8 1 file changed, 8 insertions(+) diff --git a/package/firmware/

[PATCH 08/14] uboot-tegra: build NVIDIA Jetson TX1 DevKit image

2024-10-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Complementary addition for upcoming NVIDIA Jetson TX1 DevKit support. Signed-off-by: Tomasz Maciej Nowak --- package/boot/uboot-tegra/Makefile | 17 +- ...a-pass-cboot-MAC-addresses-to-os-fdt.patch | 176 ++ ...2180-pass-bt-and-wifi-mac-to

[PATCH 05/14] linux-firmware: package BCM4354 NVRAM for Jetson TX1

2024-10-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Needed for ingerated WiFi module. Signed-off-by: Tomasz Maciej Nowak --- package/firmware/linux-firmware/broadcom.mk | 9 + ...01-brcm-replace-NVRAM-for-Jetson-TX1.patch | 155 ++ 2 files changed, 164 insertions(+) create mode 100644 package/firm

[PATCH 02/14] tegra: rename generic subtarget to armv7

2024-10-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Preparation for new subtarget addition. Additionally drop BOOT_SCRIPT variable, since there's only single bootscript. Signed-off-by: Tomasz Maciej Nowak --- package/boot/uboot-tegra/Makefile | 2 +- target/linux/tegra/Makefile | 9 +

[PATCH 01/14] kernel: modules: enable UART variant of Broadcom bluetooth

2024-10-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Bunch of SBC integrate SDIO Broadcom BT+WiFi module, but while WiFi uses SDIO lines, the BT part usually is connected to UART lines, instead of SDIO, like most would asume, so package module responsible for it to unlock this feature. Caveat is, this driver needs firmware

[PATCH 03/14] kernel: modules: package Tegra xHCI and OTG modules

2024-10-29 Thread Tomasz Maciej Nowak
From: Koen Vandeputte These are used on Tegra SoC with USB 3.0 controller. Signed-off-by: Koen Vandeputte [add OTG module, rebase, reword, drop firmware package] Signed-off-by: Tomasz Maciej Nowak --- package/kernel/linux/modules/usb.mk | 37 + 1 file changed, 37 i

Re: Dependency problems with nightly

2024-10-29 Thread Luna Jernberg
This has now been fixed, since Saturday 26th of October 2024 Den fre 25 okt. 2024 kl 05:17 skrev Luna Jernberg : > > luci can't be installed atm: > > https://github.com/openwrt/openwrt/issues/16781 > > https://github.com/openwrt/luci/issues/7350 ___ ope

[PATCH] bcm53xx: add ramdisk to FEATURES

2024-10-29 Thread Evan Jobling 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 --- Cisco/Meraki mx64/mx65 targets req