<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/dedeckeh/package/boot, 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-04-23T17:32:18Z</updated>
<entry>
<title>ath79: add support for Alcatel HH40V</title>
<updated>2023-04-23T17:32:18Z</updated>
<author>
<name>Andreas Böhler</name>
</author>
<published>2023-04-01T19:57:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=097f350aebc542963c7208af4973ff17e01ce76e'/>
<id>urn:sha1:097f350aebc542963c7208af4973ff17e01ce76e</id>
<content type='text'>
The Alcatel HH40V is a CAT4 LTE router used by various ISPs.

Specifications
==============

SoC: QCA9531 650MHz
RAM: 128MiB
Flash: 32MiB SPI NOR
LAN: 1x 10/100MBit
WAN: 1x 10/100MBit
LTE: MDM9607 USB 2.0 (rndis configuration)
WiFi: 802.11n (SoC integrated)

MAC address assignment
======================

There are three MAC addresses stored in the flash ROM, the assignment
follows stock. The MAC on the label is the WiFi MAC address.

Installation (TFTP)
===================

1. Connect serial console
2. Configure static IP to 192.168.1.112
3. Put OpenWrt factory.bin file as firmware-system.bin
4. Press Power + WPS and plug in power
5. Keep buttons pressed until TFTP requests are visible
6. Wait for the system to finish flashing and wait for reboot
7. Bootup will fail as the kernel offset is wrong
8. Run "setenv bootcmd bootm 0x9f150000"
9. Reset board and enjoy OpenWrt

Installation (without UART)
===========================

Installation without UART is a bit tricky and requires several steps too
long for the commit message. Basic steps:

