<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/noltari/config, branch master</title>
<subtitle>Staging tree of Alvaro Fernandez Rojas</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/noltari/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/noltari/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/noltari/'/>
<updated>2023-03-05T16:36:01Z</updated>
<entry>
<title>kernel: set default for KERNEL_BPF_KPROBE_OVERRIDE</title>
<updated>2023-03-05T16:36:01Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2023-02-20T14:00:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/noltari/commit/?id=4448b27930526e700d2fcb882bad2fd10aa17918'/>
<id>urn:sha1:4448b27930526e700d2fcb882bad2fd10aa17918</id>
<content type='text'>
Without the default value this still causes a missing symbol. Disable by
default as it depends on FUNCTION_ERROR_INJECTION, which is disabled in
the generic config and we don't have a build symbol to enable that.

Fixes: 500c37c56ff6 ("kernel: add missing symbol")
Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>build: fix for sourcing targets image config installed via feeds</title>
<updated>2023-02-26T21:22:48Z</updated>
<author>
<name>Prasun Maiti</name>
</author>
<published>2022-11-16T11:03:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/noltari/commit/?id=522a60cd31686a3d1b6d7ed1229eb68568aa89ac'/>
<id>urn:sha1:522a60cd31686a3d1b6d7ed1229eb68568aa89ac</id>
<content type='text'>
Sourcing of image/Config.in will not happen
When a target is installed from target/linux/feeds/

Signed-off-by: Prasun Maiti &lt;prasunmaiti87@gmail.com&gt;
Acked-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>kernel: set default values for ARM low level debugging symbols</title>
<updated>2023-02-08T15:21:05Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2023-02-08T11:30:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/noltari/commit/?id=721206a1b14fc5eba7ba8e20d979b26baf934e0d'/>
<id>urn:sha1:721206a1b14fc5eba7ba8e20d979b26baf934e0d</id>
<content type='text'>
Set default values for KERNEL_DEBUG_LL and KERNEL_DEBUG_LL_UART_NONE again
as both of these symbols are non visible if KERNEL_EARLY_PRINTK is not
selected and KConfig wont write their value to .config.

This usually is the intended behaviour, but in OpenWrt we are relying on
the KConfig to set these and disable the debug console settings that
multiple targets like mvebu have set in their kernel config.
This was the behaviour before removing all of the "default n" settings
as KConfig by default considers symbols disabled but they are not visible
anymore and thus their value is not set in .config and build system then
later does not override the values from target kernel config.

So, to restore the behaviour to the previous one lets a default value for
KERNEL_DEBUG_LL and KERNEL_DEBUG_LL_UART_NONE.

Fixes: 8bc72ea7be39 ("treewide: strip useless default n Kconfig lines")
Tested-by: Georgi Valkov &lt;gvalkov@gmail.com&gt;
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: strip useless `default n` Kconfig lines</title>
<updated>2023-02-03T11:50:15Z</updated>
<author>
<name>Tony Butler</name>
</author>
<published>2022-12-25T23:11:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/noltari/commit/?id=8bc72ea7be3976711dacc09f0fdab061d6e5152a'/>
<id>urn:sha1:8bc72ea7be3976711dacc09f0fdab061d6e5152a</id>
<content type='text'>
Kconfig docs say:
&gt; The default value deliberately defaults to 'n' in order to avoid
&gt; bloating the build.

Apply this rule everywhere, to avoid more cloning of bad examples

Signed-off-by: Tony Butler &lt;spudz76@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: make it possible for packages to select page pool support</title>
<updated>2023-01-29T09:08:21Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2023-01-27T18:07:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/noltari/commit/?id=d02d4556789f59f472c3134569a341a48f18c1ec'/>
<id>urn:sha1:d02d4556789f59f472c3134569a341a48f18c1ec</id>
<content type='text'>
Will be used by the next mt76 update

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: fix incomplete initramfs compression options</title>
<updated>2023-01-17T00:16:35Z</updated>
<author>
<name>Tony Butler</name>
</author>
<published>2022-11-29T01:37:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/noltari/commit/?id=4a444e576fd26764ed11aed8c3bdf2281bba3cc6'/>
<id>urn:sha1:4a444e576fd26764ed11aed8c3bdf2281bba3cc6</id>
<content type='text'>
Requires: tools/lz4, tools/lzop

complete the wiring so that these options work:
* `CONFIG_KERNEL_INITRAMFS_COMPRESSION_LZO`
* `CONFIG_KERNEL_INITRAMFS_COMPRESSION_LZ4`

