<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/arm/dts, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-07-05T22:19:47Z</updated>
<entry>
<title>Merge tag 'rpi-next-2019.07' of https://github.com/mbgg/u-boot</title>
<updated>2019-07-05T22:19:47Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2019-07-05T22:19:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=54869e0811b341f95458c509fd565e3c4bab6a01'/>
<id>urn:sha1:54869e0811b341f95458c509fd565e3c4bab6a01</id>
<content type='text'>
- fix complation error for CONFIG_USB
- update RPi3 DTBs to v5.1-rc6 state
- add defconfig for RPi3 B+
- Fix BCM2835_MBOX_TAG_TEST_PIXEL_ORDER define
</content>
</entry>
<entry>
<title>wandboard: Add FIT image support</title>
<updated>2019-07-04T12:19:49Z</updated>
<author>
<name>Fabio Estevam</name>
</author>
<published>2019-06-12T15:34:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=5b858582512883b8a85d74e108873f9beed1e954'/>
<id>urn:sha1:5b858582512883b8a85d74e108873f9beed1e954</id>
<content type='text'>
After the transition to DM, only the mx6dl/solo wandboard
is supported.

Add FIT image support so that all the wandboard variants
can be supported, like it was prior to the DM conversion.

Successfully booted Linux on mx6q/solo/qp wandboards.

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>wandboard: Add mmc0 alias</title>
<updated>2019-07-04T12:19:49Z</updated>
<author>
<name>Fabio Estevam</name>
</author>
<published>2019-06-12T15:34:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=df51656986e913272546f33ce8f6f5a46b1ed2bf'/>
<id>urn:sha1:df51656986e913272546f33ce8f6f5a46b1ed2bf</id>
<content type='text'>
Add a mmc0 alias so that U-Boot proper can associate mmc0
with the boot SD card.

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>wandboard: Import extra wandboard devicetree files</title>
<updated>2019-07-04T12:19:48Z</updated>
<author>
<name>Fabio Estevam</name>
</author>
<published>2019-06-12T15:34:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6b573ed0bc67a38595a4bfd142375cb220a81611'/>
<id>urn:sha1:6b573ed0bc67a38595a4bfd142375cb220a81611</id>
<content type='text'>
Import wandboard devicetree files so that the mx6q and mx6qp
variants can be properly supported.

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>wandboard: Sync with devicetree files from kernel 5.1.9</title>
<updated>2019-07-04T12:19:48Z</updated>
<author>
<name>Fabio Estevam</name>
</author>
<published>2019-06-12T15:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b76ba47cce5292ef2318ff905f68ecc3f8d72383'/>
<id>urn:sha1:b76ba47cce5292ef2318ff905f68ecc3f8d72383</id>
<content type='text'>
Udate the wandboard devicetree files with the ones
from kernel 5.1.9.

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>mx6: dts: Move dtbs under SoC level</title>
<updated>2019-07-04T12:19:48Z</updated>
<author>
<name>Fabio Estevam</name>
</author>
<published>2019-06-12T15:34:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ba18fdb31296e12c979db5953b8e1e29b600873e'/>
<id>urn:sha1:ba18fdb31296e12c979db5953b8e1e29b600873e</id>
<content type='text'>
Place dtbs under SoC level rather than board level.

imx6q-novena.dtb and imx6dl-wandboard-revb1.dtb were
placed under the board config option, so move them
to SoC level.

This also aligns with the kernel dts Makefile format.

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>mx6: dts: Keep dtb entries sorted</title>
<updated>2019-07-04T12:19:48Z</updated>
<author>
<name>Fabio Estevam</name>
</author>
<published>2019-06-12T15:34:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=7e8c2190c7fe62fd70b253762be69f07f53e49e9'/>
<id>urn:sha1:7e8c2190c7fe62fd70b253762be69f07f53e49e9</id>
<content type='text'>
Keep dtb entries sorted to help adding new dtbs
in an organized form.

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>rockchip: dts: rk3288-tinker: enable sdmmc pinctrl node in spl</title>
<updated>2019-07-02T03:49:49Z</updated>
<author>
<name>Kever Yang</name>
</author>
<published>2019-07-01T03:49:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=e3f9a93e5aeb2f60c7b0280fcc4c94c800e49e76'/>
<id>urn:sha1:e3f9a93e5aeb2f60c7b0280fcc4c94c800e49e76</id>
<content type='text'>
rockchip pinctrl driver has update to use dts, so we need
to add the pinctrl config in SPL for sdmmc.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>rockchip: dts: tinker: migrate the dm-pre-reloc tag into -u-boot dts</title>
<updated>2019-07-02T03:49:49Z</updated>
<author>
<name>Kever Yang</name>
</author>
<published>2019-07-01T03:49:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=7e7f79207d5d702a6b0daccef03498540cf6df69'/>
<id>urn:sha1:7e7f79207d5d702a6b0daccef03498540cf6df69</id>
<content type='text'>
Migrate all the "u-boot,dm-pre-reloc" tag from rk3288-tinker.dts
into rk3288-tinker-u-boot.dtsi.
When both board level and soc level '-u-boot.dtsi' files exist,
we need to include the soc level 'rk3288-u-boot.dtsi' manually.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>rockchip: dts: rk3288: move reloc tag into -u-boot dts</title>
<updated>2019-07-02T03:49:49Z</updated>
<author>
<name>Kever Yang</name>
</author>
<published>2019-07-01T03:49:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=590dc42620dbca57990077ca468399cd3bb3f8ed'/>
<id>urn:sha1:590dc42620dbca57990077ca468399cd3bb3f8ed</id>
<content type='text'>
Move all the tag "u-boot,dm-pre-reloc" from rk3288.dtsi
into rk3288-u-boot.dtsi.

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
</feed>
