<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/m68k/include/asm, 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-05-24T12:11:59Z</updated>
<entry>
<title>m68k: add dspi chip-select support</title>
<updated>2019-05-24T12:11:59Z</updated>
<author>
<name>Angelo Dureghello</name>
</author>
<published>2019-03-13T20:46:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=196afe62d6b3e720295bbda046d260ccc6292a28'/>
<id>urn:sha1:196afe62d6b3e720295bbda046d260ccc6292a28</id>
<content type='text'>
Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;

Changes for v5:
- new patch
</content>
</entry>
<entry>
<title>m68k: ColdFire mcf5441x, add eSDHC support</title>
<updated>2018-09-15T22:01:13Z</updated>
<author>
<name>Angelo Dureghello</name>
</author>
<published>2018-01-25T21:42:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2c92e4fbc69841170939a48e887c8fbbcb23d05c'/>
<id>urn:sha1:2c92e4fbc69841170939a48e887c8fbbcb23d05c</id>
<content type='text'>
This patch adds mcf5441x eSDHC support for the mcf5441x family.

Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
</content>
</entry>
<entry>
<title>m68k: fix multiple memory accesses on swap operations</title>
<updated>2018-09-15T22:01:13Z</updated>
<author>
<name>Angelo Dureghello</name>
</author>
<published>2018-08-04T21:02:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=faae49543a0b366087cb733c26f8c581b17abe82'/>
<id>urn:sha1:faae49543a0b366087cb733c26f8c581b17abe82</id>
<content type='text'>
On a
	u32 val = __sw32(*addr);

multiple memory accesses are not welcome, since "addr" may
be an IO peripheral register address.
This patch changes __sw16/32 to perform a single memory
access for the source value.

Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
</content>
</entry>
<entry>
<title>m68k: fix mcf5441x total interrupt number</title>
<updated>2018-09-15T22:01:13Z</updated>
<author>
<name>Angelo Dureghello</name>
</author>
<published>2018-02-04T20:13:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=a1ed3a83be63bfc6e817854b29c9c0572a86bea7'/>
<id>urn:sha1:a1ed3a83be63bfc6e817854b29c9c0572a86bea7</id>
<content type='text'>
Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
</content>
</entry>
<entry>
<title>arch: types.h: factor out fixed width typedefs to int-ll64.h</title>
<updated>2018-09-11T00:48:16Z</updated>
<author>
<name>Masahiro Yamada</name>
</author>
<published>2018-08-06T11:47:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=3747bdbb2bb83a3bb2e7bd823856de4f4908f711'/>
<id>urn:sha1:3747bdbb2bb83a3bb2e7bd823856de4f4908f711</id>
<content type='text'>
All architectures have the same definition for s8/16/32/64
and u8/16/32/64.

Factor out the duplicated code into &lt;asm-generic/int-ll64.h&gt;.

BTW, Linux unified the kernel space definition into int-ll64.h
a few years ago as you see in Linux commit 0c79a8e29b5f
("asm/types.h: Remove include/asm-generic/int-l64.h").

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>m68k: Remove empty #ifdef/#ifndef block</title>
<updated>2018-06-18T18:02:03Z</updated>
<author>
<name>Chris Packham</name>
</author>
<published>2018-06-04T09:45:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1b65c86e8743a2a3f0147a599ea37e46f917a5b1'/>
<id>urn:sha1:1b65c86e8743a2a3f0147a599ea37e46f917a5b1</id>
<content type='text'>
Whatever code this was guarding has been removed so remove the guards
too.

Signed-off-by: Chris Packham &lt;judge.packham@gmail.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>Convert CONFIG_SYS_BOOT_GET_{CMDLINE, KBD} to Kconfig</title>
<updated>2018-01-30T17:52:57Z</updated>
<author>
<name>Derald D. Woods</name>
</author>
<published>2018-01-22T23:17:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=405fc8305baef921593b822809fb7bf60474b73f'/>
<id>urn:sha1:405fc8305baef921593b822809fb7bf60474b73f</id>
<content type='text'>
This converts the following to Kconfig:
	CONFIG_SYS_BOOT_GET_CMDLINE
	CONFIG_SYS_BOOT_GET_KBD

Signed-off-by: Derald D. Woods &lt;woods.technical@gmail.com&gt;
</content>
</entry>
<entry>
<title>m68k: Use asm-generic/io.h</title>
<updated>2017-10-03T01:52:20Z</updated>
<author>
<name>Paul Burton</name>
</author>
<published>2017-09-14T22:05:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=0884077b70b0c1373be90e7221b6780aa6756563'/>
<id>urn:sha1:0884077b70b0c1373be90e7221b6780aa6756563</id>
<content type='text'>
Convert the m68k architecture to make use of the new asm-generic/io.h to
provide address mapping functions. As the generic implementations are
suitable for m68k this is primarily a matter of emoving code.

Feedback from architecture maintainers is welcome.

Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;
Cc: Huan Wang &lt;alison.wang@freescale.com&gt;
Cc: Angelo Dureghello &lt;angelo@sysam.it&gt;
Acked-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
Tested-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
</content>
</entry>
<entry>
<title>efi: Use asmlinkage for EFIAPI</title>
<updated>2016-10-19T07:01:53Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2016-09-25T21:27:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=a0b49bc3341f8f19cbf57a56d110ab0fa8f39267'/>
<id>urn:sha1:a0b49bc3341f8f19cbf57a56d110ab0fa8f39267</id>
<content type='text'>
This is required for x86 and is also correct for ARM (since it is empty).

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
</content>
</entry>
</feed>
