<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board, 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-04T15:36:52Z</updated>
<entry>
<title>board: amlogic: add mailing-list to MAINTAINERS</title>
<updated>2019-07-04T15:36:52Z</updated>
<author>
<name>Neil Armstrong</name>
</author>
<published>2019-07-04T13:59:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1f83431f0053f6fb20c511c391ffc687433848cf'/>
<id>urn:sha1:1f83431f0053f6fb20c511c391ffc687433848cf</id>
<content type='text'>
Add missing mailing-list to the amlogic boards MAINTAINERS file.

Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
</content>
</entry>
<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>Merge tag 'u-boot-atmel-fixes-2019.07-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel</title>
<updated>2019-07-01T11:31:26Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2019-07-01T11:31:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=5c74868c9f82ffeb2ea3a51ae326eb3b4a03ccdb'/>
<id>urn:sha1:5c74868c9f82ffeb2ea3a51ae326eb3b4a03ccdb</id>
<content type='text'>
Second set of u-boot-atmel fixes for 2019.07 cycle
</content>
</entry>
<entry>
<title>Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx</title>
<updated>2019-06-28T12:00:22Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2019-06-28T12:00:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=0352e878d2b80b2575e02310e891e936251b3992'/>
<id>urn:sha1:0352e878d2b80b2575e02310e891e936251b3992</id>
<content type='text'>
Fixes for 2019.07

- menlo board
- allow SDB on Sabre
- HAB for mx6sl
- apalis board
</content>
</entry>
<entry>
<title>ARM: imx: m53menlo: Convert to DM VIDEO</title>
<updated>2019-06-27T22:08:42Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-06-09T16:46:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f0be8ff45fb89d02ae4aa5b87076edd034cad9fc'/>
<id>urn:sha1:f0be8ff45fb89d02ae4aa5b87076edd034cad9fc</id>
<content type='text'>
Enable DM Video support on iMX53 M53Menlo and fix minor details
to restore previous behavior of the system.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: imx: m53menlo: Convert MMC, USB and block to DM</title>
<updated>2019-06-27T12:14:48Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-06-09T16:46:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=86aa7103b61edf02baad492fa601cd6a3db0e77e'/>
<id>urn:sha1:86aa7103b61edf02baad492fa601cd6a3db0e77e</id>
<content type='text'>
Enable DM block and DM MMC and DM USB support on iMX53 M53Menlo .
Convert board code to match the DM support. This also enables DM
pincontrol to configure the SDHI pins.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: imx: m53menlo: Enable DM GPIO</title>
<updated>2019-06-27T12:14:37Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-06-09T16:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=9b352ae1ae9fb53ce94a05cc06d300227f4eacc4'/>
<id>urn:sha1:9b352ae1ae9fb53ce94a05cc06d300227f4eacc4</id>
<content type='text'>
Enable DM GPIO support on iMX53 M53Menlo and fix up board code where
applicable. Enable MALLOC_F to let the GPIO controllers bind early on.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>pico-imx7d: README: Adjust the binary name after DM conversion</title>
<updated>2019-06-27T12:09:28Z</updated>
<author>
<name>Fabio Estevam</name>
</author>
<published>2019-04-26T12:36:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=36adc9a06f64bffc327457418b5b6506ad1d18b4'/>
<id>urn:sha1:36adc9a06f64bffc327457418b5b6506ad1d18b4</id>
<content type='text'>
After the conversion to DM the U-Boot binary is called u-boot-dtb.imx,
so fix the README file accordingly.

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
Acked-by: Joris Offouga &lt;offougajoris@gmail.com&gt;
</content>
</entry>
<entry>
<title>board: atmel: fix pda variable not being reset</title>
<updated>2019-06-27T06:47:49Z</updated>
<author>
<name>Eugen Hristev</name>
</author>
<published>2019-06-12T10:16:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ad371d8cd111126ad844f257b723f2f9df45351b'/>
<id>urn:sha1:ad371d8cd111126ad844f257b723f2f9df45351b</id>
<content type='text'>
In case someone detects a PDA and u-boot sets the 'pda' variable,
and the user does a saveenv, the pda is set in env, and if the
screen is removed, u-boot will still have in the env the 'pda'
variable, even if no screen is attached.
In order to fix this, we have to reset the 'pda' variable,
such that it's not just set if the screen is detected, but also unset
if no screen is detected.

Signed-off-by: Eugen Hristev &lt;eugen.hristev@microchip.com&gt;
</content>
</entry>
</feed>
