<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/package/boot, branch state</title>
<subtitle>Staging tree of Christian Lamparter</subtitle>
<id>https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=state</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=state'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/'/>
<updated>2019-01-13T16:35:14Z</updated>
<entry>
<title>uboot-sunxi: Orange Pi Zero Plus: Fix SdCard detection</title>
<updated>2019-01-13T16:35:14Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2019-01-13T16:16:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=d560deb7f2240d51027f9296d5dd549e51cd093f'/>
<id>urn:sha1:d560deb7f2240d51027f9296d5dd549e51cd093f</id>
<content type='text'>
The Detection pin is at PF6 and not at PH13 like defined before. I
checked the schematics and now I am am not seeing this error message any
more:
Loading Environment from FAT... Card did not respond to voltage select!

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>uboot-sunxi: disable AXP209 on Olimex A13 Olinuxino</title>
<updated>2019-01-13T16:35:14Z</updated>
<author>
<name>Zoltan HERPAI</name>
</author>
<published>2019-01-04T12:11:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=7a53fb40ca2f79cc3f2a0b7ab4d5e4d71d34119b'/>
<id>urn:sha1:7a53fb40ca2f79cc3f2a0b7ab4d5e4d71d34119b</id>
<content type='text'>
Disable the PMIC on Olimex A13 Olinuxino, as the SPL cannot set the
core voltage correctly, which causes the board to freeze later at
kernel if CPU throttling is enabled (see below). This will almost
certainly kill the VGA output (which requires LDO3 to be set), but
this is still a better option than to disable CPU throttling for
all Cortex-A8 based devices.

[    2.485632] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 384000 KHz
[    2.525698] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 432000 KHz

Signed-off-by: Zoltan HERPAI &lt;wigyori@uid0.hu&gt;
</content>
</entry>
<entry>
<title>uboot-sunxi: update Theobroma A31 Pangolin support</title>
<updated>2019-01-13T16:35:14Z</updated>
<author>
<name>Zoltan HERPAI</name>
</author>
<published>2018-12-31T14:41:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=d6058310686054d469094f7422de2d245e1dfcdc'/>
<id>urn:sha1:d6058310686054d469094f7422de2d245e1dfcdc</id>
<content type='text'>
Drop removed pinctrl definitions from the i2c3 pin layout.

Signed-off-by: Zoltan HERPAI &lt;wigyori@uid0.hu&gt;
</content>
</entry>
<entry>
<title>arm-trusted-firmware-sunxi: Replace with official ARM version</title>
<updated>2019-01-13T16:35:14Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2018-12-19T12:12:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=95d4c7c24b37ce78c23beca96e20eadecb8e1e39'/>
<id>urn:sha1:95d4c7c24b37ce78c23beca96e20eadecb8e1e39</id>
<content type='text'>
Instead of using a fork of the ARM trusted firmware specifically for the
Allwinner SoCs, use the official version from ARM now, this version
supports the Allwinner SoCs now and the older ATF repository is
deprecated.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>uboot-sunxi: Update to version 2018.11</title>
<updated>2019-01-13T16:35:14Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2018-12-19T11:53:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=4ed05b805b02bf827afae41d34fb52de12bd0be7'/>
<id>urn:sha1:4ed05b805b02bf827afae41d34fb52de12bd0be7</id>
<content type='text'>
This updates the uboot for the sunxi target to version 2018.11
The removed patches are applied upstream and not needed any more.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>ipq40xx: copy Fritz4040 UBoot to STAGING_DIR_IMAGE</title>
<updated>2019-01-06T11:26:12Z</updated>
<author>
<name>David Bauer</name>
</author>
<published>2019-01-04T20:17:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=634c733065256979835ca3d7218ae8203a693683'/>
<id>urn:sha1:634c733065256979835ca3d7218ae8203a693683</id>
<content type='text'>
Copy U-Boot to STAGING_DIR_IMAGE (and append it to the EVA-image from
there) to fix image generation using the image-builder.

Also remove the bootloader from DEVICE_PACKAGES and instead use the
BUILD_DEVICES directive from within the U-Boot makefile.

This fixes eva-image generation using the OpenWRT image-builder.

Signed-off-by: David Bauer &lt;mail@david-bauer.net&gt;
</content>
</entry>
<entry>
<title>uboot-envtools: Add domywifi dw33d support</title>
<updated>2019-01-02T21:24:52Z</updated>
<author>
<name>shanpo</name>
</author>
<published>2018-12-21T05:11:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=15f6351ea32ec13104301fe02233f54f1adce4f2'/>
<id>urn:sha1:15f6351ea32ec13104301fe02233f54f1adce4f2</id>
<content type='text'>
Signed-off-by: shanpo &lt;jwdsccd@gmail.com&gt;
</content>
</entry>
<entry>
<title>uboot-envtools: ipq40xx: Configuration for GL.iNet GL-B1300</title>
<updated>2019-01-02T21:24:49Z</updated>
<author>
<name>Ibrahim Tachijian</name>
</author>
<published>2018-10-10T09:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=eb054714b0e465aedee4165ce2f56543ead97322'/>
<id>urn:sha1:eb054714b0e465aedee4165ce2f56543ead97322</id>
<content type='text'>
This commit adds the nescessary settings to allow reading the uboot environment variables on the GL.iNet GL-B1300 board.

Signed-off-by: Ibrahim Tachijian &lt;barhom@netsat.se&gt;
</content>
</entry>
<entry>
<title>ath79: fix boardname of GL.iNet GL-AR300M</title>
<updated>2018-12-31T13:24:21Z</updated>
<author>
<name>Paul Wassi</name>
</author>
<published>2018-12-31T12:45:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=6e78d546d1197d7a3ec4cbc7aab22286ad49fb0f'/>
<id>urn:sha1:6e78d546d1197d7a3ec4cbc7aab22286ad49fb0f</id>
<content type='text'>
This device is called GL-AR300M, therefore rename the board(s)
to 'gl-ar300m-nor' and 'gl-ar300m-nand'

Signed-off-by: Paul Wassi &lt;p.wassi@gmx.at&gt;
[change boardname in uboot envtools as well, don't use wildcards for
boardname]
Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
</entry>
<entry>
<title>layerscape: add LS1021AIOT board support</title>
<updated>2018-12-18T19:17:23Z</updated>
<author>
<name>Biwen Li</name>
</author>
<published>2018-11-02T10:30:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=328530c6e7569d7be24e3524483f4453910003e9'/>
<id>urn:sha1:328530c6e7569d7be24e3524483f4453910003e9</id>
<content type='text'>
The LS1021A-IoT gateway reference design based on the
QorIQ LS1021A processor is a purpose-built, small
footprint hardware platform with a wide array of
high-speed connectivity and low-speed serial interfaces
to support secure delivery of IoT services for home,
business or other commercial location.

- Combines standards-based, open source software with a
  feature-rich IoT gateway design to establish a common,
  open framework for secured IoT service delivery and
  management.

- Provides a wide assortment of high-speed and serial-based
  connectivity in a compact, highly secure design.

- High efficiency through the use of the Arm-based QorIQ
  LS1021A embedded processor.

Signed-off-by: Yangbo Lu &lt;yangbo.lu@nxp.com&gt;
Signed-off-by: Biwen Li &lt;biwen.li@nxp.com&gt;
</content>
</entry>
</feed>
