<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot-toradex.git, branch T20_LinuxImageV2.0Alpha1_20120808</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>Initial Toradex Colibri T20 L4T R15 support.</title>
<updated>2012-08-22T14:16:26+00:00</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2012-08-22T14:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=2a1325206da5381292c2b268e248702c523cc927'/>
<id>2a1325206da5381292c2b268e248702c523cc927</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make u-boot recognize full range of PPT LPC controllers</title>
<updated>2012-03-29T22:01:28+00:00</updated>
<author>
<name>Vadim Bendebury</name>
<email>vbendeb@chromium.org</email>
</author>
<published>2012-03-27T03:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=2f2f858faddd3cce54f7c64bc8fc8b596c1ddfaf'/>
<id>2f2f858faddd3cce54f7c64bc8fc8b596c1ddfaf</id>
<content type='text'>
The full range of LPC controllers should be accepted by u-boot when
looking for the SPI controller. The values come from Intel's
Panther_Point_EDS_v072.pdf (document #472178).

BUG=chrome-os-partner:7734
TEST=manual
  . program the new image on the target
  . reboot it and observe coming up to ChromeOS login screen

Change-Id: Id8f7068c3b48885f868a1f30e7927e678d2154b6
Signed-off-by: Vadim Bendebury &lt;vbendeb@chromium.org&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/19147
Reviewed-by: Jon Salz &lt;jsalz@chromium.org&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/19310
Reviewed-by: Stefan Reinauer &lt;reinauer@chromium.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The full range of LPC controllers should be accepted by u-boot when
looking for the SPI controller. The values come from Intel's
Panther_Point_EDS_v072.pdf (document #472178).

BUG=chrome-os-partner:7734
TEST=manual
  . program the new image on the target
  . reboot it and observe coming up to ChromeOS login screen

Change-Id: Id8f7068c3b48885f868a1f30e7927e678d2154b6
Signed-off-by: Vadim Bendebury &lt;vbendeb@chromium.org&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/19147
Reviewed-by: Jon Salz &lt;jsalz@chromium.org&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/19310
Reviewed-by: Stefan Reinauer &lt;reinauer@chromium.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase size of MRC cache on Link</title>
<updated>2012-03-21T23:10:19+00:00</updated>
<author>
<name>Stefan Reinauer</name>
<email>reinauer@chromium.org</email>
</author>
<published>2012-03-21T22:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=3a092d3ca1af2c719603468f27da7964010bd897'/>
<id>3a092d3ca1af2c719603468f27da7964010bd897</id>
<content type='text'>
Link's MRC produces significantly more training data than
the one used on Stumpy/Lumpy.

Signed-off-by: Stefan Reinauer &lt;reinauer@chromium.org&gt;
BUG=none
TEST=boot tested on Link

Change-Id: I9310c3bcc77fb4318db0635b97b115ab0eb7e5ec
Reviewed-on: https://gerrit.chromium.org/gerrit/18748
Tested-by: Stefan Reinauer &lt;reinauer@chromium.org&gt;
Reviewed-by: Duncan Laurie &lt;dlaurie@chromium.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Link's MRC produces significantly more training data than
the one used on Stumpy/Lumpy.

Signed-off-by: Stefan Reinauer &lt;reinauer@chromium.org&gt;
BUG=none
TEST=boot tested on Link

Change-Id: I9310c3bcc77fb4318db0635b97b115ab0eb7e5ec
Reviewed-on: https://gerrit.chromium.org/gerrit/18748
Tested-by: Stefan Reinauer &lt;reinauer@chromium.org&gt;
Reviewed-by: Duncan Laurie &lt;dlaurie@chromium.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>spi: Atmel: Add support for AT25DF</title>
<updated>2012-03-20T16:44:58+00:00</updated>
<author>
<name>Tom Warren</name>
<email>twarren@nvidia.com</email>
</author>
<published>2012-03-20T15:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=7bd3a6b0c035cab99ae55e565a16614f934bfb05'/>
<id>7bd3a6b0c035cab99ae55e565a16614f934bfb05</id>
<content type='text'>
Cardhu boards can use Atmel and Winbond SPI flash
parts - support both in one binary.

BUG=chromium-os:23496
TEST=build all OK, test on Cardhu.
'sf probe 0' returns:
SF: Detected AT25DF321A with page size 256, total 4 MiB.
sf read/write/erase all work OK.

Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;
Change-Id: I7df3abb030a49b572e1172ca77227cd4d63e0c21
Reviewed-on: https://gerrit.chromium.org/gerrit/18539
Reviewed-by: Mike Frysinger &lt;vapier@chromium.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cardhu boards can use Atmel and Winbond SPI flash
parts - support both in one binary.

BUG=chromium-os:23496
TEST=build all OK, test on Cardhu.
'sf probe 0' returns:
SF: Detected AT25DF321A with page size 256, total 4 MiB.
sf read/write/erase all work OK.

Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;
Change-Id: I7df3abb030a49b572e1172ca77227cd4d63e0c21
Reviewed-on: https://gerrit.chromium.org/gerrit/18539
Reviewed-by: Mike Frysinger &lt;vapier@chromium.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>x86: Make RW unused section labels unique</title>
<updated>2012-03-19T18:16:04+00:00</updated>
<author>
<name>Duncan Laurie</name>
<email>dlaurie@chromium.org</email>
</author>
<published>2012-03-18T21:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=2d488b160ea8cf9c8ee846d20f17b59e995a2048'/>
<id>2d488b160ea8cf9c8ee846d20f17b59e995a2048</id>
<content type='text'>
BUG=none
TEST=check fmap on generated binary for unique names

Change-Id: Id1ac5cf223ec6a333fc8f4c587e972afd087f90d
Signed-off-by: Duncan Laurie &lt;dlaurie@chromium.org&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/18435
Reviewed-by: Stefan Reinauer &lt;reinauer@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG=none
TEST=check fmap on generated binary for unique names

Change-Id: Id1ac5cf223ec6a333fc8f4c587e972afd087f90d
Signed-off-by: Duncan Laurie &lt;dlaurie@chromium.org&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/18435
Reviewed-by: Stefan Reinauer &lt;reinauer@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce RW BIOS data sections to 512K from 976K</title>
<updated>2012-03-16T18:24:50+00:00</updated>
<author>
<name>Duncan Laurie</name>
<email>dlaurie@chromium.org</email>
</author>
<published>2012-03-16T16:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=bb60ac4d2b59a3335b8f8bc145d7494d28ad13e2'/>
<id>bb60ac4d2b59a3335b8f8bc145d7494d28ad13e2</id>
<content type='text'>
This saves 500ms in the RW BIOS path and still leaves 130K
overhead from the current U-boot size (372K) which should be
more than enough for any future updates on stumpy/lumpy.

This should be re-visited if/when vboot is smart enough to
just read+validate the actual binary within the section.

BUG=chrome-os-partner:8518
TEST=boot lumpy/stumpy through RW BIOS path and gather
timestamps to see 500ms improvement.

Change-Id: Ia714b4b95245f02f6e781247f820ca915bb403f5
Signed-off-by: Duncan Laurie &lt;dlaurie@chromium.org&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/18372
Reviewed-by: Stefan Reinauer &lt;reinauer@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This saves 500ms in the RW BIOS path and still leaves 130K
overhead from the current U-boot size (372K) which should be
more than enough for any future updates on stumpy/lumpy.

This should be re-visited if/when vboot is smart enough to
just read+validate the actual binary within the section.

BUG=chrome-os-partner:8518
TEST=boot lumpy/stumpy through RW BIOS path and gather
timestamps to see 500ms improvement.

Change-Id: Ia714b4b95245f02f6e781247f820ca915bb403f5
Signed-off-by: Duncan Laurie &lt;dlaurie@chromium.org&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/18372
Reviewed-by: Stefan Reinauer &lt;reinauer@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove code that disabled cache in _x86boot_start</title>
<updated>2012-03-16T18:24:50+00:00</updated>
<author>
<name>Duncan Laurie</name>
<email>dlaurie@chromium.org</email>
</author>
<published>2012-03-16T16:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=8230258498a8448aa5b210c1356174f99b1352b8'/>
<id>8230258498a8448aa5b210c1356174f99b1352b8</id>
<content type='text'>
When U-boot is loaded via verified boot it starts at the
_x86boot_start entry point and promptly disables caching,
resulting in about a 500ms hit to boot time.

BUG=chrome-os-partner:8518
TEST=boot on lumpy with RW BIOS and gather timestamps
to observe 500ms less time spent in u-boot init.

Change-Id: I4eb1ad5ebcb20a156fef77452030e47a5e510115
Signed-off-by: Duncan Laurie &lt;dlaurie@chromium.org&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/18371
Reviewed-by: Stefan Reinauer &lt;reinauer@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When U-boot is loaded via verified boot it starts at the
_x86boot_start entry point and promptly disables caching,
resulting in about a 500ms hit to boot time.

BUG=chrome-os-partner:8518
TEST=boot on lumpy with RW BIOS and gather timestamps
to observe 500ms less time spent in u-boot init.

Change-Id: I4eb1ad5ebcb20a156fef77452030e47a5e510115
Signed-off-by: Duncan Laurie &lt;dlaurie@chromium.org&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/18371
Reviewed-by: Stefan Reinauer &lt;reinauer@google.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use keyboard controller for hard reset instead of CF9</title>
<updated>2012-03-16T06:35:02+00:00</updated>
<author>
<name>Vadim Bendebury</name>
<email>vbendeb@chromium.org</email>
</author>
<published>2012-03-16T04:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=9c3e90d6a1086754c6899792dd3d8e19c0c8c03e'/>
<id>9c3e90d6a1086754c6899792dd3d8e19c0c8c03e</id>
<content type='text'>
For some still unknown reason writes to localtion 0xcf9 do not cause
the Link to reboot, they cause it to shut down instead. While this
will have to be investigated and fixed, this change modifies the code
to use the keyboard controller (implemented by the EC on Link) to
restart the system.

Once the 0xcf9 problem is resolved, this change could be reverted.

BUG=chrome-os-partner:8397
TEST=manual
  . when u-boot tires restarting the system it now reboots. before
    this change it would just shut down.

Change-Id: I8076f897304f705e20ec8f2e30cce17d7fdd31c4
Signed-off-by: Vadim Bendebury &lt;vbendeb@chromium.org&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/18332
Reviewed-by: Hung-Te Lin &lt;hungte@chromium.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For some still unknown reason writes to localtion 0xcf9 do not cause
the Link to reboot, they cause it to shut down instead. While this
will have to be investigated and fixed, this change modifies the code
to use the keyboard controller (implemented by the EC on Link) to
restart the system.

Once the 0xcf9 problem is resolved, this change could be reverted.

BUG=chrome-os-partner:8397
TEST=manual
  . when u-boot tires restarting the system it now reboots. before
    this change it would just shut down.

Change-Id: I8076f897304f705e20ec8f2e30cce17d7fdd31c4
Signed-off-by: Vadim Bendebury &lt;vbendeb@chromium.org&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/18332
Reviewed-by: Hung-Te Lin &lt;hungte@chromium.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gen: Get disk/part_dos.c to compile when CONFIG_SYS_64BIT_LBA is turned on</title>
<updated>2012-03-15T22:27:02+00:00</updated>
<author>
<name>Gabe Black</name>
<email>gabeblack@chromium.org</email>
</author>
<published>2012-03-15T09:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=464dfebeb9ffe68d37d9966c2415e778637033b1'/>
<id>464dfebeb9ffe68d37d9966c2415e778637033b1</id>
<content type='text'>
The code in this file tries to print an LBA using the format specifier
"%10ld", but when CONFIG_SYS_64BIT_LBA is turned on, the argument passed in
this position is a 64 bit value and isn't compatible. This change selects the
appropriate format specifier, the original or "10lld", based on whether
CONFIG_SYS_64BIT_LBA is turned on.

BUG=chrome-os-partner:8180
TEST=Built for Stumpy with BUILD_PART_FS_STUFF turned on and
CONFIG_SYS_64BIT_LBA enabled and disable, and saw the compile errors go away.

Change-Id: Ib80b1567ce07673aea2b47dfba9b3526b32f9de5
Signed-off-by: Gabe Black &lt;gabeblack@google.com&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/18219
Reviewed-by: Vincent Palatin &lt;vpalatin@chromium.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code in this file tries to print an LBA using the format specifier
"%10ld", but when CONFIG_SYS_64BIT_LBA is turned on, the argument passed in
this position is a 64 bit value and isn't compatible. This change selects the
appropriate format specifier, the original or "10lld", based on whether
CONFIG_SYS_64BIT_LBA is turned on.

BUG=chrome-os-partner:8180
TEST=Built for Stumpy with BUILD_PART_FS_STUFF turned on and
CONFIG_SYS_64BIT_LBA enabled and disable, and saw the compile errors go away.

Change-Id: Ib80b1567ce07673aea2b47dfba9b3526b32f9de5
Signed-off-by: Gabe Black &lt;gabeblack@google.com&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/18219
Reviewed-by: Vincent Palatin &lt;vpalatin@chromium.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>arm: Tegra3: pass board id through the dts files</title>
<updated>2012-03-15T13:02:26+00:00</updated>
<author>
<name>Varun Wadekar</name>
<email>vwadekar@nvidia.com</email>
</author>
<published>2012-03-09T14:01:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/u-boot-toradex.git/commit/?id=16c9f7e347ed7a4bb5ae155f19451e807521df5e'/>
<id>16c9f7e347ed7a4bb5ae155f19451e807521df5e</id>
<content type='text'>
BUG=chromium-os:23496
TEST=build on Waluigi, Seaboard, Cardhu

Change-Id: I9ccd3085fb551e9887815592e9b518b6944beda7
Signed-off-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/14474
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG=chromium-os:23496
TEST=build on Waluigi, Seaboard, Cardhu

Change-Id: I9ccd3085fb551e9887815592e9b518b6944beda7
Signed-off-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/14474
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
