<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/board/imgtec, 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>2018-12-19T14:23:02Z</updated>
<entry>
<title>mips: jz47xx: Add Creator CI20 platform</title>
<updated>2018-12-19T14:23:02Z</updated>
<author>
<name>Paul Burton</name>
</author>
<published>2018-12-16T22:25:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=25c7de2255128743fcbe436b6f3b17a70d0cdd82'/>
<id>urn:sha1:25c7de2255128743fcbe436b6f3b17a70d0cdd82</id>
<content type='text'>
Add support for the Creator CI20 platform based on the JZ4780 SoC.

Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;
Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Signed-off-by: Ezequiel Garcia &lt;ezequiel@collabora.com&gt;
Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>board/imgtec/boston: Add new defconfigs to the MAINTAINERS list</title>
<updated>2018-07-20T19:55:10Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-07-20T13:01:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=0dd1fc09bb16869fd8adaaad082cd554c60b2c1a'/>
<id>urn:sha1:0dd1fc09bb16869fd8adaaad082cd554c60b2c1a</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>SPDX: Convert all of our single license tags to Linux Kernel style</title>
<updated>2018-05-07T13:34:12Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-05-06T21:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=83d290c56fab2d38cd1ab4c4cc7099559c1d5046'/>
<id>urn:sha1:83d290c56fab2d38cd1ab4c4cc7099559c1d5046</id>
<content type='text'>
When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from.  So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry.  Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents.  There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>boston: Pad binary in .mcs to a multiple of 16 bytes</title>
<updated>2018-01-25T16:40:42Z</updated>
<author>
<name>Paul Burton</name>
</author>
<published>2018-01-18T22:36:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b2f815bb5fc02d598b31e0f3956b7cef564676d8'/>
<id>urn:sha1:b2f815bb5fc02d598b31e0f3956b7cef564676d8</id>
<content type='text'>
When flashing U-Boot on a Boston board using Xilinx Vivado tools, the
final 0x00 byte which ends the .relocs section seems to be skipped &amp;
left in flash as 0xff unless the data contained in the .mcs is padded
out to a 16 byte boundary. Without our final zero byte relocation will
fail with an error about a spurious reloc:

Avoid this problem by padding out the data in the .mcs file to a 16 byte
boundary using srec_cat's -range-pad functionality.

Signed-off-by: Paul Burton &lt;paul.burton@mips.com&gt;
Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>boston: Add u-boot.mcs make target</title>
<updated>2017-11-28T20:59:30Z</updated>
<author>
<name>Paul Burton</name>
</author>
<published>2017-11-21T22:31:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=caead80a66271d2de809acf410f8648c31ed5805'/>
<id>urn:sha1:caead80a66271d2de809acf410f8648c31ed5805</id>
<content type='text'>
U-Boot is generally flashed to a MIPS Boston development board by means
of a .mcs file which Xilinx Vivado software can write to the flash
present on the board. As such we'd generally want to produce an mcs file
when building U-Boot to target the Boston board. Introduce a make target
for u-boot.mcs which generates it using the srec_cat tool available from
the SRecord project, and build it by default when srec_cat is present.

Signed-off-by: Paul Burton &lt;paul.burton@mips.com&gt;
Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Cc: u-boot@lists.denx.de
</content>
</entry>
<entry>
<title>Update Paul Burton's email address</title>
<updated>2017-11-28T20:59:30Z</updated>
<author>
<name>Paul Burton</name>
</author>
<published>2017-10-30T23:58:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c5bf161facd5c10348c7e3963af6bd1cc9a79167'/>
<id>urn:sha1:c5bf161facd5c10348c7e3963af6bd1cc9a79167</id>
<content type='text'>
MIPS is no longer a part of Imagination Technologies, and as such my
@imgtec.com email address will soon cease to function. This patch
updates occurrances of it with my new @mips.com email address, and adds
an entry in .mailmap such that git (&amp; tools such as get_maintainer.pl
when examining history) will use the new address.

Signed-off-by: Paul Burton &lt;paul.burton@mips.com&gt;
Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Cc: u-boot@lists.denx.de
</content>
</entry>
<entry>
<title>boston: Remove unused label in lowlevel_display</title>
<updated>2017-11-28T20:59:30Z</updated>
<author>
<name>Paul Burton</name>
</author>
<published>2017-09-15T18:34:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=64f733d3fab26d0444096cf8dd4f5fb2bb298c22'/>
<id>urn:sha1:64f733d3fab26d0444096cf8dd4f5fb2bb298c22</id>
<content type='text'>
The lowlevel_display() function includes a "1:" label which is never
used. Remove it.

Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;
Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>boston: Drop unused return value</title>
<updated>2017-11-28T20:59:30Z</updated>
<author>
<name>Paul Burton</name>
</author>
<published>2017-09-15T18:33:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=555a6529532c0ac82d92f26d56e9becad72216db'/>
<id>urn:sha1:555a6529532c0ac82d92f26d56e9becad72216db</id>
<content type='text'>
The boston lowlevel_init() function zeroes the return register v0,
despite the function not being expected to return a value &amp; that value
never being used.

Remove the redundant assignment to v0.

Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;
Cc: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>boston: Setup memory ranges in FDT provided to Linux</title>
<updated>2017-05-12T11:29:50Z</updated>
<author>
<name>Paul Burton</name>
</author>
<published>2017-04-30T19:22:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d2b12a5767ec762f92a7c308a562472e23b5347e'/>
<id>urn:sha1:d2b12a5767ec762f92a7c308a562472e23b5347e</id>
<content type='text'>
The boston memory map isn't suited to the simple "all memory starting
from 0" approach that the MIPS arch_fixup_fdt() implementation takes.
Instead we need to indicate the first 256MiB of DDR from 0 and the rest
from 0x90000000. Implement ft_board_setup to do that.

Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;
Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>board_f: Rename initdram() to dram_init()</title>
<updated>2017-04-13T13:40:57Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-04-06T18:47:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=f1683aa73c31db0a025e0254e6ce1ee7e56aad3e'/>
<id>urn:sha1:f1683aa73c31db0a025e0254e6ce1ee7e56aad3e</id>
<content type='text'>
This allows us to use the same DRAM init function on all archs. Add a
dummy function for arc, which does not use DRAM init here.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
[trini: Dummy function on nios2]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
</feed>
