<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot-toradex.git, branch 2016.11-toradex-next</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>apalis-imx6: add usage of KSZ9XX1</title>
<updated>2021-10-27T09:20:21+00:00</updated>
<author>
<name>Oleksii Bidnichenko</name>
<email>oleksii.bidnichenko@toradex.com</email>
</author>
<published>2021-10-27T08:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=0ed64e49e556096972e0a85e8f4db287b4ed9bdc'/>
<id>0ed64e49e556096972e0a85e8f4db287b4ed9bdc</id>
<content type='text'>
Backport usage of a new KSZ9XX1 PHY by Apalis iMX6, the old driver
located in micrel.c still used by other boards. If a board
wants to use a new PHY the old one must be disabled.

Backported from:
commit f72e48ba4d98 ("board: apalis_imx6: Add KSZ9131 phy skew settings")
Related-to: ELB-4181
Signed-off-by: Oleksii Bidnichenko &lt;oleksii.bidnichenko@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport usage of a new KSZ9XX1 PHY by Apalis iMX6, the old driver
located in micrel.c still used by other boards. If a board
wants to use a new PHY the old one must be disabled.

Backported from:
commit f72e48ba4d98 ("board: apalis_imx6: Add KSZ9131 phy skew settings")
Related-to: ELB-4181
Signed-off-by: Oleksii Bidnichenko &lt;oleksii.bidnichenko@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers:net:phy Add KSZ9XX1 phy for apalis imx6</title>
<updated>2021-10-27T09:18:57+00:00</updated>
<author>
<name>Oleksii Bidnichenko</name>
<email>oleksii.bidnichenko@toradex.com</email>
</author>
<published>2021-10-27T08:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=ca723c60d38197d83854fb95495e24d73103b3fd'/>
<id>ca723c60d38197d83854fb95495e24d73103b3fd</id>
<content type='text'>
Backport a newer version of the Ethernet PHY to support a new Gigabit
Ethernet Transceiver (KSZ9131).

Backported from:
d397f7c45b0b ("net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 drivers")
Related-to: ELB-4181
Signed-off-by: Oleksii Bidnichenko &lt;oleksii.bidnichenko@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport a newer version of the Ethernet PHY to support a new Gigabit
Ethernet Transceiver (KSZ9131).

Backported from:
d397f7c45b0b ("net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 drivers")
Related-to: ELB-4181
Signed-off-by: Oleksii Bidnichenko &lt;oleksii.bidnichenko@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>continous integration: add .gitlab-ci.yml</title>
<updated>2021-04-13T15:53:11+00:00</updated>
<author>
<name>Denys Drozdov</name>
<email>denys.drozdov@toradex.com</email>
</author>
<published>2021-04-13T14:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=1e8dc5e388e692e657c4cfb4a883b73cde9997bc'/>
<id>1e8dc5e388e692e657c4cfb4a883b73cde9997bc</id>
<content type='text'>
Add yml script to trigger pipeline

Signed-off-by: Denys Drozdov &lt;denys.drozdov@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add yml script to trigger pipeline

Signed-off-by: Denys Drozdov &lt;denys.drozdov@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>toradex: configblock: fix module revision in config block</title>
<updated>2021-04-07T07:39:50+00:00</updated>
<author>
<name>Denys Drozdov</name>
<email>denys.drozdov@toradex.com</email>
</author>
<published>2021-04-05T14:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=f48710dc4d9ee201f63a82242a4611d0f1f5f9b2'/>
<id>f48710dc4d9ee201f63a82242a4611d0f1f5f9b2</id>
<content type='text'>
U-boot might display wrong module revision information
for modules with an assembly version 'K'. "cfgblock create"
does not takes into account all revision digits from PID8.

This fix takes into account 6th,7th digits of PID8
to store module revision.

Related-to: ELB-3893
Signed-off-by: Denys Drozdov &lt;denys.drozdov@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
U-boot might display wrong module revision information
for modules with an assembly version 'K'. "cfgblock create"
does not takes into account all revision digits from PID8.

This fix takes into account 6th,7th digits of PID8
to store module revision.

Related-to: ELB-3893
Signed-off-by: Denys Drozdov &lt;denys.drozdov@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri-imx6ull: fix lcd_pads, provide vsync mux</title>
<updated>2020-05-07T16:33:01+00:00</updated>
<author>
<name>Igor Opaniuk</name>
<email>igor.opaniuk@toradex.com</email>
</author>
<published>2020-05-07T16:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=5c2d46b32533cd873c7d821d9842905c9ef48765'/>
<id>5c2d46b32533cd873c7d821d9842905c9ef48765</id>
<content type='text'>
Remove duplicate MX6_PAD_LCD_CLK__LCDIF_CLK, provide pad configuration
MX6_PAD_LCD_VSYNC__LCDIF_VSYNC.

Relates-to: ELB-2725
Signed-off-by: Igor Opaniuk &lt;igor.opaniuk@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove duplicate MX6_PAD_LCD_CLK__LCDIF_CLK, provide pad configuration
MX6_PAD_LCD_VSYNC__LCDIF_VSYNC.

