<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/denx/m28evk/spl_boot.c, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/denx/m28evk/spl_boot.c?h=main</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/denx/m28evk/spl_boot.c?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-04-05T16:12:04Z</updated>
<entry>
<title>ARM: mxs: Rename M28EVK</title>
<updated>2017-04-05T16:12:04Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2017-04-05T11:31:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fcea480d1d4048c5ba1af236b1ed68162bc17ba6'/>
<id>urn:sha1:fcea480d1d4048c5ba1af236b1ed68162bc17ba6</id>
<content type='text'>
The board is now manufactured by Aries Embedded GmbH , rename it.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>ARM: mxs: Receive r0 and r1 passed from BootROM</title>
<updated>2013-09-10T17:12:54Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2013-08-31T13:53:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7b8657e2bd1ffc7a13793f18d0e069f3c9646356'/>
<id>urn:sha1:7b8657e2bd1ffc7a13793f18d0e069f3c9646356</id>
<content type='text'>
Make sure value in register r0 and r1 is preserved and passed to
the board_init_ll() and mxs_common_spl_init() where it can be
processed further. The value in r0 can be configured during the
BootStream generation to arbitary value, r1 contains pointer to
return value from CALL'd function.

This patch also clears the value in r0 before returning to BootROM
to make sure the BootROM is not confused by this value.

Finally, this patch cleans up some comments in the start.S file.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>Add GPL-2.0+ SPDX-License-Identifier to source files</title>
<updated>2013-07-24T13:44:38Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2013-07-08T07:37:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1a4596601fd395f3afb8f82f3f840c5e00bdd57a'/>
<id>urn:sha1:1a4596601fd395f3afb8f82f3f840c5e00bdd57a</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>mxs: Reowork SPL to use 'mxs' prefix for methods</title>
<updated>2012-09-01T12:58:17Z</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2012-08-05T09:05:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1e0cf5c34bd3074d6b026035354a89121fbf224f'/>
<id>urn:sha1:1e0cf5c34bd3074d6b026035354a89121fbf224f</id>
<content type='text'>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>M28EVK: Implement support for new board V2.0</title>
<updated>2012-05-15T06:31:35Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2012-05-01T11:09:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b7154ec24649ce3429bd8877771710584b48cbb0'/>
<id>urn:sha1:b7154ec24649ce3429bd8877771710584b48cbb0</id>
<content type='text'>
Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Detlev Zundel &lt;dzu@denx.de&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>M28: Support for the old M28 SoM v1.0</title>
<updated>2012-03-26T21:09:24Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2012-02-26T12:15:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=af335c579ff70e1862efb7ab614fce1fd3f96667'/>
<id>urn:sha1:af335c579ff70e1862efb7ab614fce1fd3f96667</id>
<content type='text'>
This prototype version SoM is unused and not available to public.
Support this only for internal debugging purposes.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>M28: Fix LCD PINMUX</title>
<updated>2012-03-26T21:09:24Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2012-02-26T12:15:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f5861ccc749ba4fc23accff05b9e3f392ff9f8ca'/>
<id>urn:sha1:f5861ccc749ba4fc23accff05b9e3f392ff9f8ca</id>
<content type='text'>
The LCD pins configuration was wrong in U-Boot, configure pins properly.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Detlev Zundel &lt;dzu@denx.de&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28</title>
<updated>2011-12-09T16:30:10Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2011-12-02T03:47:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c944a3ef8224a2d5936b31ebd72a6ebd842409d1'/>
<id>urn:sha1:c944a3ef8224a2d5936b31ebd72a6ebd842409d1</id>
<content type='text'>
This moves SPL to common location so it can be reused by multiple boards. Also,
this commit adjusts M28 SoM to avoid breakage due to the move.

Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Detlev Zundel &lt;dzu@denx.de&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
</feed>
