<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/wandboard, 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-04T12:19:49Z</updated>
<entry>
<title>wandboard: README: Adjust the U-Boot proper binary name</title>
<updated>2019-07-04T12:19:49Z</updated>
<author>
<name>Fabio Estevam</name>
</author>
<published>2019-06-12T15:34:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4d981f5f27ab30af5e248245696b6a051c872ec4'/>
<id>urn:sha1:4d981f5f27ab30af5e248245696b6a051c872ec4</id>
<content type='text'>
After the conversion to DM the U-Boot proper binary name
is 'u-boot-dtb.img', so adjust it accordingly.

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</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: Rework Makefile to prevent spl.o from being built</title>
<updated>2019-06-11T08:42:48Z</updated>
<author>
<name>Ezequiel Garcia</name>
</author>
<published>2019-05-25T22:19:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=5ef237ad6faf0765985e2942c968f9834bc791ef'/>
<id>urn:sha1:5ef237ad6faf0765985e2942c968f9834bc791ef</id>
<content type='text'>
The spl.c source was entirely conditioned by CONFIG_SPL_BUILD.
Change this moving CONFIG_SPL_BUILD to be used in the Makefile,
which is slightly cleaner and more readable.

Signed-off-by: Ezequiel Garcia &lt;ezequiel@collabora.com&gt;
</content>
</entry>
<entry>
<title>wandboard: Don't use I2C speed Kconfig settings with DM_I2C</title>
<updated>2019-05-17T03:35:24Z</updated>
<author>
<name>Trent Piepho</name>
</author>
<published>2019-05-08T23:30:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d1337210d16a64eb7cf6e8a4393f08ab84656220'/>
<id>urn:sha1:d1337210d16a64eb7cf6e8a4393f08ab84656220</id>
<content type='text'>
When using DM_I2C the speed value supplied to setup_i2c() is not used,
so this code required CONFIG_SYS_MXC_I2C[12]_SPEED to be defined to
compile, but did not actually use them.

Change this so we no longer need to define an unused macro to compile in
DM_I2C mode.  Also make it more clear that they do not control the bus
speed.  Otherwise it is quite easy to mistakenly believe they are used
to set the bus speed.

Cc: Heiko Schocher &lt;hs@denx.de&gt;
Cc: Anatolij Gustschin &lt;agust@denx.de&gt;
Signed-off-by: Trent Piepho &lt;tpiepho@impinj.com&gt;
</content>
</entry>
<entry>
<title>imx6: wandboard: convert to DM_MMC</title>
<updated>2019-04-13T18:30:09Z</updated>
<author>
<name>Anatolij Gustschin</name>
</author>
<published>2019-03-18T22:29:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2cbf1b3215e17ea9e2eec98a0581da25709f066f'/>
<id>urn:sha1:2cbf1b3215e17ea9e2eec98a0581da25709f066f</id>
<content type='text'>
Move SDHC init to SPL code since it is not required with
DM_MMC. Enable DM_MMC support.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>imx6: wandboard: convert to DM_I2C</title>
<updated>2019-04-13T18:30:09Z</updated>
<author>
<name>Anatolij Gustschin</name>
</author>
<published>2019-03-18T22:29:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c60954207983bbeaa343ef730d82224c940053e8'/>
<id>urn:sha1:c60954207983bbeaa343ef730d82224c940053e8</id>
<content type='text'>
Allow building with DM_I2C enabled.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>imx6: wandboard: convert to DM_PMIC</title>
<updated>2019-04-13T18:30:09Z</updated>
<author>
<name>Anatolij Gustschin</name>
</author>
<published>2019-03-18T22:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ec837c82d7093140d834ff17995ec0a5417e88aa'/>
<id>urn:sha1:ec837c82d7093140d834ff17995ec0a5417e88aa</id>
<content type='text'>
Enable DM_PMIC_PFUZE100 driver and add PMIC description to DTS.
Rework power_init_board() code.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>imx6: wandboard: convert to DM_GPIO and enable pinctrl driver</title>
<updated>2019-04-13T18:30:09Z</updated>
<author>
<name>Anatolij Gustschin</name>
</author>
<published>2019-03-18T22:29:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=a23ade6d2684908cf08de82536c4c3676a0d1015'/>
<id>urn:sha1:a23ade6d2684908cf08de82536c4c3676a0d1015</id>
<content type='text'>
Enable DM_GPIO and pinctrl in defconfig and add gpio_request()
calls where required.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>imx6: wandboard: add device tree</title>
<updated>2019-04-13T18:30:09Z</updated>
<author>
<name>Anatolij Gustschin</name>
</author>
<published>2019-03-18T22:29:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4f115e3b9bef1c4e2670c3e5e893d89cbd8e9af1'/>
<id>urn:sha1:4f115e3b9bef1c4e2670c3e5e893d89cbd8e9af1</id>
<content type='text'>
Add device trees from Linux in preparation for driver model
conversions.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>wandboard: README: Include the mx6qp variant in the list</title>
<updated>2018-09-14T13:22:52Z</updated>
<author>
<name>Fabio Estevam</name>
</author>
<published>2018-08-31T13:01:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1b5f4dc9e618763b0729bdb9a91aaeecf9499eeb'/>
<id>urn:sha1:1b5f4dc9e618763b0729bdb9a91aaeecf9499eeb</id>
<content type='text'>
The mx6qp Wandboard variant is also supported, so add it to the list.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
</content>
</entry>
</feed>