Relates-to: ELB-2725
Signed-off-by: Igor Opaniuk &lt;igor.opaniuk@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>apalis_t30: apalis-tk1: update tezi vidargs for drm</title>
<updated>2020-03-09T07:43:23+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2019-12-19T17:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=5d9ec78bbafc33a0ff5e29536358bcf96d84980b'/>
<id>5d9ec78bbafc33a0ff5e29536358bcf96d84980b</id>
<content type='text'>
Update the Toradex Easy Installer recovery vidargs for the recent DRM
update.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the Toradex Easy Installer recovery vidargs for the recent DRM
update.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fitimage: adapt to the changes in tezi meta layer</title>
<updated>2020-03-05T16:43:57+00:00</updated>
<author>
<name>Ming Liu</name>
<email>ming.liu@toradex.com</email>
</author>
<published>2020-03-05T16:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=12419ca68eea182f9f6892092dacdb5bf2b26fbb'/>
<id>12419ca68eea182f9f6892092dacdb5bf2b26fbb</id>
<content type='text'>
- Drop "config@1" for apalis-t30, since that's the only config, we do
  not have to explicitly set it to config 1.
- Change the configuration for apalis-tk1 to use the actual fdt files.
- Change the configuration for colibri_imx7 to use the actual fdt
  files.
- Also fix a wrong fdtfile setting for colibri_imx7.

Related-to: TEI-498
Signed-off-by: Ming Liu &lt;ming.liu@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Drop "config@1" for apalis-t30, since that's the only config, we do
  not have to explicitly set it to config 1.
- Change the configuration for apalis-tk1 to use the actual fdt files.
- Change the configuration for colibri_imx7 to use the actual fdt
  files.
- Also fix a wrong fdtfile setting for colibri_imx7.

Related-to: TEI-498
Signed-off-by: Ming Liu &lt;ming.liu@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_imx6: provide usb phy mode func</title>
<updated>2019-07-19T09:16:25+00:00</updated>
<author>
<name>Igor Opaniuk</name>
<email>igor.opaniuk@toradex.com</email>
</author>
<published>2019-07-19T09:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=0ece8702d4b097cd837cfcabba980c358874aef4'/>
<id>0ece8702d4b097cd837cfcabba980c358874aef4</id>
<content type='text'>
Add function which checks USBC_DET pin value for switching to
proper usb phy mode.

Now USB OTG works in both host/otg modes:

U-Boot 2016.11-00011-ga26e924efb-dirty (Jul 19 2019 - 12:14:09 +0300)

...
Colibri iMX6 # usb start
starting USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
USB1:   USB EHCI 1.00
scanning bus 1 for devices... 2 USB Device(s) found
       scanning usb for storage devices... 1 Storage Device(s) found
       scanning usb for ethernet devices... 0 Ethernet Device(s) found

Signed-off-by: Igor Opaniuk &lt;igor.opaniuk@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add function which checks USBC_DET pin value for switching to
proper usb phy mode.

Now USB OTG works in both host/otg modes:

U-Boot 2016.11-00011-ga26e924efb-dirty (Jul 19 2019 - 12:14:09 +0300)

...
Colibri iMX6 # usb start
starting USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
USB1:   USB EHCI 1.00
scanning bus 1 for devices... 2 USB Device(s) found
       scanning usb for storage devices... 1 Storage Device(s) found
       scanning usb for ethernet devices... 0 Ethernet Device(s) found

Signed-off-by: Igor Opaniuk &lt;igor.opaniuk@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_imx6ull: fix USBC_DET pin configuration</title>
<updated>2019-04-24T10:19:46+00:00</updated>
<author>
<name>Igor Opaniuk</name>
<email>igor.opaniuk@toradex.com</email>
</author>
<published>2019-04-24T10:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=a26e924efbf998711f56911ddd8419f95eca09b9'/>
<id>a26e924efbf998711f56911ddd8419f95eca09b9</id>
<content type='text'>
Provide proper configuration for USBC_DET pin.

Signed-off-by: Igor Opaniuk &lt;igor.opaniuk@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide proper configuration for USBC_DET pin.

Signed-off-by: Igor Opaniuk &lt;igor.opaniuk@toradex.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_t20: configs: invoke dhcp before tftp usage</title>
<updated>2019-04-12T09:12:08+00:00</updated>
<author>
<name>Igor Opaniuk</name>
<email>igor.opaniuk@toradex.com</email>
</author>
<published>2019-04-09T11:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=9304631dc7b4e14bb0f866369778432b190af140'/>
<id>9304631dc7b4e14bb0f866369778432b190af140</id>
<content type='text'>
Receive DHCP configuration before running tftp command for fetching
proper dtb. When `run nfsboot` is invoked before DHCP configuration
is received, the booting process is stuck on:

Colibri iMX6 # run nfsboot
Booting via DHCP/TFTP/NFS...
Using FEC device
TFTP from server 192.168.10.1; our IP address is 192.168.10.2
Filename '---.dtb'.
Load address: 0x12100000

Signed-off-by: Igor Opaniuk &lt;igor.opaniuk@toradex.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Receive DHCP configuration before running tftp command for fetching
proper dtb. When `run nfsboot` is invoked before DHCP configuration
is received, the booting process is stuck on:

Colibri iMX6 # run nfsboot
Booting via DHCP/TFTP/NFS...
Using FEC device
TFTP from server 192.168.10.1; our IP address is 192.168.10.2
Filename '---.dtb'.
Load address: 0x12100000

Signed-off-by: Igor Opaniuk &lt;igor.opaniuk@toradex.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
