<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/toradex, branch v2017.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/toradex?h=v2017.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/toradex?h=v2017.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-12-16T09:03:43Z</updated>
<entry>
<title>arm: imx: initial support for colibri imx6</title>
<updated>2016-12-16T09:03:43Z</updated>
<author>
<name>Max Krummenacher</name>
<email>max.oss.09@gmail.com</email>
</author>
<published>2016-11-30T18:43:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a02d517b0182f83771565eba1329fb323674ec58'/>
<id>urn:sha1:a02d517b0182f83771565eba1329fb323674ec58</id>
<content type='text'>
This adds board support for the Toradex module family Colibri iMX6.
The familiy consists of a module with i.MX6 DualLite, i.MX6 Solo, both
with a version for commercial and industrial temperature range.

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
</entry>
<entry>
<title>arm: imx: initial support for apalis imx6</title>
<updated>2016-12-16T09:02:45Z</updated>
<author>
<name>Max Krummenacher</name>
<email>max.oss.09@gmail.com</email>
</author>
<published>2016-11-30T18:43:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=592f4aed6db765172e21f228800b49f9a27ff201'/>
<id>urn:sha1:592f4aed6db765172e21f228800b49f9a27ff201</id>
<content type='text'>
This adds board support for the Toradex module family Apalis iMX6.
The familiy consists of a module with i.MX6 Dual, i.MX6 Quad with
commercial and industrial temperature range.

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
</entry>
<entry>
<title>colibri_vf: use same NAND clock as Linux uses</title>
<updated>2016-12-16T08:56:38Z</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2016-11-30T21:41:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0eba4c41ca18f8f009126dcacc647927accaa63d'/>
<id>urn:sha1:0eba4c41ca18f8f009126dcacc647927accaa63d</id>
<content type='text'>
Currently a divider of 6 has been used, leading to following NAND
Flash Controller (NFC) clocks:
VF61: 27.7 MHz (166.7MHz bus clock)
VF50: 22 MHz (132MHz bus clock)

The NAND Flash Memory used on VF50 allows to use clock speed of
up to 33MHz, while the Flash Memory of VF61 allows 50MHz. We can
use the same divider of 4 on both modules to configure the maximal
possible clock speeds:
VF61: 41.7 MHz
VF50: 33 MHz

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
</content>
</entry>
<entry>
<title>colibri_vf: cleanup USB clock initialization</title>
<updated>2016-12-16T08:56:38Z</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2016-11-30T21:41:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9e73c1b7d11611d51f0026d375731f0316dd26e8'/>
<id>urn:sha1:9e73c1b7d11611d51f0026d375731f0316dd26e8</id>
<content type='text'>
Use the same preprocessor define to enable clocks as we use to
enable the driver. Make sure that the necessary PLL's are on
(they get enabled by boot ROM by default, so this is more for
completness).

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
</content>
</entry>
<entry>
<title>colibri_vf: use device-tree for MTD partitions</title>
<updated>2016-12-16T08:56:38Z</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2016-11-30T21:41:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6119b0f764eb8b68d6148d4c017cbd343408c2d8'/>
<id>urn:sha1:6119b0f764eb8b68d6148d4c017cbd343408c2d8</id>
<content type='text'>
Use device-tree fixup to communicate the MTD partitions to the
kernel. U-Boot's mtdparts environment variable will be used as
partition source for the device-tree based partition table too.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
</content>
</entry>
<entry>
<title>toradex: allow custom fdt board setup in board file</title>
<updated>2016-12-16T08:56:38Z</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2016-11-30T21:41:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=37fa41256bd756f3652e7479b976982092a4f9bc'/>
<id>urn:sha1:37fa41256bd756f3652e7479b976982092a4f9bc</id>
<content type='text'>
The config block support currently uses the ft_board_setup function
to patch the device tree with config block information. However, this
does not allow to patch the device tree with board specific information.
Rename the common setup function to ft_common_board_setup and use the
call it from the board files directly.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
</content>
</entry>
<entry>
<title>toradex: fix USB Download gadget fixup callback</title>
<updated>2016-12-16T08:56:38Z</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2016-11-30T21:41:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=beaf40688ba7303e9db50558b3852c79437eecad'/>
<id>urn:sha1:beaf40688ba7303e9db50558b3852c79437eecad</id>
<content type='text'>
Use the proper config option to guard the USB Download Function
fixup callback.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
</content>
</entry>
<entry>
<title>colibri_vf: usb gadget: toradex pid is now set generically</title>
<updated>2016-11-28T20:10:33Z</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2016-11-16T16:49:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=877ea607a8e07a9ed308e44a58e8e2b9028f01f2'/>
<id>urn:sha1:877ea607a8e07a9ed308e44a58e8e2b9028f01f2</id>
<content type='text'>
remove now unused CONFIG_TRDX_PID_XXX

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Acked-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
Acked-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
</entry>
<entry>
<title>apalis/colibri_imx7/pxa270/t20/t30/vf: integrate config block handling</title>
<updated>2016-11-28T20:10:33Z</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2016-11-16T16:49:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b891d01038abcc8b25f12e1b91ff889b06eb07a2'/>
<id>urn:sha1:b891d01038abcc8b25f12e1b91ff889b06eb07a2</id>
<content type='text'>
With our common code in place actually make use of it across all our
modules.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Acked-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
</entry>
<entry>
<title>toradex: config block handling</title>
<updated>2016-11-28T20:10:32Z</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2016-11-16T16:49:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a2777ecb9d11882dba696035defa35c70dd26733'/>
<id>urn:sha1:a2777ecb9d11882dba696035defa35c70dd26733</id>
<content type='text'>
Add Toradex factory configuration block handling. The config block is a
data structure which gets stored to flash during production testing. The
structure holds such information as board resp. hardware revision,
product ID and serial number which is used as the NIC part of the
Ethernet MAC address as well. The config block will be read upon boot by
the show_board_info() function, displayed as part of the board
information and passed to Linux via device tree or ATAGs.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Acked-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
</entry>
</feed>
