<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot-toradex.git, branch 2014.04-toradex</title>
<subtitle>U-Boot bootloader for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/'/>
<entry>
<title>colibri_imx6.h: fix syntax in vidargs</title>
<updated>2014-12-19T15:43:15+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2014-12-19T15:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=0260e62f008aa292d87da7c1a9fbe1051a793518'/>
<id>0260e62f008aa292d87da7c1a9fbe1051a793518</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_imx6.h: default to VGA on parallel RGB</title>
<updated>2014-12-10T16:06:56+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2014-12-10T14:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=d593e1931d1a9fa00ee99dcd9b61e1c3f738ab1c'/>
<id>d593e1931d1a9fa00ee99dcd9b61e1c3f738ab1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri-imx6: add board_rev to the U-Boot environment</title>
<updated>2014-12-10T16:06:31+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2014-12-10T13:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=cb77d7ba0a2eeedbe13e20996b9e20298a096a35'/>
<id>cb77d7ba0a2eeedbe13e20996b9e20298a096a35</id>
<content type='text'>
Unify code with Apalis iMX6 while not changing behaviour
Add board_rev to the U-Boot environment. On V1.0A HW: 010a
Add CONFIG_ENV_VARS_UBOOT_CONFIG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unify code with Apalis iMX6 while not changing behaviour
Add board_rev to the U-Boot environment. On V1.0A HW: 010a
Add CONFIG_ENV_VARS_UBOOT_CONFIG
</pre>
</div>
</content>
</entry>
<entry>
<title>apalis-imx6: add HW revision detection</title>
<updated>2014-12-10T14:49:24+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2014-12-10T13:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=b16a9ad7bd7ac6e5f3293c003b96d15fb2504a92'/>
<id>b16a9ad7bd7ac6e5f3293c003b96d15fb2504a92</id>
<content type='text'>
- Default to DTE UART mode, as used on HW V1.1 but automatically fall back
  to use DCE UART on V1.0 HW.
- If using the default device tree filename imx6q-apalis-eval.dtb, switch to
  the V1.0 devicetree on V1.0 HW. If device tree name is not the default leave
  it alone.
- Add board_rev to the U-Boot environment. On V1.0A HW: 010a
- Add CONFIG_ENV_VARS_UBOOT_CONFIG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Default to DTE UART mode, as used on HW V1.1 but automatically fall back
  to use DCE UART on V1.0 HW.
- If using the default device tree filename imx6q-apalis-eval.dtb, switch to
  the V1.0 devicetree on V1.0 HW. If device tree name is not the default leave
  it alone.
- Add board_rev to the U-Boot environment. On V1.0A HW: 010a
- Add CONFIG_ENV_VARS_UBOOT_CONFIG
</pre>
</div>
</content>
</entry>
<entry>
<title>apalis imx6: add inital configuration for IT</title>
<updated>2014-12-05T20:38:21+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2014-12-05T16:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=aa2643aaac6f68902266a4574cad78ab3c8d313b'/>
<id>aa2643aaac6f68902266a4574cad78ab3c8d313b</id>
<content type='text'>
- Add a 2GB RAM configuration with quick and dirty DDR optimization values.
- Make sure the device-tree is not relocated to high-memory.
- Configure eMMC reset to GPIO with pullup. The boot ROM already did a pulse.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add a 2GB RAM configuration with quick and dirty DDR optimization values.
- Make sure the device-tree is not relocated to high-memory.
- Configure eMMC reset to GPIO with pullup. The boot ROM already did a pulse.
</pre>
</div>
</content>
</entry>
<entry>
<title>apalis-imx6: pf0100: enable needed voltages when unfused</title>
<updated>2014-12-05T16:37:24+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2014-11-26T16:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=9a77294bc90dbc5a9d1e4fbea86361d8291176ee'/>
<id>9a77294bc90dbc5a9d1e4fbea86361d8291176ee</id>
<content type='text'>
This is needed during production or Ethernet will not work.

This partly reverts commit b5e9ee3bb9ac34d6073083e1ccb4fda3ef45426a.

While at it fix coding style.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is needed during production or Ethernet will not work.

This partly reverts commit b5e9ee3bb9ac34d6073083e1ccb4fda3ef45426a.

While at it fix coding style.
</pre>
</div>
</content>
</entry>
<entry>
<title>apalis-imx6: V1.1 HW changes</title>
<updated>2014-12-05T16:37:24+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2014-11-21T17:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=fab8c6af7615a66403e5e6a62863a7b2feda41d4'/>
<id>fab8c6af7615a66403e5e6a62863a7b2feda41d4</id>
<content type='text'>
- use PWM 4 through a buffer for BL_PWM
- use UARTs in DTE mode (Pinout change from V1.1 HW)
- enable mtest
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use PWM 4 through a buffer for BL_PWM
- use UARTs in DTE mode (Pinout change from V1.1 HW)
- enable mtest
</pre>
</div>
</content>
</entry>
<entry>
<title>apalis_imx6: use _ in file name</title>
<updated>2014-12-05T16:37:24+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2014-12-05T16:28:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=08d02a8ca747753cc0844bde932a91e5e964a00a'/>
<id>08d02a8ca747753cc0844bde932a91e5e964a00a</id>
<content type='text'>
Be consistent with other Toradex products
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Be consistent with other Toradex products
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_imx6: use UART DTE mode unconditionally</title>
<updated>2014-12-05T16:37:23+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2014-12-05T14:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=763d0100c99ae089f49f57466abb960a1ff2426d'/>
<id>763d0100c99ae089f49f57466abb960a1ff2426d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_imx6: use _ in file name</title>
<updated>2014-12-05T16:37:19+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2014-12-05T16:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=b21b3066d39a6cdb678b4e8c07f404dda96bfae7'/>
<id>b21b3066d39a6cdb678b4e8c07f404dda96bfae7</id>
<content type='text'>
Be consistent with other Toradex products
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Be consistent with other Toradex products
</pre>
</div>
</content>
</entry>
</feed>
