<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/denx, branch v2012.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/denx?h=v2012.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/denx?h=v2012.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-05-15T06:31:35Z</updated>
<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>m28evk: Remove 'all' target from Makefile</title>
<updated>2012-01-16T07:40:09Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2011-12-29T03:34:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b0216fd62a94c21a757a09c18e0a6e4550cf36d1'/>
<id>urn:sha1:b0216fd62a94c21a757a09c18e0a6e4550cf36d1</id>
<content type='text'>
Remove 'all' target from Makefile, as this is unused code.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
</content>
</entry>
<entry>
<title>mx28: Let dram_init be common for mx28</title>
<updated>2012-01-16T07:40:09Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2011-12-20T05:46:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5bcc6a8901020ce22a996ef438cfc7be7a0c3995'/>
<id>urn:sha1:5bcc6a8901020ce22a996ef438cfc7be7a0c3995</id>
<content type='text'>
Let dram_init function be a common function, so that other mx28 boards
can reuse it.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
</content>
</entry>
<entry>
<title>mx28: Let imx_get_mac_from_fuse be common for mx28</title>
<updated>2012-01-16T07:40:09Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2011-12-20T06:42:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5cb525f3d205d6696c4a42d5bfb9ec8c73543091'/>
<id>urn:sha1:5cb525f3d205d6696c4a42d5bfb9ec8c73543091</id>
<content type='text'>
Let imx_get_mac_from_fuse function be a common function, so that other
mx28 boards can reuse it.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>net: imx: Add multi-FEC support for imx_get_mac_from_fuse</title>
<updated>2012-01-16T07:40:09Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2011-12-20T05:46:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=be252b654a018cd9f513b0f2a5da4855a209c40c'/>
<id>urn:sha1:be252b654a018cd9f513b0f2a5da4855a209c40c</id>
<content type='text'>
Add multi-FEC support for imx_get_mac_from_fuse by passing dev_id as a parameter.

This feature is important on mx28 SoC for example that has two FEC ports.

Cc: Ben Warren &lt;biggerbadderben@gmail.com&gt;
Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>M28: Fix tab indent in u-boot.bd</title>
<updated>2011-12-19T16:52:43Z</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2011-12-13T09:18:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b539bedbf23fb84698ba33e532d0bf77581405d8'/>
<id>urn:sha1:b539bedbf23fb84698ba33e532d0bf77581405d8</id>
<content type='text'>
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>
<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>
<entry>
<title>M28: Fix typo</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:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=74cf05fc53fc620c9d08eb14ad959c2a065f90c7'/>
<id>urn:sha1:74cf05fc53fc620c9d08eb14ad959c2a065f90c7</id>
<content type='text'>
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>
