<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot-toradex.git, branch colibri_vf</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_vf: add vidargs</title>
<updated>2014-03-07T16:28:04+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2014-03-07T16:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=f624e019a3f37ee4415a407afae0e026dd203714'/>
<id>f624e019a3f37ee4415a407afae0e026dd203714</id>
<content type='text'>
Add default VESA VGA vidargs for our now modedb enabled kernel. This
allows easy specifying an alternate parallel RGB resolution.

While at it further checkpatchify our board file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add default VESA VGA vidargs for our now modedb enabled kernel. This
allows easy specifying an alternate parallel RGB resolution.

While at it further checkpatchify our board file.
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_vf: fix build warning</title>
<updated>2013-11-21T02:06:42+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2013-11-21T02:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=5017686683f7c2eb12bb966924c857622e9cdb94'/>
<id>5017686683f7c2eb12bb966924c857622e9cdb94</id>
<content type='text'>
Add an explicit cast to avoid the following build warning:

colibri_vf.c:225:23: warning: initialization makes pointer from integer
 without a cast [enabled by default]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an explicit cast to avoid the following build warning:

colibri_vf.c:225:23: warning: initialization makes pointer from integer
 without a cast [enabled by default]
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_vf: rename colibri_vf61 to colibri_vf</title>
<updated>2013-11-21T01:51:17+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2013-11-21T01:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=15f1dc517e2e58df65c2c140b9b465c0d65296e5'/>
<id>15f1dc517e2e58df65c2c140b9b465c0d65296e5</id>
<content type='text'>
Now as the colibri_vf61 configuration supports memory size as well as
module type auto detection actually rename it to colibri_vf to be
universally used for Colibri VF50 as well as VF61.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now as the colibri_vf61 configuration supports memory size as well as
module type auto detection actually rename it to colibri_vf to be
universally used for Colibri VF50 as well as VF61.
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_vf: implement module type auto detection</title>
<updated>2013-11-20T16:19:10+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2013-11-20T16:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=524884460ef40abe19617e9a2855d1f88a978af4'/>
<id>524884460ef40abe19617e9a2855d1f88a978af4</id>
<content type='text'>
Implement module type (e.g. VF50 vs. VF61) auto detection based on L2
cache availability. Set specific ARM core clock (e.g. 400 vs. 500 MHz)
as well as Linux machine id number.

While at it actually use memargs instead of hard-coded mem= value.

While at it fix sdboot command if initially booting U-Boot from NAND by
doing an explicit mmc part 0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement module type (e.g. VF50 vs. VF61) auto detection based on L2
cache availability. Set specific ARM core clock (e.g. 400 vs. 500 MHz)
as well as Linux machine id number.

While at it actually use memargs instead of hard-coded mem= value.

While at it fix sdboot command if initially booting U-Boot from NAND by
doing an explicit mmc part 0.
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_vf: implement memory size auto detection</title>
<updated>2013-11-20T15:57:33+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2013-11-20T15:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=5d8d4f5ef931d6f0d0195f3961534690b3c2b08d'/>
<id>5d8d4f5ef931d6f0d0195f3961534690b3c2b08d</id>
<content type='text'>
Implement memory size auto detection including memargs generation
analogous to how it was done for Apalis/Colibri T20/T30.

While at it make our board file checkpatch compliant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement memory size auto detection including memargs generation
analogous to how it was done for Apalis/Colibri T20/T30.

While at it make our board file checkpatch compliant.
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_vf61: initial integration</title>
<updated>2013-10-24T20:06:17+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2013-10-24T16:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=ea8bc0b643ba31d5b74ea3c018956b832b98dc5a'/>
<id>ea8bc0b643ba31d5b74ea3c018956b832b98dc5a</id>
<content type='text'>
Add initial Colibri VF61 support based off Timesys' implementation for
Freescale's Vybrid Tower System TWR-VF65GS10:
- New machine ID.
- Default UART_A on SCI0.
- ESDHC2 only.
- 8-bit NAND.
- No quad SPI.
- FEC1 only.
- Enabled command line editing.
- PLL5 based RMII clocking (e.g. no external crystal).
- UART_A, UART_B and UART_C I/O muxing.
- Increase the available space for the U-Boot binary to half a megabyte
  by booting from gfxRAM rather than sysRAM0.
- Integrate factory configuration block handling for hardware version,
  MAC address and serial number to be passed to Linux.
