<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/mans0n/config/Config-images.in, branch master</title>
<subtitle>Staging tree of Sungbo Eo</subtitle>
<id>https://git.openwrt.org/openwrt/staging/mans0n/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/mans0n/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/'/>
<updated>2023-11-29T22:43:01Z</updated>
<entry>
<title>target: Make TARGET_SERIAL independent of GRUB configuration</title>
<updated>2023-11-29T22:43:01Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2023-11-26T22:04:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=4211eab085ba38be024dc27731ee8135a671a8e8'/>
<id>urn:sha1:4211eab085ba38be024dc27731ee8135a671a8e8</id>
<content type='text'>
GRUB_SERIAL is also used for the default serial on the target and not
only in grub. When no grub was build it was not available and the build
fails.

Rename GRUB_SERIAL to TARGET_SERIAL and make it always available on x86
and armsr targets.

Fixes: #14063
Fixes: b10768476f9d ("x86,armsr: interpolate GRUB_SERIAL into /etc/inittab")
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>ipq807x: rename target to qualcommax</title>
<updated>2023-06-16T09:11:08Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2023-06-11T17:32:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=f02f6aaa8d4e1025ab4aa9f569123e57f689f4e5'/>
<id>urn:sha1:f02f6aaa8d4e1025ab4aa9f569123e57f689f4e5</id>
<content type='text'>
Currently, ipq807x only covers Qualcomm IPQ807x SoC-s.
However, Qualcomm also has IPQ60xx and IPQ50xx SoC-s under the AX WiSoC-s
and they share a lot of stuff with IPQ807x, especially IPQ60xx so to avoid
duplicating kernel patches and everything lets make a common target with
per SoC subtargets.

Start doing that by renaming ipq807x to qualcommax so that dependencies
on ipq807x target can be updated.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>config: change references from armvirt to armsr</title>
<updated>2023-06-10T19:30:20Z</updated>
<author>
<name>Mathew McBride</name>
</author>
<published>2023-06-06T23:22:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=40ce6a7920a8f56d07228795a526576a8762aead'/>
<id>urn:sha1:40ce6a7920a8f56d07228795a526576a8762aead</id>
<content type='text'>
armvirt target has been renamed to armsr (Arm SystemReady),
so the config defaults need to be changed as well.

Signed-off-by: Mathew McBride &lt;matt@traverse.com.au&gt;
</content>
</entry>
<entry>
<title>build: enable vmdk/vmware images for arm64 target</title>
<updated>2023-06-02T09:36:19Z</updated>
<author>
<name>Mathew McBride</name>
</author>
<published>2022-01-12T05:53:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=f899e0e024825861e129b0e8fbfb31c1d614273a'/>
<id>urn:sha1:f899e0e024825861e129b0e8fbfb31c1d614273a</id>
<content type='text'>
This is useful for VMware's ARM64 products, e.g Fusion for M1/ARM Macs.

Signed-off-by: Mathew McBride &lt;matt@traverse.com.au&gt;
</content>
</entry>
<entry>
<title>build: use 128MiB as the boot/kernel partition size on armvirt target</title>
<updated>2023-06-02T09:36:18Z</updated>
<author>
<name>Mathew McBride</name>
</author>
<published>2021-06-01T01:48:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=71e56b2ff1e8aeb3205784c0b5f8ca6ba0fbbf63'/>
<id>urn:sha1:71e56b2ff1e8aeb3205784c0b5f8ca6ba0fbbf63</id>
<content type='text'>
The nominal partition type for EFI boot partitions is FAT32,
which has a minimum size of 32MiB on a 512-byte-sector block device.

To ensure that the boot partition is created as FAT32 set a size
well above this minimum.

A useful discussion about EFI partition sizes can be found here:
https://superuser.com/questions/1310927/what-is-the-absolute-minimum-size-a-uefi-system-partition-can-be

I have found 128MiB works pretty consistently across both
tools (mkfs.fat) and firmwares (EDKII)

Signed-off-by: Mathew McBride &lt;matt@traverse.com.au&gt;
</content>
</entry>
<entry>
<title>grub2: enable EFI for armvirt</title>
<updated>2023-06-02T09:36:12Z</updated>
<author>
<name>Mathew McBride</name>
</author>
<published>2021-02-24T04:53:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=8f29b1573ddf3b7ed7c53bee1a7d55e574806205'/>
<id>urn:sha1:8f29b1573ddf3b7ed7c53bee1a7d55e574806205</id>
<content type='text'>
This adds a separate package for EFI on Arm SystemReady
compatible machines. 32-bit Arm UEFI is supported as well.

It is very similar to x86-64 EFI setup, without the
need for BIOS backward compatibility and slightly
different default modules.

Signed-off-by: Mathew McBride &lt;matt@traverse.com.au&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/mans0n/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>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/mans0n/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>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/mans0n/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/mans0n/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>
