<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/configs, 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>rockchip: config: update config for TPL support on tinker-rk3288</title>
<updated>2019-07-02T03:49:49Z</updated>
<author>
<name>Kever Yang</name>
</author>
<published>2019-07-01T03:49:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d79036c22dc680421c51e1be22d4e3e29fba0d25'/>
<id>urn:sha1:d79036c22dc680421c51e1be22d4e3e29fba0d25</id>
<content type='text'>
We need to update TEXT BASE for TPL/SPL/U-Boot;
SPL no need relocate STACK after enable TPL, so remove it;
Don't enable pinctrl names so that SPL can get pinctrl dts;

Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>poplar: increase SYS_MALLOC_F_LEN for DM_FLAG_PRE_RELOC support</title>
<updated>2019-07-01T13:35:56Z</updated>
<author>
<name>Shawn Guo</name>
</author>
<published>2019-06-17T03:08:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=8c2d42d526574a6d972d7711660b652d2aeba7e1'/>
<id>urn:sha1:8c2d42d526574a6d972d7711660b652d2aeba7e1</id>
<content type='text'>
There is a regression seen on Poplar platform, which doesn't even show
a U-Boot version banner on booting.  It turns out that due to landing
of commit 3a7c45f6a772 ("simple-bus: add DM_FLAG_PRE_RELOC flag to
simple-bus driver"), we need to increase SYS_MALLOC_F_LEN from its
default size 0x400, as pre-relocation requires more memory there.  Let's
increase SYS_MALLOC_F_LEN to 0x4000 to fix the regression.

Thanks to Andreas Färber &lt;afaerber@suse.de&gt; for reporting, and Bin Meng
&lt;bmeng.cn@gmail.com&gt; for trouble shooting.

Reported-by: Andreas Färber &lt;afaerber@suse.de&gt;
Signed-off-by: Shawn Guo &lt;shawn.guo@linaro.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Tested-by: Andreas Färber &lt;afaerber@suse.de&gt;
</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>ARM: dts: imx: m53menlo: Import M53Menlo DT from Linux</title>
<updated>2019-06-27T12:14:23Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-06-09T16:46:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=26bb95f0561cd34837c1ea588eac8537f2b91912'/>
<id>urn:sha1:26bb95f0561cd34837c1ea588eac8537f2b91912</id>
<content type='text'>
Import iMX53 M53Menlo device tree from Linux next-20190607 3f310e51ceb1 .
Enable DT control in full U-Boot . Add U-Boot extras into separate DTSi,
the GPIO controllers need to be inited early, otherwise m53_set_clock()
won't be able to detect the correct CPU clock frequency by reading the
GPIO.

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>rockchip: rk3399: Enable SPL_BOARD_INIT</title>
<updated>2019-06-26T13:11:28Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2019-06-20T18:55:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=adde32d0337e1b93d8ee5751043c5cb5ba43033a'/>
<id>urn:sha1:adde32d0337e1b93d8ee5751043c5cb5ba43033a</id>
<content type='text'>
Enable SPL_BOARD_INIT globally to rk3399, this would
help to print the SPL banner during bootup.

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