<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/blogic/package/boot, branch master</title>
<subtitle>John Crispins staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/blogic/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/blogic/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/'/>
<updated>2019-06-28T19:43:27Z</updated>
<entry>
<title>u-boot-mvebu: bump to 2019.04</title>
<updated>2019-06-28T19:43:27Z</updated>
<author>
<name>Vladimir Vid</name>
</author>
<published>2019-05-13T12:24:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=026714613df7cf8ab29b74737dd123511f92fc0d'/>
<id>urn:sha1:026714613df7cf8ab29b74737dd123511f92fc0d</id>
<content type='text'>
Some devices and packages require newer version of u-boot to work
properly, update u-boot to keep up with 4.19 kernel.

Signed-off-by: Vladimir Vid &lt;vladimir.vid@sartura.hr&gt;
[re-added missing commit message]
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>kexec-tools: change kdump.init STOP index</title>
<updated>2019-06-24T18:22:24Z</updated>
<author>
<name>Joseph Tingiris</name>
</author>
<published>2019-01-13T21:43:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=5883b5a1f888c7f18da75eb4a1df9003a8bcc9f2'/>
<id>urn:sha1:5883b5a1f888c7f18da75eb4a1df9003a8bcc9f2</id>
<content type='text'>
This patch is in a series to allow additional STOP indexes after umount,
so that other block devices may stop cleanly.

kdumpinit is now STOP=90

Signed-off-by: Joseph Tingiris &lt;joseph.tingiris@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: fix syntax errors exposed after kconfig update</title>
<updated>2019-06-20T12:16:08Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-06-15T12:57:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=74739c4228f3bd0aa757165c67c53016c3deb544'/>
<id>urn:sha1:74739c4228f3bd0aa757165c67c53016c3deb544</id>
<content type='text'>
After commit e82a4d9cfb ("config: regenerate *_shipped sources") the mconf
parser became more strict as a side effect and started to spew a series of
warnings when evaluating our generated kconfig sources:

  tmp/.config-package.in:705:warning: ignoring unsupported character '@'

The root cause of these warnings is a wrong use of the @SYMBOL dependency
syntax in various Makefile. Fix the corresponding Makefiles by turning
`@SYM||@SYM2` expressions into the proper `@(SYM||SYM2)` form.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>mvebu: fix regression for non-generic ESPRESSObin versions</title>
<updated>2019-06-18T14:13:10Z</updated>
<author>
<name>Vladimir Vid</name>
</author>
<published>2019-06-07T13:50:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=bc47285cb3c0125424e628521f905f1f0d7b4cef'/>
<id>urn:sha1:bc47285cb3c0125424e628521f905f1f0d7b4cef</id>
<content type='text'>
When targets for multiple ESPRESSObin devices were added, not all
files were updated which means any ESPRESSObin version beside generic
won't have proper networking, sysupgrade and uboot-env. This patch
fixes the issue.

* fixup network detection
* fixup uboot-env
* fixup platform.sh for sysupgrade

Signed-off-by: Vladimir Vid &lt;vladimir.vid@sartura.hr&gt;
</content>
</entry>
<entry>
<title>layerscape: fix u-boot bootcmd</title>
<updated>2019-06-06T13:40:09Z</updated>
<author>
<name>Biwen Li</name>
</author>
<published>2019-04-14T06:49:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=639d127b831a2af29a03ab07b262abf46ada3b4e'/>
<id>urn:sha1:639d127b831a2af29a03ab07b262abf46ada3b4e</id>
<content type='text'>
Current latest LSDK-19.03 u-boot had a bug that bootcmd
environment was always been reset when u-boot started up.
This was found on boards with spi NOR boot. Before the
proper fix-up is applied, we have to use a workaround
to hard code the bootcmd for OpenWrt booting for now.

Signed-off-by: Biwen Li &lt;biwen.li@nxp.com&gt;
Signed-off-by: Yangbo Lu &lt;yangbo.lu@nxp.com&gt;
</content>
</entry>
<entry>
<title>layerscape: convert to use TF-A for firmware</title>
<updated>2019-06-06T13:40:09Z</updated>
<author>
<name>Biwen Li</name>
</author>
<published>2019-05-06T03:26:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=c07d3302b3cd4fc50ff380239f4541df7526df82'/>
<id>urn:sha1:c07d3302b3cd4fc50ff380239f4541df7526df82</id>
<content type='text'>
This patch is to convert to use TF-A for firmware.
- Use un-swapped rcw since swapping will be done in TF-A.
- Use u-boot with TF-A defconfig.
- Rework memory map for TF-A introduction.

Signed-off-by: Biwen Li &lt;biwen.li@nxp.com&gt;
Signed-off-by: Yangbo Lu &lt;yangbo.lu@nxp.com&gt;
</content>
</entry>
<entry>
<title>layerscape: add ARM Trusted Firmware package</title>
<updated>2019-06-06T13:40:08Z</updated>
<author>
<name>Biwen Li</name>
</author>
<published>2019-04-15T09:45:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=17dcbe1b8e2b7074ab1822f117e48a5c04997e4a'/>
<id>urn:sha1:17dcbe1b8e2b7074ab1822f117e48a5c04997e4a</id>
<content type='text'>
Add TF-A packages for Layerscape to implement trusted firmware.

Signed-off-by: Biwen Li &lt;biwen.li@nxp.com&gt;
Signed-off-by: Yangbo Lu &lt;yangbo.lu@nxp.com&gt;
</content>
</entry>
<entry>
<title>layerscape: drop armv8_32b support</title>
<updated>2019-06-06T13:40:08Z</updated>
<author>
<name>Yangbo Lu</name>
</author>
<published>2019-04-18T10:48:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=b4b53cd39b128dd583871fd639957c381d9eae57'/>
<id>urn:sha1:b4b53cd39b128dd583871fd639957c381d9eae57</id>
<content type='text'>
NXP LSDK has decided to drop armv8_32b support considering
few users are using it.

Signed-off-by: Yangbo Lu &lt;yangbo.lu@nxp.com&gt;
</content>
</entry>
<entry>
<title>layerscape: update u-boot to LSDK 19.03</title>
<updated>2019-06-06T13:40:08Z</updated>
<author>
<name>Biwen Li</name>
</author>
<published>2019-04-15T09:14:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=4b4b686b1d2ffe2495241bf6e343f11082782529'/>
<id>urn:sha1:4b4b686b1d2ffe2495241bf6e343f11082782529</id>
<content type='text'>
Update u-boot to LSDK 19.03.

Signed-off-by: Biwen Li &lt;biwen.li@nxp.com&gt;
Signed-off-by: Yangbo Lu &lt;yangbo.lu@nxp.com&gt;
</content>
</entry>
<entry>
<title>at91:renaming subtraget legacy to sam9x</title>
<updated>2019-05-30T10:12:57Z</updated>
<author>
<name>Sandeep Sheriker M</name>
</author>
<published>2019-05-28T17:21:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/blogic/commit/?id=a765a2178cae2e39b7384149486b819cedf87603'/>
<id>urn:sha1:a765a2178cae2e39b7384149486b819cedf87603</id>
<content type='text'>
renaming subtraget legacy to sam9x for adding new sam9 soc's

Signed-off-by: Sandeep Sheriker M &lt;sandeep.sheriker@microchip.com&gt;
</content>
</entry>
</feed>
