Re: [RFC PATCH 0/2] toolchain: build all user space with sanitizer on glibc

2023-01-04 Thread Christian Marangi
On Sun, Jan 17, 2021 at 06:10:34PM +0100, Hauke Mehrtens wrote: > This patch allows to build most the OpenWrt user space with address and > undefined behavior sanitizer activated by default. > This only works with glibc and gcc 10 and I only tested this on x86 64 > so far. It is not intended to

Re: [PATCH 3/8] ipq806x: config-5.15: Normalize

2023-01-04 Thread Robert Marko
On Wed, 4 Jan 2023 at 14:21, Christian Marangi wrote: > > On Mon, Jan 02, 2023 at 03:25:29PM -0800, Brian Norris wrote: > > Normalize = `make kernel_menuconfig`, save. > > Better be less cryptic and use something like "Refresh target config > with make kernel_menuconfig, save" > > > > >

Re: [PATCH 4/8] ipq806x: Enable CONFIG_IPQ_LCC_806X

2023-01-04 Thread Robert Marko
On Wed, 4 Jan 2023 at 14:03, Christian Marangi wrote: > > On Mon, Jan 02, 2023 at 03:25:30PM -0800, Brian Norris wrote: > > Clock controller used by some IP blocks (e.g., LPASS / audio) on > > IPQ8064. > > Since this will be only for 2 target, should we consider introducing ko > for LPASS? They

Re: [PATCH 6/8] kernel: Add kmod-sound-soc-ipq8064-storm

2023-01-04 Thread Robert Marko
On Wed, 4 Jan 2023 at 14:24, Christian Marangi wrote: > > On Mon, Jan 02, 2023 at 03:25:32PM -0800, Brian Norris wrote: > > For IPQ8064 systems based off the "Google Storm" reference platform, > > such as the TP-Link OnHub. > > As this is really ipq806x specific, instead of bloating the

Re: [PATCH 3/8] ipq806x: config-5.15: Normalize

2023-01-04 Thread Robert Marko
On Wed, 4 Jan 2023 at 14:30, Christian Marangi wrote: > > On Wed, Jan 04, 2023 at 02:28:19PM +0100, Robert Marko wrote: > > On Wed, 4 Jan 2023 at 14:21, Christian Marangi wrote: > > > > > > On Mon, Jan 02, 2023 at 03:25:29PM -0800, Brian Norris wrote: > > > > Normalize = `make

Re: [PATCH 7/8] ath10k-ct: Support qcom,ath10k-calibration-data-base64

2023-01-04 Thread Robert Marko
On Tue, 3 Jan 2023 at 00:30, Brian Norris wrote: > > See the patch notes about the stock firmware for TP-Link Onhub and > https://chromium-review.googlesource.com/243115. > > As noted there, the production firmware for Google OnHub devices only > provide the *-base64 Device Tree property, and so

Re: [PATCH 3/8] ipq806x: config-5.15: Normalize

2023-01-04 Thread Christian Marangi
On Wed, Jan 04, 2023 at 02:28:19PM +0100, Robert Marko wrote: > On Wed, 4 Jan 2023 at 14:21, Christian Marangi wrote: > > > > On Mon, Jan 02, 2023 at 03:25:29PM -0800, Brian Norris wrote: > > > Normalize = `make kernel_menuconfig`, save. > > > > Better be less cryptic and use something like

Re: [PATCH 5/8] ipq8064: ASoC: qcom: lpass-cpu: Fix fallback SD line index handling

2023-01-04 Thread Robert Marko
On Wed, 4 Jan 2023 at 14:04, Christian Marangi wrote: > > On Mon, Jan 02, 2023 at 03:25:31PM -0800, Brian Norris wrote: > > This fixes device tree registration for 'qcom,lpass-cpu' as used by > > qcom-ipq8064 SoCs, and allows speaker audio to function. > > > > This patch has been submitted (and

Re: [PATCH 7/8] ath10k-ct: Support qcom,ath10k-calibration-data-base64

2023-01-04 Thread Christian Marangi
On Mon, Jan 02, 2023 at 03:25:33PM -0800, Brian Norris wrote: > See the patch notes about the stock firmware for TP-Link Onhub and > https://chromium-review.googlesource.com/243115. > > As noted there, the production firmware for Google OnHub devices only > provide the *-base64 Device Tree

Re: [PATCH 6/8] kernel: Add kmod-sound-soc-ipq8064-storm

2023-01-04 Thread Christian Marangi
On Mon, Jan 02, 2023 at 03:25:32PM -0800, Brian Norris wrote: > For IPQ8064 systems based off the "Google Storm" reference platform, > such as the TP-Link OnHub. As this is really ipq806x specific, instead of bloating the kernel/linux mk a better approach is to create some .mk specific for the

Re: [PATCH 2/8] ipq806x: Point to externally compiled dtbs in recipes

2023-01-04 Thread Christian Marangi
On Mon, Jan 02, 2023 at 03:25:28PM -0800, Brian Norris wrote: > See also: > > commit 4d8b42d8a7774070ac0439915f8de1430db9a8e3 > Author: Tomasz Maciej Nowak > Date: Thu Aug 25 20:26:11 2022 +0200 > > ipq40xx: point to externally compiled dtbs in recipes > > Adjusting dts will cause a

Re: [PATCH 3/8] ipq806x: config-5.15: Normalize

2023-01-04 Thread Christian Marangi
On Mon, Jan 02, 2023 at 03:25:29PM -0800, Brian Norris wrote: > Normalize = `make kernel_menuconfig`, save. Better be less cryptic and use something like "Refresh target config with make kernel_menuconfig, save" > > Signed-off-by: Brian Norris > --- > > target/linux/ipq806x/config-5.15 | 20

Re: [PATCH 4/8] ipq806x: Enable CONFIG_IPQ_LCC_806X

2023-01-04 Thread Christian Marangi
On Mon, Jan 02, 2023 at 03:25:30PM -0800, Brian Norris wrote: > Clock controller used by some IP blocks (e.g., LPASS / audio) on > IPQ8064. Since this will be only for 2 target, should we consider introducing ko for LPASS? They are not mandatory for boot so I think they should be able to get

Re: [PATCH 5/8] ipq8064: ASoC: qcom: lpass-cpu: Fix fallback SD line index handling

2023-01-04 Thread Christian Marangi
On Mon, Jan 02, 2023 at 03:25:31PM -0800, Brian Norris wrote: > This fixes device tree registration for 'qcom,lpass-cpu' as used by > qcom-ipq8064 SoCs, and allows speaker audio to function. > > This patch has been submitted (and merged, for -next) upstream. Considering it's tagged for stable

Re: [PATCH 1/8] base-files: Remove nand.sh dependency from emmc upgrade

2023-01-04 Thread Christian Marangi
On Mon, Jan 02, 2023 at 03:25:27PM -0800, Brian Norris wrote: > emmc_do_upgrade() relies on identify() from the nand.sh upgrade helper. > This only works because FEATURES=emmc targets also tend to include > FEATURES=nand. > > Signed-off-by: Brian Norris > --- > >