<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/synopsys/hsdk, 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-04-18T06:12:38Z</updated>
<entry>
<title>ARC: [plat-hsdk]: migrate to DM_MMC</title>
<updated>2019-04-18T06:12:38Z</updated>
<author>
<name>Eugeniy Paltsev</name>
</author>
<published>2019-02-25T15:35:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=54858311df4f4268b079dff9320f14c91e50dd8e'/>
<id>urn:sha1:54858311df4f4268b079dff9320f14c91e50dd8e</id>
<content type='text'>
Signed-off-by: Eugeniy Paltsev &lt;Eugeniy.Paltsev@synopsys.com&gt;
Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
<entry>
<title>hsdk: readme: Suggest getting pyelftools with pip</title>
<updated>2019-03-28T07:50:32Z</updated>
<author>
<name>Alexey Brodkin</name>
</author>
<published>2019-02-18T12:03:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=34d117b1fb055920e742baafdd9c1a390c480519'/>
<id>urn:sha1:34d117b1fb055920e742baafdd9c1a390c480519</id>
<content type='text'>
Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Suggested-by: Yunir Salimzyanov &lt;yunir@synopsys.com&gt;
</content>
</entry>
<entry>
<title>arc: devboards: Implement checkboard()</title>
<updated>2018-12-03T11:26:53Z</updated>
<author>
<name>Alexey Brodkin</name>
</author>
<published>2018-11-27T06:47:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6ef705b1575045f7b63bf011a0774228159715b2'/>
<id>urn:sha1:6ef705b1575045f7b63bf011a0774228159715b2</id>
<content type='text'>
This allows us to print nice board name on boot.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
<entry>
<title>arc: Get rid of board-specific print_cpuinfo()</title>
<updated>2018-12-03T11:26:26Z</updated>
<author>
<name>Alexey Brodkin</name>
</author>
<published>2018-11-27T06:46:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=7f25b72a78bf3f42c6e8ced74a7da972e8c1a633'/>
<id>urn:sha1:7f25b72a78bf3f42c6e8ced74a7da972e8c1a633</id>
<content type='text'>
Since we now do advanced CPU identification in
generic ARC code there's no need to have per-board
hardcoded data.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
<entry>
<title>axs10x/emdk/hsdk/iot_dk: Implement board_mmc_getcd()</title>
<updated>2018-10-12T12:14:41Z</updated>
<author>
<name>Alexey Brodkin</name>
</author>
<published>2018-10-11T09:39:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=9f87d47088abdf514bdaed147145d98039bd5682'/>
<id>urn:sha1:9f87d47088abdf514bdaed147145d98039bd5682</id>
<content type='text'>
So now we may detect MMC/SD-card existence and
instead of completely misleading message on missing card:
------------------------&gt;8-----------------------
Loading Environment from FAT... Card did not respond to voltage select!
------------------------&gt;8-----------------------

we now get very clear one:
------------------------&gt;8-----------------------
Loading Environment from FAT... MMC: no card present
------------------------&gt;8-----------------------

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
<entry>
<title>iot_dk/hsdk: Implement its own print_cpuinfo()</title>
<updated>2018-10-12T12:14:41Z</updated>
<author>
<name>Alexey Brodkin</name>
</author>
<published>2018-10-10T11:03:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=5b86ca96d03c781f2035c0ecfea526d42f6999f6'/>
<id>urn:sha1:5b86ca96d03c781f2035c0ecfea526d42f6999f6</id>
<content type='text'>
ARC IDENTITY register only encodes major architecture
type and version while for a particular board/silicon we
may know better which template was used and so we may identify
CPU more precise, which exactly we do here.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
<entry>
<title>HSDK: Fixes and improvements in README</title>
<updated>2018-07-31T04:49:47Z</updated>
<author>
<name>Alexey Brodkin</name>
</author>
<published>2018-07-11T15:54:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=164abd1775a97ae271d5499f69abf1e06754952c'/>
<id>urn:sha1:164abd1775a97ae271d5499f69abf1e06754952c</id>
<content type='text'>
1. Explained prerequisites for "make bsp-generate" command.
2. Cleaned-up duplicates

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
<entry>
<title>ARC: AXS10x/HSDK: Use our own version of mkimage</title>
<updated>2018-07-31T04:49:47Z</updated>
<author>
<name>Alexey Brodkin</name>
</author>
<published>2018-07-11T15:24:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=0552e104a53c32a3720a841481d4a69646048eb6'/>
<id>urn:sha1:0552e104a53c32a3720a841481d4a69646048eb6</id>
<content type='text'>
Since U-Boot tools are being built anyways it's much nicer
to use them instead of relying on some of them bein installed
on build host (which might easily not be the case).

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
<entry>
<title>ARC: HSDK: Add readme</title>
<updated>2018-06-15T12:54:43Z</updated>
<author>
<name>Alexey Brodkin</name>
</author>
<published>2018-06-14T21:38:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=3b4410dde3b82c8a743fa88280b9b0cdd21b1bf3'/>
<id>urn:sha1:3b4410dde3b82c8a743fa88280b9b0cdd21b1bf3</id>
<content type='text'>
Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
<entry>
<title>ARC: HSDK: Add tool and make target to generate bsp</title>
<updated>2018-06-15T12:54:43Z</updated>
<author>
<name>Eugeniy Paltsev</name>
</author>
<published>2018-06-04T11:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=9ddcfef6d425f373a20dc218d93c8039afd8a625'/>
<id>urn:sha1:9ddcfef6d425f373a20dc218d93c8039afd8a625</id>
<content type='text'>
HSDK board has preloader that reads SPI flash pages and searches
for a special image header to fetch and load binary.

Add tool, make target (bsp-generate) to generate
update script and u-boot binary image with header for preloader.

Also add script to default environment to apply updates.

Signed-off-by: Eugeniy Paltsev &lt;Eugeniy.Paltsev@synopsys.com&gt;
Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
</content>
</entry>
</feed>
