<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/m68k/cpu, branch v2017.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/cpu?h=v2017.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/m68k/cpu?h=v2017.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-08-17T23:26:39Z</updated>
<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: 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>
<entry>
<title>spi: Zap cf_qspi driver and related code</title>
<updated>2017-01-15T17:29:04Z</updated>
<author>
<name>Jagan Teki</name>
<email>jagan@openedev.com</email>
</author>
<published>2017-01-02T22:29:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/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>
<entry>
<title>Kconfig: Move config IDENT_STRING to Kconfig</title>
<updated>2016-09-20T13:30:23Z</updated>
<author>
<name>Siva Durga Prasad Paladugu</name>
<email>siva.durga.paladugu@xilinx.com</email>
</author>
<published>2016-07-29T10:01:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a4d88920e5d0b67a92f8041f5e0fac0ce027bb48'/>
<id>urn:sha1:a4d88920e5d0b67a92f8041f5e0fac0ce027bb48</id>
<content type='text'>
Move the config IDENT_STRING to Kconfig and migrate all boards

[sivadur: Migrate zynq boards]
Signed-off-by: Siva Durga Prasad Paladugu &lt;sivadur@xilinx.com&gt;
[trini: Update configs, add some default to sunxi Kconfig]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>m68k: code reformatting for all start.S files</title>
<updated>2016-07-30T20:59:18Z</updated>
<author>
<name>Angelo Dureghello</name>
<email>angelo@sysam.it</email>
</author>
<published>2016-05-21T22:14:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5c928d02044345b843202f23540c3765468c1d6f'/>
<id>urn:sha1:5c928d02044345b843202f23540c3765468c1d6f</id>
<content type='text'>
This patch is style-related only, to reformat all the start.S code,
actually not following a coherent style inside single files and
between different cpu start.S files.

Linux format has been respected, as
  - max line width at 80 columns
  - one 8 cols tab between asm instructions and operands
  - inline comments, where any, fixed at col 41

Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
</content>
</entry>
<entry>
<title>m68k: add malloc memory for early malloc</title>
<updated>2016-05-17T15:54:43Z</updated>
<author>
<name>angelo@sysam.it</name>
<email>angelo@sysam.it</email>
</author>
<published>2016-04-27T19:50:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5044c9cc6c4dffb2959769a785663f46cb418461'/>
<id>urn:sha1:5044c9cc6c4dffb2959769a785663f46cb418461</id>
<content type='text'>
To use serial uclass and DM, CONFIG_SYS_MALLOC_F must be used.
So CONFIG_SYS_GENERIC_GLOBAL_DATA has been undefined and
call to board_init_f_mem() is added for all cpu's.

Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>m68k: fix broken buildman m68k</title>
<updated>2016-04-18T21:11:41Z</updated>
<author>
<name>angelo@sysam.it</name>
<email>angelo@sysam.it</email>
</author>
<published>2016-04-11T22:30:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=55ac54c4a0acbdc786b16dc1b12a661f9dbdb305'/>
<id>urn:sha1:55ac54c4a0acbdc786b16dc1b12a661f9dbdb305</id>
<content type='text'>
fix 19/48 broken board compilations, due to a now too smal 16-bit
relative jump

Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>m68k: M54418TWR: drop board/freescale/m54418twr/config.mk</title>
<updated>2016-01-20T15:19:34Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-12-11T03:22:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=61a4392a363875d393b520faa3031c46e96887fe'/>
<id>urn:sha1:61a4392a363875d393b520faa3031c46e96887fe</id>
<content type='text'>
The board/freescale/m54418twr/config.mk defined TEXT_BASE, which has
the same value as CONFIG_SYS_TEXT_BASE.  The TEXT_BASE is referenced
by two files:
 - arch/m68k/cpu/mcf5445x/start.S and include/
 - include/configs/M54418TWR.h

Replace the references with CONFIG_SYS_TEXT_BASE and delete
board/freescale/m54418twr/config.mk.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Acked-by: Angelo Dureghello &lt;angelo at sysam.it&gt;
</content>
</entry>
<entry>
<title>m68k: add architecture-specific u-boot.lds</title>
<updated>2015-04-23T18:56:07Z</updated>
<author>
<name>angelo@sysam.it</name>
<email>angelo@sysam.it</email>
</author>
<published>2015-03-29T20:54:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5296cb1d99c1dc52fbfb4f88595c69f097630be8'/>
<id>urn:sha1:5296cb1d99c1dc52fbfb4f88595c69f097630be8</id>
<content type='text'>
Add architecture-specific u-boot.lds and remove all board-specific
u-boot.lds.

All the .text customization that was board-specific have been
moved inside the related include/configs, inside a
LDS_BOARD_TEXT define.

Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
</content>
</entry>
<entry>
<title>m68k: merge per-CPU config.mk into arch/m68k/Makefile</title>
<updated>2015-03-28T13:03:09Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-03-27T08:01:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aa63387a399bdf9e06e4918322b23a112a5b8f97'/>
<id>urn:sha1:aa63387a399bdf9e06e4918322b23a112a5b8f97</id>
<content type='text'>
Collect CPU specific flags into the single place.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Cc: Alison Wang &lt;alison.wang@freescale.com&gt;
Cc: Angelo Dureghello &lt;angelo@sysam.it&gt;
</content>
</entry>
</feed>