- The U-Boot environment is stored in NAND flash.
- Fix long standing boot hang issue introduced by Freescale's Vybrid
  1.1 silicon.
- Proper 256 MB Nanya DDR3 RAM timings.

Tested on early Colibri VF61 prototypes V1.0b and V1.0c using SD card
(mandatory for initial loading) as well as NAND boot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add initial Colibri VF61 support based off Timesys' implementation for
Freescale's Vybrid Tower System TWR-VF65GS10:
- New machine ID.
- Default UART_A on SCI0.
- ESDHC2 only.
- 8-bit NAND.
- No quad SPI.
- FEC1 only.
- Enabled command line editing.
- PLL5 based RMII clocking (e.g. no external crystal).
- UART_A, UART_B and UART_C I/O muxing.
- Increase the available space for the U-Boot binary to half a megabyte
  by booting from gfxRAM rather than sysRAM0.
- Integrate factory configuration block handling for hardware version,
  MAC address and serial number to be passed to Linux.
- The U-Boot environment is stored in NAND flash.
- Fix long standing boot hang issue introduced by Freescale's Vybrid
  1.1 silicon.
- Proper 256 MB Nanya DDR3 RAM timings.

Tested on early Colibri VF61 prototypes V1.0b and V1.0c using SD card
(mandatory for initial loading) as well as NAND boot.
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_vf50: fix boot hang issue</title>
<updated>2013-10-05T10:08:55+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2013-10-05T10:08:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=ac13ca97df9f8c17d1c89d425041690484ee0fdf'/>
<id>ac13ca97df9f8c17d1c89d425041690484ee0fdf</id>
<content type='text'>
Fix long standing boot hang issue introduced by Freescale's Vybrid 1.1
silicon.

https://community.freescale.com/message/336513#336513

Correct Answer
by Ioseph Martinez Pelayo on Jul 17, 2013 5:33 PM
For the record:

DDRMC_CR154 needs to be 0x682C0000
before was: 0x68200000

There was a change from Si 1.0 to 1.1. So this only affects Si 1.1 and
this version requires writing this value to the register.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix long standing boot hang issue introduced by Freescale's Vybrid 1.1
silicon.

https://community.freescale.com/message/336513#336513

Correct Answer
by Ioseph Martinez Pelayo on Jul 17, 2013 5:33 PM
For the record:

DDRMC_CR154 needs to be 0x682C0000
before was: 0x68200000

There was a change from Si 1.0 to 1.1. So this only affects Si 1.1 and
this version requires writing this value to the register.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "colibri_vf50: hack to avoid boot hang issue"</title>
<updated>2013-10-05T10:07:05+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2013-10-05T10:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=7cc8858d690dda461b0e50a3cb2c63aff28ea17b'/>
<id>7cc8858d690dda461b0e50a3cb2c63aff28ea17b</id>
<content type='text'>
This reverts commit 9629454003a2f85dcff4410e4b56d27e1bde0dd0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 9629454003a2f85dcff4410e4b56d27e1bde0dd0.
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_vf50: fix env offset re-definition warning</title>
<updated>2013-10-04T07:49:46+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2013-10-04T07:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=d784757e1f02d72570ffcf491e0397f60e4fc93f'/>
<id>d784757e1f02d72570ffcf491e0397f60e4fc93f</id>
<content type='text'>
Fix the following build-time warning:

u-boot-toradex.git/include/configs/colibri_vf50_sdboot.h:54:0:
 warning: "CONFIG_ENV_OFFSET" redefined [enabled by default]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the following build-time warning:

u-boot-toradex.git/include/configs/colibri_vf50_sdboot.h:54:0:
 warning: "CONFIG_ENV_OFFSET" redefined [enabled by default]
</pre>
</div>
</content>
</entry>
<entry>
<title>colibri_vf50: fix further issue in HCD conversion</title>
<updated>2013-10-03T15:26:49+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2013-10-03T15:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=d59d402d75b0b782d69394866b4a9c39e49ddb65'/>
<id>d59d402d75b0b782d69394866b4a9c39e49ddb65</id>
<content type='text'>
Fix possible uninitialised array member issue in serial number to
hexadecimal coded decimal conversion routine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix possible uninitialised array member issue in serial number to
hexadecimal coded decimal conversion routine.
</pre>
</div>
</content>
</entry>
</feed>
