<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/arm/mach-omap2, 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-06-05T16:14:02Z</updated>
<entry>
<title>arm: omap3: Manually initialize GPIO if OF_CONTROL doesn't</title>
<updated>2019-06-05T16:14:02Z</updated>
<author>
<name>Adam Ford</name>
</author>
<published>2019-05-29T20:42:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=33ac2b560b58dd71d485618f70768e5c2d47c678'/>
<id>urn:sha1:33ac2b560b58dd71d485618f70768e5c2d47c678</id>
<content type='text'>
The commong initialization code manually initializes the GPIO
even when OF_CONTROL does it, so we can reduce the code size a
bit by not doing it manually when we have device tree support.

Using the omap3_logic board (dm3730), the sizes shrunk:

Before:

   text	   data	    bss	    dec	    hex	filename
 561066	  28596	 116880	 706542	  ac7ee	u-boot
  55245	   1605	   1888	  58738	   e572	spl/u-boot-spl

After
  text	   data	    bss	    dec	    hex	filename
 560898	  28548	 116872	 706318	  ac70e	u-boot
  55121	   1557	   1888	  58566	   e4c6	spl/u-boot-spl

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>mcx: remove board</title>
<updated>2019-05-28T17:58:06Z</updated>
<author>
<name>Bartosz Golaszewski</name>
</author>
<published>2019-05-17T09:17:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d7cc0e4d7999b0b696ec4047420abf34a821ba29'/>
<id>urn:sha1:d7cc0e4d7999b0b696ec4047420abf34a821ba29</id>
<content type='text'>
This board still doesn't select CONFIG_DM and seems to be umaintained.
As it makes progress on modernizing several DaVinci drivers more
difficult and the maintainer has not expressed interest in updating
it, this patch proposes to remove it.

Signed-off-by: Bartosz Golaszewski &lt;bgolaszewski@baylibre.com&gt;
</content>
</entry>
<entry>
<title>twister: remove board</title>
<updated>2019-05-28T17:58:06Z</updated>
<author>
<name>Bartosz Golaszewski</name>
</author>
<published>2019-05-17T09:17:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2aa20c43e464b8e5e554b86c51334d789833f254'/>
<id>urn:sha1:2aa20c43e464b8e5e554b86c51334d789833f254</id>
<content type='text'>
This board still doesn't select CONFIG_DM and seems to be umaintained.
As it makes progress on modernizing several DaVinci drivers more
difficult and the maintainer has not expressed interest in updating
it, this patch proposes to remove it.

Signed-off-by: Bartosz Golaszewski &lt;bgolaszewski@baylibre.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>mt_ventoux: remove board</title>
<updated>2019-05-28T17:58:06Z</updated>
<author>
<name>Bartosz Golaszewski</name>
</author>
<published>2019-05-17T09:17:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=899dd71e9f0cce69c3e975a12c32228ceb9251f3'/>
<id>urn:sha1:899dd71e9f0cce69c3e975a12c32228ceb9251f3</id>
<content type='text'>
This board still doesn't select CONFIG_DM and seems to be umaintained.
As it makes progress on modernizing several DaVinci drivers more
difficult and the maintainer has not expressed interest in updating
it, this patch proposes to remove it.

Signed-off-by: Bartosz Golaszewski &lt;bgolaszewski@baylibre.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>cm_t3517: remove board</title>
<updated>2019-05-28T17:58:06Z</updated>
<author>
<name>Bartosz Golaszewski</name>
</author>
<published>2019-05-17T09:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=8c2644ca692278abad232962842a1b8777bb7ade'/>
<id>urn:sha1:8c2644ca692278abad232962842a1b8777bb7ade</id>
<content type='text'>
This board still doesn't select CONFIG_DM and seems to be umaintained.
As it makes progress on modernizing several DaVinci drivers more
difficult and the maintainer has not expressed interest in updating
it, this patch proposes to remove it.

