<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/hauke/package/boot, branch master</title>
<subtitle>Hauke Mehrtens staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/hauke/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/hauke/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/hauke/'/>
<updated>2023-11-27T07:02:41Z</updated>
<entry>
<title>mediatek: add support for GL.iNet GL-MT2500</title>
<updated>2023-11-27T07:02:41Z</updated>
<author>
<name>David Bauer</name>
</author>
<published>2023-04-20T17:49:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/hauke/commit/?id=12396686484a488dff1c4a1ee8b5197c552572fe'/>
<id>urn:sha1:12396686484a488dff1c4a1ee8b5197c552572fe</id>
<content type='text'>
Hardware
--------
SoC:  MediaTek MT7981BA
RAM:  1GB DDR4 (NANYA NT5AD512M16C4-JR)
MMC:  8GB eMMC (Samsung 8GTF4R)
ETH:  1000Base-T LAN (ePHY)
      2500Base-T WAN (MaxLinear GPY211C)
BTN:  1x Reset Button
LED:  System (blue/white)
      VPN (white)
USB:  1x USB-A (USB 3.0)
UART: 115200 8N1 - Pinout on board next to LAN port
      Don't connect 3.3V!

Known Issues
------------
U-Boot vendor recovery does not seem to accept any images, neither
GL.iNet images nor OpenWrt images. Recovery requires serial access!

Installation
------------
Upload the OpenWrt sysupgrade image to the Gl.iNet Web-UI. Make sure to
not retain existing settings.

Signed-off-by: David Bauer &lt;mail@david-bauer.net&gt;
</content>
</entry>
<entry>
<title>uboot-rockchip: add NanoPi R5C support</title>
<updated>2023-11-26T18:44:56Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-06-25T16:37:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/hauke/commit/?id=e2cea0506a5beb9c6c988783d87bf2dd441c464e'/>
<id>urn:sha1:e2cea0506a5beb9c6c988783d87bf2dd441c464e</id>
<content type='text'>
Add support for the FriendlyARM NanoPi R5C.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>uboot-rockchip: add NanoPi R5S support</title>
<updated>2023-11-26T18:44:56Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-06-25T16:37:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/hauke/commit/?id=2670bb4a832b432cafeff255ddfffb90d7f86a07'/>
<id>urn:sha1:2670bb4a832b432cafeff255ddfffb90d7f86a07</id>
<content type='text'>
Add support for the FriendlyARM NanoPi R5S support.

Tested-by: Packet Please &lt;pktpls@systemli.org&gt;
Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>rkbin: add new TF-A package for rk35xx</title>
<updated>2023-11-26T18:44:56Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-06-25T16:37:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/hauke/commit/?id=b061e2d890bc47fe9ae352a4700f094cf2aea7b1'/>
<id>urn:sha1:b061e2d890bc47fe9ae352a4700f094cf2aea7b1</id>
<content type='text'>
Currently there's no usable mainline (open source) TF-A implementation
for rk35xx SoCs, so pack the prebuilt firmware from the vendor.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>uboot-rockchip: Update to 2023.07.02</title>
<updated>2023-11-26T18:44:56Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-06-25T16:37:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/hauke/commit/?id=548ab9d7ada9812000d5fe8c4ee0aca637b45edf'/>
<id>urn:sha1:548ab9d7ada9812000d5fe8c4ee0aca637b45edf</id>
<content type='text'>
* Removed swig hacks and prebuilt of-platdata
* Removed upstreamed patches
  - 101-rock64pro-disable-CONFIG_USE_PREBOOT.patch
  - 102-rockchip-rk3328-Add-support-for-FriendlyARM-NanoPi-R2C.patch
* Reordered patches

* Introduced new dependencies check
* Overrided default PATH to avoid race condition
    (host python3 vs hostpkg python3)
