<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/mans0n/target, 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>2024-03-10T07:32:14Z</updated>
<entry>
<title>ramips: improve support for STORYLiNK SAP-G3200U3</title>
<updated>2024-03-10T07:32:14Z</updated>
<author>
<name>Sungbo Eo</name>
</author>
<published>2024-03-10T04:55:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=261876a067fbf753d50459e3a88354ff873af422'/>
<id>urn:sha1:261876a067fbf753d50459e3a88354ff873af422</id>
<content type='text'>
* Increase flash SPI frequency to 50MHz

  The maximum SPI frequency of MX25L6406EM2I is 86 MHz,
  but in this patch 50 MHz was chosen as a safe value.

* Update Ethernet MAC addresses

  Till now LAN/WAN MAC addresses were flipped
  compared to stock firmware.

* Fix Wi-Fi LEDs by adding mt76 led nodes

* Fix LAN port order

  LAN ports are in reverse order of switch ports.

* Fix the well-known "LZMA ERROR 1" error by using lzma-loader

* Set uImage name, which enables installation via stock web interface:

  1.  Upload **initramfs** image file to the web page.
  2.  Boot into OpenWrt and perform sysupgrade with sysupgrade image.

Signed-off-by: Sungbo Eo &lt;mans0n@gorani.run&gt;
</content>
</entry>
<entry>
<title>ramips: add factory image for ipTIME AX2004M</title>
<updated>2024-03-10T07:32:14Z</updated>
<author>
<name>Sungbo Eo</name>
</author>
<published>2024-02-04T18:57:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=85a8f58483b223951515219ca9b21c31c36f87c8'/>
<id>urn:sha1:85a8f58483b223951515219ca9b21c31c36f87c8</id>
<content type='text'>
Unlike the recovery image, this initramfs-factory image can be flashed
using the stock firmware web interface (from any active boot partition),
as well as the bootloader recovery web page. Drop the recovery image in
favor of the factory image.

Installation via stock/recovery web interface:
1.  Flash **initramfs-factory** image through the web page.
2.  Boot into OpenWrt and perform sysupgrade with sysupgrade image.

Signed-off-by: Sungbo Eo &lt;mans0n@gorani.run&gt;
</content>
</entry>
<entry>
<title>ramips: mt7621: use variable for relocate-kernel argument</title>
<updated>2024-03-10T07:32:14Z</updated>
<author>
<name>Sungbo Eo</name>
</author>
<published>2024-02-04T13:10:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=b94ea518193778312f9f8f88f120b5104cf2327e'/>
<id>urn:sha1:b94ea518193778312f9f8f88f120b5104cf2327e</id>
<content type='text'>
The "0x80001000" address logically comes from "loadaddr-y" variable for
mt7621 subtarget. Let's replace the hardcoded value with the predefined
variable. This change is purely cosmetic.

Signed-off-by: Sungbo Eo &lt;mans0n@gorani.run&gt;
</content>
</entry>
<entry>
<title>ramips: rename mtd partition of ipTIME NAND devices</title>
<updated>2024-03-10T07:32:14Z</updated>
<author>
<name>Sungbo Eo</name>
</author>
<published>2024-02-04T12:46:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=ec45f2f246363a4c2a84e51d0014848bf8c52e9f'/>
<id>urn:sha1:ec45f2f246363a4c2a84e51d0014848bf8c52e9f</id>
<content type='text'>
Contrary to common ipTIME NOR devices, the "Config" partition of T5004
and AX2004M contain normal U-Boot environment variables. Renaming the
partition into "u-boot-env" serves for better description, and it also
conforms to common naming practice in OpenWrt.

This patch might also be extended to A3004T, but its u-boot-env
partition layout has not been confirmed yet.

Signed-off-by: Sungbo Eo &lt;mans0n@gorani.run&gt;
</content>
</entry>
<entry>
<title>ramips: add NMBM support for ipTIME AX2004M</title>
<updated>2024-03-10T07:32:14Z</updated>
<author>
<name>Sungbo Eo</name>
</author>
<published>2023-12-17T16:06:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=7e04a611bc798c27a0dc584959d2c2bdf64da05f'/>
<id>urn:sha1:7e04a611bc798c27a0dc584959d2c2bdf64da05f</id>
<content type='text'>
AX2004M uses NMBM on its NAND flash, but it was not enabled in DTS as the
device support [1] had been added before NMBM feature in mtk_bmt driver [2].
Let's enable it now.

With this change, there is a low possibility of boot failure after
sysupgrade from older versions. As AX2004M already has gone through
two stable releases in the meantime, it would be safe to warn users
by bumping DEVICE_COMPAT_VERSION.