1. Create configure backup
2. Patch backup file to enable SSH
3. Login via SSH and configure the new bootcmd
3. Flash OpenWrt factory.bin image manually (sysupgrade doesn't work)

More detailed instructions will be provided on the Wiki page.

Tested by: Christian Heuff &lt;christian@heuff.at&gt;
Signed-off-by: Andreas Böhler &lt;dev@aboehler.at&gt;
</content>
</entry>
<entry>
<title>uboot-mediatek: add TP-Link TL-XDR4288 and TL-XDR608x</title>
<updated>2023-04-22T03:10:19Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-12-02T04:29:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=cc00e220291c9d894fef42d19ee9c59136962123'/>
<id>urn:sha1:cc00e220291c9d894fef42d19ee9c59136962123</id>
<content type='text'>
TP-Link TL-XDR608x comes with locked vendor loader. Add U-Boot build
for replacement loader for both TL-XDR6086 and TL-XDR6088. The only
difference at U-Boot level is the different filename requested via
TFTP, matching the corresponding OpenWrt build artifacts for each
device.

The TP-Link TL-XDR4288 has the same hardware as the TP-Link TL-XDR6088
except for the wireless part. Also create a uboot for the TP-Link
TL-XDR4288.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
[rebase to uboot 23.04, correct led and button]
Signed-off-by: Chukun Pan &lt;amadeus@jmu.edu.cn&gt;
</content>
</entry>
<entry>
<title>uboot-mediatek: fix factory/reset button</title>
<updated>2023-04-20T10:40:24Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2023-04-20T10:31:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=42eeb22450f2c3225fa79a75c0ba881ac6809a77'/>
<id>urn:sha1:42eeb22450f2c3225fa79a75c0ba881ac6809a77</id>
<content type='text'>
U-Boot commit ea6fdc13595 ("dm: button: add support for linux_code in
button-gpio.c driver") makes it mandatory to specify linux,code for all
buttons. As that broke handling of the reset button in U-Boot with the
update to U-Boot 2023.04, add linux,code for all butons.

Reported-by: @DragonBluep
Fixes: 50f7c5af4a ("uboot-mediatek: update to v2023.04")
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>uboot-mediatek: fix build for RAVPower RP-WD009</title>
<updated>2023-04-14T16:54:54Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2023-04-14T16:54:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=00a240e77f6d6b1a57dfba1056167dab9584a43f'/>
<id>urn:sha1:00a240e77f6d6b1a57dfba1056167dab9584a43f</id>
<content type='text'>
Updating to U-Boot 2023.04 broke the build for the RAVPower RP-WD009
MT7628 board. This was due to upstream conversion of CONFIG_* to CFG_*
which was not applied to our downstream patch adding support for the
RAVPower RP-WD009 device.

Apply CONFIG_* to CFG_* converion analog to what has been done also
for mt7928_rfb upstream.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>uboot-mediatek: update to v2023.04</title>
<updated>2023-04-12T21:02:27Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2023-04-11T23:21:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=50f7c5af4a07a8a898a0a60068c6fd4cc40a3273'/>
<id>urn:sha1:50f7c5af4a07a8a898a0a60068c6fd4cc40a3273</id>
<content type='text'>
Update to next U-Boot timed release.
Remove now obsolete patch
100-01-board-mediatek-add-more-network-configurations.patch
Default IP addresses are now dealt with in Kconfig, no longer in board-
specific C header files.

Add patches to restore ANSI support in bootmenu which was broken upstream,
always use high-speed mode on serial UART for improved stability and fix
an issue with pinconf not being applied on MT7623 resulting in eMMC
being inaccessible when booting from micro SD card.

In order to keep the size of the bootloader on MT7623 below 512kB remove
some unneeded commands on both MT7623 boards.

Tested on:
 * BananaPi BPi-R2 (MT7623N)
 * BananaPi BPi-R3 (MT7986A)
 * BananaPi BPi-R64 (MT7622A)
 * Linksys E8450 (MT7622B)

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>uboot-envtools: update to 2023.04</title>
<updated>2023-04-11T15:24:29Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-04-09T09:17:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=fea4ffdef28ffdb13b5a4e94506a976cb6271649'/>
<id>urn:sha1:fea4ffdef28ffdb13b5a4e94506a976cb6271649</id>
<content type='text'>
Update to latest version.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>uboot-sunxi: update support for FriendlyARM ZeroPI</title>
<updated>2023-04-10T11:50:58Z</updated>
<author>
<name>Arturas Moskvinas</name>
</author>
<published>2023-04-08T20:12:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=21d02e598a0bf209cebc1c5b8f3e433913329107'/>
<id>urn:sha1:21d02e598a0bf209cebc1c5b8f3e433913329107</id>
<content type='text'>
Since commit torvalds/linux@bbc4d71 ("net: phy: realtek: fix rtl8211e rx/tx
delay config") network is broken on the FriendlyELEC(ARM) ZeroPi.

Replaces custom patches with upstream uboot patch:
https://source.denx.de/u-boot/u-boot/-/commit/2527b24f39d8f27ba2fd922ca27a1f14119cfa1b

Signed-off-by: Arturas Moskvinas &lt;arturas.moskvinas@gmail.com&gt;
</content>
</entry>
<entry>
<title>mpc85xx: add support for Enterasys WS-AP3715i</title>
<updated>2023-04-08T12:41:01Z</updated>
<author>
<name>David Bauer</name>
</author>
<published>2023-03-18T01:28:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=765f66810a3324cc35fa6471ee8eeee335ba8c2b'/>
<id>urn:sha1:765f66810a3324cc35fa6471ee8eeee335ba8c2b</id>
<content type='text'>
Hardware
--------

SoC:   NXP P1010 (1x e500 @ 800MHz)
RAM:   256M DDR3 (2x Samsung K4B1G1646G-BCH9)
FLASH: 32M NOR (Spansion S25FL256S)
BTN:   1x Reset
WiFi:  1x Atheros AR9590 2.4 bgn 3x3
       2x Atheros AR9590 5.0 an 3x3
ETH:   2x Gigabit Ethernet (Atheros AR8033 / AR8035)
UART:  115200 8N1 (RJ-45 Cisco)

Installation
------------
1. Grab the OpenWrt initramfs, rename it to ap3715.bin. Place it in
   the root directory of a TFTP server and serve it at
   192.168.1.66/24.

2. Connect to the serial port and boot the AP. Stop autoboot in U-Boot
   by pressing Enter when prompted. Credentials are identical to the one
   in the APs interface. By default it is admin / new2day.

3. Alter the bootcmd in U-Boot:

 $ setenv ramboot_openwrt "setenv ipaddr 192.168.1.1;
   setenv serverip 192.168.1.66; tftpboot 0x2000000 ap3715.bin; bootm"

 $ setenv boot_openwrt "sf probe 0; sf read 0x2000000 0x140000 0x1000000;
   bootm 0x2000000"

 $ setenv bootcmd "run boot_openwrt"

 $ saveenv

4. Boot the initramfs image

 $ run ramboot_openwrt

5. Transfer the OpenWrt sysupgrade image to the AP using SCP. Install
   using sysupgrade.

 $ sysupgrade -n &lt;path-to-sysupgrade.bin&gt;

Signed-off-by: David Bauer &lt;mail@david-bauer.net&gt;
</content>
</entry>
<entry>
<title>arm-trusted-firmware-sunxi: bump to 2.8</title>
<updated>2023-03-31T22:22:19Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2022-12-20T18:05:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=53796f924849918e79ba251d1f1ecffff8d9ac27'/>
<id>urn:sha1:53796f924849918e79ba251d1f1ecffff8d9ac27</id>
<content type='text'>
Use latest release build instead of a git snapshot. As this tarball
extracts in a trusted-firmware-a-2.8 subdirectory, we no longer need to
override the PKG_NAME defined in trusted-firmware-a.mk. The actual
package name is still the same, so we don't need to update any
dependencies.

Tested on A64-OLinuXino-1Ge16GW.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>uboot-sunxi: bump to 2020.07</title>
<updated>2023-03-31T22:22:19Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2022-12-21T20:00:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dedeckeh/commit/?id=17c89fd71fbb1cce40547df1c1f38e668eaf88a8'/>
<id>urn:sha1:17c89fd71fbb1cce40547df1c1f38e668eaf88a8</id>
<content type='text'>
This is the newest release where 210-sunxi-deactivate-binman.patch still
applies.

Tested on A64-Olinuxino-eMMC.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
</feed>