* Switched to use UBOOT_CUSTOMIZE_CONFIG for config update

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>uboot-sunxi: use intree dtc explicitly</title>
<updated>2023-11-26T18:44:56Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-11-25T15:17:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/hauke/commit/?id=8fc4fe7b488e41f79b70b049bf669b0d2088e61f'/>
<id>urn:sha1:8fc4fe7b488e41f79b70b049bf669b0d2088e61f</id>
<content type='text'>
This replaces pylibfdt hack.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>uboot-sifiveu: use intree dtc explicitly</title>
<updated>2023-11-26T18:44:56Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-11-25T15:22:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/hauke/commit/?id=fb3af8611942feb24f9b51934d8d1901050bf0d9'/>
<id>urn:sha1:fb3af8611942feb24f9b51934d8d1901050bf0d9</id>
<content type='text'>
This replaces pylibfdt hack.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>uboot-mediatek: use intree dtc explicitly</title>
<updated>2023-11-26T18:44:56Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-11-25T15:21:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/hauke/commit/?id=20f81f49eacdca75046e3f3e0d26ee456aa28eac'/>
<id>urn:sha1:20f81f49eacdca75046e3f3e0d26ee456aa28eac</id>
<content type='text'>
This replaces pylibfdt hack.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>ath79: add support for D-link DAP-1720 A1</title>
<updated>2023-11-26T17:27:35Z</updated>
<author>
<name>Rani Hod</name>
</author>
<published>2023-11-12T23:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/hauke/commit/?id=e29f4a3f70d278cf7e360519d97d94f54baae278'/>
<id>urn:sha1:e29f4a3f70d278cf7e360519d97d94f54baae278</id>
<content type='text'>
D-Link DAP-1720 rev A1 is a mains-powered AC1750 Wi-Fi range extender,
manufactured by Alpha Networks [8WAPAC28.1A1G].
(in square brackets: PCB silkscreen markings)

Specifications:
* CPU (Qualcomm Atheros QCA9563-AL3A [U5]):
  775 MHz single core MIPS 74Kc;
* RAM (Winbond W9751G6KB-25J [U3]):
  64 MiB DDR2;
* ROM (Winbond W25Q128FV [U16]):
  16 MiB SPI NOR flash;
* Ethernet (AR8033-AL1A PHY [U1], no switch):
  1 GbE RJ45 port (no PHY LEDs);
* Wi-Fi
  * 2.4 GHz (Qualcomm Atheros QCA9563-AL3A [U5]):
    3x3 802.11n;
  * 5 GHz (Qualcomm Atheros QCA9880-BR4A [U9]):
    3x3 802.11ac Wave 1;
  * 3 foldable dual-band antennas (U.fl) [P1],[P2],[P3];
* GPIO LEDs:
  * RSSI low (red/green) [D2];
  * RSSI medium (green) [D3];
  * RSSI high (green) [D4];
  * status (red/green) [D5];
* GPIO buttons:
  * WPS [SW1], co-located with status LED;
  * reset [SW4], accessible via hole in the side;
* Serial/UART:
  Tx-Gnd-3v3-Rx [JP1], Tx is the square pin, 1.25mm pitch;
  125000-8-n-1 in U-boot, 115200-8-n-1 in kernel;
* Misc:
  * 12V VCC [JP2], fed from internal 12V/1A AC to DC converter;
  * on/off slide switch [SW2] (disconnects VCC mechanically);
  * unpopulated footprints for a Wi-Fi LED [D1];
  * unpopulated footprints for a 4-pin 3-position slide switch (SW3);

MAC addresses:
* Label = LAN;
* 2.4 GHz WiFi = LAN;
* 5 GHz WiFi = LAN+2;

Installation:
* `factory.bin` can be used to install OpenWrt from OEM firmware via the
  standard upgrade webpage at http://192.168.0.50/UpdateFirmware.html
* `recovery.bin` can be used to install OpenWrt (or revert to OEM
  firmware) from D-Link Web Recovery. To enter web recovery, keep reset
  button pressed and then power on the device. Reset button can be
  released when the red status LED is bright; it will then blink slowly.
  Set static IP to 192.168.0.10, navigate to http://192.168.0.50 and
  upload 'recovery.bin'. Note that in web recovery mode the device
  ignores ping and DHCP requests.

Note: 802.11s is not supported by the default `ath10k` driver and
firmware, but is supported by the non-CT driver and firmware variants.
The `-smallbuffers` driver variant is recommended due to RAM size.

Co-developed-by: Anthony Sepa &lt;protectivedad@gmail.com&gt;
Signed-off-by: Rani Hod &lt;rani.hod@gmail.com&gt;
</content>
</entry>
<entry>
<title>uboot-envtools: filogic: reorder alphabetically</title>
<updated>2023-11-25T22:16:35Z</updated>
<author>
<name>Chukun Pan</name>
</author>
<published>2023-11-05T15:02:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/hauke/commit/?id=4825defe449883cb287bc46a93048473878003f0'/>
<id>urn:sha1:4825defe449883cb287bc46a93048473878003f0</id>
<content type='text'>
Reorder scripts to keep alphabetical order.

Signed-off-by: Chukun Pan &lt;amadeus@jmu.edu.cn&gt;
</content>
</entry>
</feed>
