<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/dedeckeh/config, branch master</title>
<subtitle>Staging tree of dedeckeh</subtitle>
<id>https://git.openwrt.org/openwrt/staging/dedeckeh/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/dedeckeh/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/'/>
<updated>2023-03-21T17:28:24Z</updated>
<entry>
<title>build: add a config knob to enable LTO for all packages</title>
<updated>2023-03-21T17:28:24Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-01-28T14:24:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=9ea7019ffd60ab3ef5a5654116fbc339f856482c'/>
<id>urn:sha1:9ea7019ffd60ab3ef5a5654116fbc339f856482c</id>
<content type='text'>
This enables LTO for all packages which haven't opted-out.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: add a config knob to enable gc-sections for all packages</title>
<updated>2023-03-21T17:28:23Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-02-03T12:15:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=aef8bab9d71d85dcb6d99ff70078be3f2bdfbf61'/>
<id>urn:sha1:aef8bab9d71d85dcb6d99ff70078be3f2bdfbf61</id>
<content type='text'>
This enables the linker's garbage collection for all packages which haven't
opted-out.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: Add CONFIG_KERNEL_HARDLOCKUP_DETECTOR</title>
<updated>2023-03-19T17:44:46Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2023-03-08T20:31:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=b844716158dc8060d53785cbf4ecb022ebb255a2'/>
<id>urn:sha1:b844716158dc8060d53785cbf4ecb022ebb255a2</id>
<content type='text'>
Make it possible to change the kernel configuration option
CONFIG_HARDLOCKUP_DETECTOR from OpenWrt.

Signed-off-by: Hauke Mehrtens &lt;hmehrtens@maxlinear.com&gt;
</content>
</entry>
<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.openwrt.org/openwrt/staging/dedeckeh/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.openwrt.org/openwrt/staging/dedeckeh/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.openwrt.org/openwrt/staging/dedeckeh/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.openwrt.org/openwrt/staging/dedeckeh/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.openwrt.org/openwrt/staging/dedeckeh/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.openwrt.org/openwrt/staging/dedeckeh/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.openwrt.org/openwrt/staging/dedeckeh/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>
</feed>
