<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/m68k/cpu, 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: move dspi bus control functions into cf_spi.c driver</title>
<updated>2019-05-24T12:11:59Z</updated>
<author>
<name>Angelo Dureghello</name>
</author>
<published>2019-03-13T20:46:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=cd3b0717ba9875b3978bdc0835ee82415d766f29'/>
<id>urn:sha1:cd3b0717ba9875b3978bdc0835ee82415d766f29</id>
<content type='text'>
This patches move dspi bus-related operations into more
proper location, to avoid the driver to declares them as externs.

Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
</content>
</entry>
<entry>
<title>m68k: enabling long jumps on mcf54x5 SoCs</title>
<updated>2019-05-24T12:11:57Z</updated>
<author>
<name>Angelo Dureghello</name>
</author>
<published>2019-03-13T20:46:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=82e25ecc85624a82a184b51b0895e7e3fe641575'/>
<id>urn:sha1:82e25ecc85624a82a184b51b0895e7e3fe641575</id>
<content type='text'>
Growing of binary size asks for long assembly jumps.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
</content>
</entry>
<entry>
<title>m68k: architecture changes to support fdt</title>
<updated>2019-05-24T03:14:38Z</updated>
<author>
<name>Angelo Dureghello</name>
</author>
<published>2019-03-13T20:46:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=24bf41ce598829aa2d0a6e422aa50315fe1ddea7'/>
<id>urn:sha1:24bf41ce598829aa2d0a6e422aa50315fe1ddea7</id>
<content type='text'>
This patch adds fdt support to the m68k architecture.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
</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>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>common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO</title>
<updated>2018-01-23T22:47:02Z</updated>
<author>
<name>Angelo Dureghello</name>
</author>
<published>2017-08-19T22:01:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b9153fe3088a4ea295d6cd23dd44bed51224679a'/>
<id>urn:sha1:b9153fe3088a4ea295d6cd23dd44bed51224679a</id>
<content type='text'>
Change all coldfire arch files to use CONFIG_DISPLAY_CPUINFO.

Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
---
Changes for v2:
   - update common/Kconfig to add M68K to the default y list
</content>
</entry>
<entry>
<title>m68k: mcf5445x: allow CS0 to be undefined</title>
<updated>2017-08-17T23:26:39Z</updated>
<author>
<name>Angelo Dureghello</name>
</author>
<published>2017-05-14T22:17:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=02a6eddabab9d2c4f53d633aacd73030bf113d78'/>
<id>urn:sha1:02a6eddabab9d2c4f53d633aacd73030bf113d78</id>
<content type='text'>
On some boards, CONFIG_SYS_CS0_BASE can be undefined, since
CS0 is not connected to any signal.

Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
</content>
</entry>
<entry>
<title>m68k: mcf5445x: move early ddr init as board-specific</title>
<updated>2017-08-17T23:26:08Z</updated>
<author>
<name>Angelo Dureghello</name>
</author>
<published>2017-05-14T19:42:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c74dda8b44622266feac7a0080a4302dbec052f5'/>
<id>urn:sha1:c74dda8b44622266feac7a0080a4302dbec052f5</id>
<content type='text'>
For certain boot types and sbf, for V4 cpu's, an early ddr/sdram init
is required. This patch moves this ddr/sdram early initalization
away from start.S (to be board related).

Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
</content>
</entry>
<entry>
<title>spi: Zap cf_qspi driver and related code</title>
<updated>2017-01-15T17:29:04Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2017-01-02T22:29:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=68e7999ba9de0a15dd3dc99e078b70f41eb98c82'/>
<id>urn:sha1:68e7999ba9de0a15dd3dc99e078b70f41eb98c82</id>
<content type='text'>
Dropped becuase
- driver not used any board.
- no dm conversion.

Cc: Angelo Dureghello &lt;angelo@sysam.it&gt;
Cc: Richard Retanubun &lt;richardretanubun@ruggedcom.com&gt;
Signed-off-by: Jagan Teki &lt;jagan@openedev.com&gt;
Acked-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
</content>
</entry>
</feed>
