<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/u-boot/u-boot-git, branch org.openembedded.dev</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>u-boot_git.bb : newer gcc dont allow weak inlines</title>
<updated>2010-08-18T10:10:12+00:00</updated>
<author>
<name>Graeme Gregory</name>
<email>dp@xora.org.uk</email>
</author>
<published>2010-04-25T17:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=1b5b4fd868032e91439cc8baef00d41dabbba572'/>
<id>1b5b4fd868032e91439cc8baef00d41dabbba572</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>u-boot/angstrom-uboot-scripts/beagleboard-test-image: increase ramdisk</title>
<updated>2010-08-16T08:48:44+00:00</updated>
<author>
<name>Jason Kridner</name>
<email>jkridner@beagleboard.org</email>
</author>
<published>2010-08-13T04:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=66848a81f76ebaf72a2083d186df8668f08a6825'/>
<id>66848a81f76ebaf72a2083d186df8668f08a6825</id>
<content type='text'>
* add initramfs image
* move to 128MB ramdisk until I can get initramfs working

Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add initramfs image
* move to 128MB ramdisk until I can get initramfs working

Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>u-boot: beagleboard: adjusted clocks to match PSP</title>
<updated>2010-08-12T06:36:32+00:00</updated>
<author>
<name>Jason Kridner</name>
<email>jkridner@beagleboard.org</email>
</author>
<published>2010-08-11T09:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=49ddf7eeda01a541d4bb9f25d8c756ef2d81012e'/>
<id>49ddf7eeda01a541d4bb9f25d8c756ef2d81012e</id>
<content type='text'>
Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
Signed-off-by: Koen Kooi &lt;koen@beagleboard.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
Signed-off-by: Koen Kooi &lt;koen@beagleboard.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>u-boot: calamari: moved to 2010.06 version</title>
<updated>2010-08-06T05:34:33+00:00</updated>
<author>
<name>Frans Meulenbroeks</name>
<email>fransmeulenbroeks@gmail.com</email>
</author>
<published>2010-08-06T05:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=d8592c44e4e1ff9f5ea4c3550e571fe5bd1673e3'/>
<id>d8592c44e4e1ff9f5ea4c3550e571fe5bd1673e3</id>
<content type='text'>
all changes are calamari specific
moved to 2010.06 version
made sure all u-boot variants are build and deployed (for nor/nand/sd/spi)
removed the patches that have been merged upstream
removed a stale file that was not used: buggy-gcc-really-no-spe.patch
added patch to increase sd card timeout

Signed-off-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all changes are calamari specific
moved to 2010.06 version
made sure all u-boot variants are build and deployed (for nor/nand/sd/spi)
removed the patches that have been merged upstream
removed a stale file that was not used: buggy-gcc-really-no-spe.patch
added patch to increase sd card timeout

Signed-off-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>u-boot: beagleboard: default 3MP camera support</title>
<updated>2010-08-05T19:31:23+00:00</updated>
<author>
<name>jkridner@beagleboard.org</name>
<email>jkridner@beagleboard.org</email>
</author>
<published>2010-08-05T09:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f2636a6278709f20f0d6be82373b309023b36f30'/>
<id>f2636a6278709f20f0d6be82373b309023b36f30</id>
<content type='text'>
This turns on the pull-ups so that the I2C will work by default as well
as sets the default camera type.  Currently, the kernel cannot probe for
I2C devices, but that should be the long term fix.  We put the change
here into the default environment, instead of the boot.scr, such that
there won't be a need to update your boot.scr in the future for the
default camera if we ever get the kernel fixed to probe for I2C devcies.

Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This turns on the pull-ups so that the I2C will work by default as well
as sets the default camera type.  Currently, the kernel cannot probe for
I2C devices, but that should be the long term fix.  We put the change
here into the default environment, instead of the boot.scr, such that
there won't be a need to update your boot.scr in the future for the
default camera if we ever get the kernel fixed to probe for I2C devcies.

Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>u-boot git: sync i2c and button patch with http://gitorious.org/beagleboard-validation/u-boot/commits/validation-20100723</title>
<updated>2010-07-24T11:40:42+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2010-07-24T11:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=9ed0681eb99434d0ad02d0e6ea666c94ea3f430e'/>
<id>9ed0681eb99434d0ad02d0e6ea666c94ea3f430e</id>
<content type='text'>
u-boot git: change default env for beagle to run user.scr or ramdisk when the USER button is pressed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
u-boot git: change default env for beagle to run user.scr or ramdisk when the USER button is pressed
</pre>
</div>
</content>
</entry>
<entry>
<title>u-boot_git: Change default console for OMAP3EVM</title>
<updated>2010-07-13T07:45:13+00:00</updated>
<author>
<name>Roger Monk</name>
<email>r-monk@ti.com</email>
</author>
<published>2010-07-12T14:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=b520cd29836cac171e181703bac1ef250219e11c'/>
<id>b520cd29836cac171e181703bac1ef250219e11c</id>
<content type='text'>
   * Change ttyS2 -&gt; ttyS0
   * bump PR

Signed-off-by: Roger Monk &lt;r-monk@ti.com&gt;
Signed-off-by: Koen Kooi &lt;k-kooi@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   * Change ttyS2 -&gt; ttyS0
   * bump PR

Signed-off-by: Roger Monk &lt;r-monk@ti.com&gt;
Signed-off-by: Koen Kooi &lt;k-kooi@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>uboot: Remove early (alpha) am3517 u-boot patches</title>
<updated>2010-07-01T09:02:54+00:00</updated>
<author>
<name>Roger Monk</name>
<email>r-monk@ti.com</email>
</author>
<published>2010-07-01T08:00:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=b4c03a78b3b8c58aefbbf4d32c356d128a7ebf1a'/>
<id>b4c03a78b3b8c58aefbbf4d32c356d128a7ebf1a</id>
<content type='text'>
   * Not required now

Signed-off-by: Roger Monk &lt;r-monk@ti.com&gt;
Signed-off-by: Koen Kooi &lt;k-kooi@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   * Not required now

Signed-off-by: Roger Monk &lt;r-monk@ti.com&gt;
Signed-off-by: Koen Kooi &lt;k-kooi@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>u-boot git: update beagleboard patches</title>
<updated>2010-06-06T07:52:45+00:00</updated>
<author>
<name>Jason Kridner</name>
<email>jkridner@beagleboard.org</email>
</author>
<published>2010-06-06T01:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=ebbe982540c9b8dfeefe0263e3402e9832f7dc89'/>
<id>ebbe982540c9b8dfeefe0263e3402e9832f7dc89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>u-boot git: update beagleboard patches</title>
<updated>2010-06-04T14:48:51+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2010-06-04T14:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c3d41d503c5439e6043bb0b17a4adb038a4a7b3a'/>
<id>c3d41d503c5439e6043bb0b17a4adb038a4a7b3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
