<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/m68k, branch v2018.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/m68k?h=v2018.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/m68k?h=v2018.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2018-07-23T18:33:21Z</updated>
<entry>
<title>m68k: m5253evbe: Remove this board</title>
<updated>2018-07-23T18:33:21Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-07-09T14:44:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b740074ac490fdafdf798956c4cfa3b825293b4b'/>
<id>urn:sha1:b740074ac490fdafdf798956c4cfa3b825293b4b</id>
<content type='text'>
The m5253evbe board has been marked as orphan since June of 2014 and
should have been dropped a while ago.  Do so now.

Signed-off-by: Tom Rini &lt;trini@konsulko.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>
<email>judge.packham@gmail.com</email>
</author>
<published>2018-06-04T09:45:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/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>
<email>trini@konsulko.com</email>
</author>
<published>2018-05-06T21:58:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/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>
<email>woods.technical@gmail.com</email>
</author>
<published>2018-01-22T23:17:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/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>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>
<email>angelo@sysam.it</email>
</author>
<published>2017-08-19T22:01:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/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: Use asm-generic/io.h</title>
<updated>2017-10-03T01:52:20Z</updated>
<author>
<name>Paul Burton</name>
<email>paul.burton@imgtec.com</email>
</author>
<published>2017-09-14T22:05:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/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>m68k: add board stmark2, mcf5441x based</title>
<updated>2017-08-17T23:26:52Z</updated>
<author>
<name>Angelo Dureghello</name>
<email>angelo@sysam.it</email>
</author>
<published>2017-08-06T23:17:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a373024e7f70a04b7fed1c11be1fcd50fc21aac2'/>
<id>urn:sha1:a373024e7f70a04b7fed1c11be1fcd50fc21aac2</id>
<content type='text'>
Sysam stmark2 board is a generic and fully (hw and sw) open board, with
a mcf54415 Coldfire CPU, 128MB of DDR2, 16MB of SPI flash and SD card
as non volatile memories, and a wifi module included on-board.
The board is actually used mainly for Coldfire custodian testing activity
related to the mcf5441x Coldfire family.

For further information please see: http://sysam.it/cff_stmark2.html

Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
---

Changes in v2:
 - remove CMD_REGINFO
 - add board information in commit message
</content>
</entry>
<entry>
<title>m68k: mcf5445x: allow CS0 to be undefined</title>
<updated>2017-08-17T23:26:39Z</updated>
<author>
<name>Angelo Dureghello</name>
<email>angelo@sysam.it</email>
</author>
<published>2017-05-14T22:17:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/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: fix cache.c for Coldfire V4E</title>
<updated>2017-08-17T23:26:17Z</updated>
<author>
<name>Angelo Dureghello</name>
<email>angelo@sysam.it</email>
</author>
<published>2017-05-31T19:32:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c533cfcd93ba6c8b30b3e10b5abf41fda90f9cf8'/>
<id>urn:sha1:c533cfcd93ba6c8b30b3e10b5abf41fda90f9cf8</id>
<content type='text'>
- fix cache.c CONFIG_CF_V4e to CONFIG_CF_V4E
- fix cache.c to properly enable/disable cache for V4E

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>
<email>angelo@sysam.it</email>
</author>
<published>2017-05-14T19:42:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/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>
</feed>