[1] 37753f34ac68 ("ramips: add support for ipTIME AX2004M")
[2] 06382d1af7b2 ("kernel: add support for mediatek NMBM flash mapping support")

Signed-off-by: Sungbo Eo &lt;mans0n@gorani.run&gt;
</content>
</entry>
<entry>
<title>ath79: add support for D-Link COVR-C1200 A1</title>
<updated>2024-03-09T19:00:11Z</updated>
<author>
<name>Sebastian Schaper</name>
</author>
<published>2024-02-11T17:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=ee69f81ca5032f13e39ce7c2515ae9c5ee0a78f1'/>
<id>urn:sha1:ee69f81ca5032f13e39ce7c2515ae9c5ee0a78f1</id>
<content type='text'>
The COVR-C1200 devices are sold as "Whole Home Mesh Wi-Fi"
sets in packs of two (COVR-C1202) and three (COVR-C1203).

Specifications:
 * QCA9563, 16 MiB flash, 128 MiB RAM, 2x3:2 802.11n
 * QCA9886 2x2:2 801.11ac Wave 2
 * AR8337, 2 Gigabit ports (1: WAN; 2: LAN)
 * USB Type-C power connector (5V, 3A)

Installation COVR Point A:
 * In factory reset state: OEM Web UI is at 192.168.0.50
   no DHCP, skip wizard by directly accessing:
     http://192.168.0.50/UpdateFirmware_Simple.html
 * After completing setup wizard: Web UI is at 192.168.0.1
     DHCP enabled, login with empty password
 * Flash factory.bin
 * Perform a factory reset to restore OpenWrt UCI defaults

Installation COVR Points B:
 * OEM Web UI is at 192.168.0.50, no DHCP, empty password
 * Flash factory.bin
 * Perform a factory reset to restore OpenWrt UCI defaults

Recovery:
 * Keep reset button pressed during power on
 * Recovery Web UI is at 192.168.0.50, no DHCP
 * Flash factory.bin
   used to work best with Chromium-based browsers or curl:
     curl -F firmware=@factory.bin \
       http://192.168.0.50/upgrade.cgi
   since this fails to work on modern Linux systems,
   there is also a script dlink_recovery_upload.py

Signed-off-by: Sebastian Schaper &lt;openwrt@sebastianschaper.net&gt;
</content>
</entry>
<entry>
<title>ath79: split dtsi for D-Link COVR-P2500</title>
<updated>2024-03-09T19:00:11Z</updated>
<author>
<name>Sebastian Schaper</name>
</author>
<published>2024-02-11T17:53:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=6fa2ae30bbfa0fb0919fcd0dd3b96b185594c7f1'/>
<id>urn:sha1:6fa2ae30bbfa0fb0919fcd0dd3b96b185594c7f1</id>
<content type='text'>
in preparation of adding COVR-C1200

Signed-off-by: Sebastian Schaper &lt;openwrt@sebastianschaper.net&gt;
</content>
</entry>
<entry>
<title>Revert "ipq-wifi: fix upstream board-2.bin ZTE M289F snafu"</title>
<updated>2024-03-09T19:00:11Z</updated>
<author>
<name>Christian Lamparter</name>
</author>
<published>2024-03-08T20:12:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=0671803bc55853fda25bb134742040d6c19c0797'/>
<id>urn:sha1:0671803bc55853fda25bb134742040d6c19c0797</id>
<content type='text'>
This reverts commit 75505c5ec724b9b961dcb411bac1d4b9aede3e1d.
The issue has been fixed upstream.

Signed-off-by: Christian Lamparter &lt;chunkeey@gmail.com&gt;
</content>
</entry>
<entry>
<title>mediatek: linksys-e8450: improve compat warning</title>
<updated>2024-03-09T14:02:58Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-03-09T13:50:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=330316f0566b67153f72f68635233023af4323be'/>
<id>urn:sha1:330316f0566b67153f72f68635233023af4323be</id>
<content type='text'>
Include a statement about having to run the installer in the
sysupgrade compat warning for the Linksys E8450 (UBI).

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>mediatek: wait for fitblk rootfs</title>
<updated>2024-03-09T14:02:58Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-03-09T13:48:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mans0n/commit/?id=cd4de3251c1ffd572a563e6567598a875068acc2'/>
<id>urn:sha1:cd4de3251c1ffd572a563e6567598a875068acc2</id>
<content type='text'>
Probing of the fitblk driver in some situations happens after the kernel
attempts to mount rootfs, which then fails.
Always use 'rootwait' when using fitblk for rootfs.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