Signed-off-by: Tony Butler &lt;spudz76@gmail.com&gt;
[remove blocking dependencies for separate ramdisk, fix lzop options]
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>ipq807x: add Qualcomm Atheros IPQ807x target</title>
<updated>2023-01-16T11:42:23Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2022-02-05T22:40:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/noltari/commit/?id=b5f32064ed0c3a8b897377ec2fc895dc7a5f1bc8'/>
<id>urn:sha1:b5f32064ed0c3a8b897377ec2fc895dc7a5f1bc8</id>
<content type='text'>
Qualcomm Atheros IPQ807x is a modern WiSoC featuring:
* Quad Core ARMv8 Cortex A-53
	* @ 2.2 GHz (IPQ8072A/4A/6A/8A) Codename Hawkeye
	* @ 1.4 GHz (IPQ8070A/1A) Codename Acorn
* Dual Band simultaneaous IEEE 802.11ax
	* 5G: 8x8/80 or 4x4/160MHz (IPQ8074A/8A)
	* 5G: 4x4/80 or 2x2/160MHz (IPQ8071A/2A/6A)
	* 5G: 2x2/80MHz (IPQ8070A)
	* 2G: 4x4/40MHz (IPQ8072A/4A/6A/8A)
	* 2G: 2x2/40MHz (IPQ8070A/1A)
* 1x PSGMII via QCA8072/5 (Max 5x 1GbE ports)
* 2x SGMII/USXGMII (1/2.5/5/10 GbE) on Hawkeye
* 2x SGMII/USXGMII (1/2.5/5 GbE) on Acorn
* DDR3L/4 32/16 bit up to 2400MT/s
* SDIO 3.0/SD card 3.0/eMMC 5.1
* Dual USB 3.0
* One PCIe Gen2.1 and one PCIe Gen3.0 port (Single lane)
* Parallel NAND (ONFI)/LCD
* 6x QUP BLSP SPI/I2C/UART
* I2S, PCM, and TDMA
* HW PWM
* 1.8V configurable GPIO
* Companion PMP8074 PMIC via SPMI (GPIOS, RTC etc)

Note that only v2 SOC models aka the ones ending with A suffix are
supported, v1 models do not comply to the final 802.11ax and have
lower clocks, lack the Gen3 PCIe etc.

SoC itself has two UBI32 cores for the NSS offloading system, however
currently no offloading is supported.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: images: squashfs: add help, fix description</title>
<updated>2022-12-06T22:12:14Z</updated>
<author>
<name>Tony Butler</name>
</author>
<published>2022-11-28T12:00:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/noltari/commit/?id=6cee46def01a0d51d1fb003d92e0840f87aa8822'/>
<id>urn:sha1:6cee46def01a0d51d1fb003d92e0840f87aa8822</id>
<content type='text'>
add help text for `TARGET_SQUASHFS_BLOCK_SIZE` to match the only valid
settings accepted by `mksquashfs4` ("block size not power of two or not
between 4096 and 1Mbyte") thus for this setting in "KB", the set:
  `4, 8, 16, 32, 64, 128, 256, 512, 1024`

replace `squashfs-lzma` with `squashfs` in the description for
`TARGET_ROOTFS_SQUASHFS` because it has various compressions, and not
just lzma as it did in the past

cosmetic change with no functional effect

Signed-off-by: Tony Butler &lt;spudz76@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: config: cleanup impossible dependency logic</title>
<updated>2022-12-03T19:45:55Z</updated>
<author>
<name>Tony Butler</name>
</author>
<published>2022-11-28T12:05:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/noltari/commit/?id=7e83cdf3f7024e563088d69c6e95f772634fb098'/>
<id>urn:sha1:7e83cdf3f7024e563088d69c6e95f772634fb098</id>
<content type='text'>
some config `depends on` lines contained outdated kernel version checks
that can no longer happen and had become non-operational; clean them up

cosmetic change with no functional effect

Signed-off-by: Tony Butler &lt;spudz76@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "build: fix for sourcing target image config a when target is being replaced"</title>
<updated>2022-11-09T21:28:53Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2022-11-09T21:28:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/noltari/commit/?id=901366ad66ff904f2aa02fba1e1411580aedebc1'/>
<id>urn:sha1:901366ad66ff904f2aa02fba1e1411580aedebc1</id>
<content type='text'>
This reverts commit ce1346a8fc0ce9640a4ecbc37bc1686a25c1165d.

Seems to cause buildbot compilation to fail and require more testing.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
</feed>