Signed-off-by: Bartosz Golaszewski &lt;bgolaszewski@baylibre.com&gt;
</content>
</entry>
<entry>
<title>eco5pk: remove board</title>
<updated>2019-05-28T17:58:06Z</updated>
<author>
<name>Bartosz Golaszewski</name>
</author>
<published>2019-05-17T09:17:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=5e92c6856b9297d8ecac9289ec0b3ba4d3d39b6b'/>
<id>urn:sha1:5e92c6856b9297d8ecac9289ec0b3ba4d3d39b6b</id>
<content type='text'>
This board still doesn't select CONFIG_DM and seems to be umaintained.
As it makes progress on modernizing several DaVinci drivers more
difficult and the maintainer has not expressed interest in updating
it, this patch proposes to remove it.

Signed-off-by: Bartosz Golaszewski &lt;bgolaszewski@baylibre.com&gt;
</content>
</entry>
<entry>
<title>CONFIG_SPL_SYS_[DI]CACHE_OFF: add</title>
<updated>2019-05-18T12:15:35Z</updated>
<author>
<name>Trevor Woerner</name>
</author>
<published>2019-05-03T13:41:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1001502545ff0125c39232cf0e7f26d9213ab55f'/>
<id>urn:sha1:1001502545ff0125c39232cf0e7f26d9213ab55f</id>
<content type='text'>
While converting CONFIG_SYS_[DI]CACHE_OFF to Kconfig, there are instances
where these configuration items are conditional on SPL. This commit adds SPL
variants of these configuration items, uses CONFIG_IS_ENABLED(), and updates
the configurations as required.

Acked-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Signed-off-by: Trevor Woerner &lt;trevor@toganlabs.com&gt;
[trini: Make the default depend on the setting for full U-Boot, update
more zynq hardware]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>arm: mach-omap2: am33xx: ddr: update value for ext_phy_ctrl_36</title>
<updated>2019-05-05T12:48:50Z</updated>
<author>
<name>Brad Griffis</name>
</author>
<published>2019-04-29T04:29:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1dbd9a7b17da299af4675894b55e7ef8e0e18319'/>
<id>urn:sha1:1dbd9a7b17da299af4675894b55e7ef8e0e18319</id>
<content type='text'>
for suspend/resume robustness

update value for ext_phy_ctrl_36 for suspend/resume robustness
with hardware leveling enabled.

Match recommended values from EMIF Tools app note:

http://www.ti.com/lit/an/sprac70/sprac70.pdf

Signed-off-by: Brad Griffis &lt;bgriffis@ti.com&gt;
Signed-off-by: Keerthy &lt;j-keerthy@ti.com&gt;
</content>
</entry>
<entry>
<title>arm: mach-omap2: am33xx: Disable EMIF_DEVOFF immediately before hw leveling</title>
<updated>2019-05-05T12:48:50Z</updated>
<author>
<name>Brad Griffis</name>
</author>
<published>2019-04-29T04:29:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=7b5774e4bd81a84fb93dcfaaa4ec474289d8f52d'/>
<id>urn:sha1:7b5774e4bd81a84fb93dcfaaa4ec474289d8f52d</id>
<content type='text'>
In case of RTC+DDR resume, need to restore EMIF context
before initiating hardware leveling.

Signed-off-by: Brad Griffis &lt;bgriffis@ti.com&gt;
[j-keerthy@ti.com Fixed the am335x build issues]
Signed-off-by: Keerthy &lt;j-keerthy@ti.com&gt;
</content>
</entry>
<entry>
<title>arm: mach-omap2: am33xx: Enable HW Leveling in the rtc+ddr path</title>
<updated>2019-05-05T12:48:50Z</updated>
<author>
<name>Brad Griffis</name>
</author>
<published>2019-04-29T04:29:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6fe3e5ba66ca2a474c46710ebb544a3572b0e64d'/>
<id>urn:sha1:6fe3e5ba66ca2a474c46710ebb544a3572b0e64d</id>
<content type='text'>
Enable HW leveling in RTC+DDR path. The mandate is to enable
HW leveling bit and then wait for 1 ms before accessing any
register.

Signed-off-by: Brad Griffis &lt;bgriffis@ti.com&gt;
Signed-off-by: Keerthy &lt;j-keerthy@ti.com&gt;
</content>
</entry>
</feed>
