<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/kosagi, branch v2015.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/kosagi?h=v2015.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/kosagi?h=v2015.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2014-12-30T13:10:31Z</updated>
<entry>
<title>arm: mx6: novena: Add proper LVDS display support</title>
<updated>2014-12-30T13:10:31Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2014-12-16T13:09:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=331ae846ad9fee532cf04268da76701093e4e4ed'/>
<id>urn:sha1:331ae846ad9fee532cf04268da76701093e4e4ed</id>
<content type='text'>
Repair the register configuration and add proper support for the
display attached to both LVDS channels.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
Cc: Nikita Kiryanov &lt;nikita@compulab.co.il&gt;
Cc: Sean Cross &lt;xobs@kosagi.com&gt;
Cc: Simon Glass &lt;sjg@chromium.org&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Tim Harvey &lt;tharvey@gateworks.com&gt;
</content>
</entry>
<entry>
<title>arm: mx6: novena: Pull video handling into separate file</title>
<updated>2014-12-30T13:06:43Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2014-12-16T13:09:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f2e4d6a58cafb219b1850c3db1238887109cd94d'/>
<id>urn:sha1:f2e4d6a58cafb219b1850c3db1238887109cd94d</id>
<content type='text'>
Pull all of the video handling into a separate file, since a lot
more code will be added and such code would polute the board file.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
Cc: Nikita Kiryanov &lt;nikita@compulab.co.il&gt;
Cc: Sean Cross &lt;xobs@kosagi.com&gt;
Cc: Simon Glass &lt;sjg@chromium.org&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Tim Harvey &lt;tharvey@gateworks.com&gt;
</content>
</entry>
<entry>
<title>arm: mx6: novena: Pull GPIO definitions into header</title>
<updated>2014-12-30T13:06:10Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2014-12-16T13:09:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d59d7b915eb7c891c06e71e7b2a4967c3a488e94'/>
<id>urn:sha1:d59d7b915eb7c891c06e71e7b2a4967c3a488e94</id>
<content type='text'>
Pull the definitions of GPIOs into a separate header file, so that
they can be used across all source files.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
Cc: Nikita Kiryanov &lt;nikita@compulab.co.il&gt;
Cc: Sean Cross &lt;xobs@kosagi.com&gt;
Cc: Simon Glass &lt;sjg@chromium.org&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Tim Harvey &lt;tharvey@gateworks.com&gt;
</content>
</entry>
<entry>
<title>arm: mx6: novena: Minor coding style fix</title>
<updated>2014-12-30T13:05:56Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2014-12-16T13:09:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=998e121a2edc86f792f376cfc2337a6d9218427c'/>
<id>urn:sha1:998e121a2edc86f792f376cfc2337a6d9218427c</id>
<content type='text'>
Just zap multiple spaces and replace them with tabs properly.

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
Cc: Nikita Kiryanov &lt;nikita@compulab.co.il&gt;
Cc: Sean Cross &lt;xobs@kosagi.com&gt;
Cc: Simon Glass &lt;sjg@chromium.org&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Tim Harvey &lt;tharvey@gateworks.com&gt;
</content>
</entry>
<entry>
<title>mx6: Use a common SPL configuration file</title>
<updated>2014-11-20T09:30:18Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2014-11-14T11:37:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=53b7f18044c44e7f3ea0ee10bb4cd775df3aaa3c'/>
<id>urn:sha1:53b7f18044c44e7f3ea0ee10bb4cd775df3aaa3c</id>
<content type='text'>
Many boards use a minimal .cfg file in the SPL case.

Introduce spl_sd.cfg so that we can reuse it.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>novena: Move the DCD settings to spl code</title>
<updated>2014-11-20T09:30:11Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2014-11-14T11:37:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7d29acd9b72128d153707c1a71bcd692b42f791c'/>
<id>urn:sha1:7d29acd9b72128d153707c1a71bcd692b42f791c</id>
<content type='text'>
mx6sabresd_spl.cfg configures CCM registers, GPR registers and CCM_CCOSR.

Move the configuration to the spl code.

CCM_CCOSR setting is no longer required to get audio functionality in the
kernel, so remove such setting.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>kconfig: arm: select CPU_V7 for some new boards</title>
<updated>2014-11-13T13:37:18Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2014-11-06T02:39:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=790f70c725d6a89e6a9ac78f91b025454ae75dde'/>
<id>urn:sha1:790f70c725d6a89e6a9ac78f91b025454ae75dde</id>
<content type='text'>
This commit adds "select CPU_V7" for some new boards that were not
covered by commit 2e07c249a67e
(kconfig: arm: introduce symbol for ARM CPUs).

Redundant "SYS_CPU" defines and "string" directives should be removed.

Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
Acked-by: Stefan Roese &lt;sr@denx.de&gt;
Acked-by: Georges Savoundararadj &lt;savoundg@gmail.com&gt;
</content>
</entry>
<entry>
<title>novena: Add MAINTAINERS file</title>
<updated>2014-11-03T10:30:50Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2014-10-30T20:46:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=eb6b9f265c2902ae3864a891f51ed7ea6098097e'/>
<id>urn:sha1:eb6b9f265c2902ae3864a891f51ed7ea6098097e</id>
<content type='text'>
Commit f91c09acf5c58c ("ARM: mx6: Add support for Kosagi Novena") missed to
add a MAINTAINERS file, so add Marek as the maintainer.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>novena: Fix ethernet PHY reset sequence</title>
<updated>2014-10-30T09:48:43Z</updated>
<author>
<name>Nikolay Dimitrov</name>
<email>picmaster@mail.bg</email>
</author>
<published>2014-10-12T10:47:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b99ed2766ae7bfc28077b8e2ce90ce2402483195'/>
<id>urn:sha1:b99ed2766ae7bfc28077b8e2ce90ce2402483195</id>
<content type='text'>
This patch fixes conflict between PHY pins becoming outputs after reset and
imx6 still driving the pins. It also fixes the reset timing as recommended by
the PHY datasheet.

Signed-off-by: Nikolay Dimitrov &lt;picmaster@mail.bg&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Sean Cross &lt;xobs@kosagi.com&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Reviewed-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>ARM: mx6: Add support for Kosagi Novena</title>
<updated>2014-10-30T09:09:06Z</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2014-10-24T21:39:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f91c09acf5c58cde552e4036fe48b8e47e92d69c'/>
<id>urn:sha1:f91c09acf5c58cde552e4036fe48b8e47e92d69c</id>
<content type='text'>
Add support for the Kosagi Novena board. Currently supported are:
- I2C busses
- FEC Ethernet
- MMC0, MMC1, Booting from MMC
- SATA
- USB ports
- USB Ethernet

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Sean Cross &lt;xobs@kosagi.com&gt;
Cc: Nikolay Dimitrov &lt;picmaster@mail.bg&gt;
Reviewed-by: Nikolay Dimitrov &lt;picmaster@mail.bg&gt;
</content>
</entry>
</feed>
