<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/README, branch v2009.11-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/README?h=v2009.11-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/README?h=v2009.11-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2009-10-27T19:58:25Z</updated>
<entry>
<title>Add 'editenv' command</title>
<updated>2009-10-27T19:58:25Z</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2009-10-25T20:12:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=246c69225c7b962d5c93e92282b78ca9fc5fefee'/>
<id>urn:sha1:246c69225c7b962d5c93e92282b78ca9fc5fefee</id>
<content type='text'>
The editenv command can be used to edit an environment variable.
Editing an environment variable is useful when one wants to tweak an
existing variable, for example fix a typo or change the baudrate in the
'bootargs' environment variable.

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
</entry>
<entry>
<title>Revert "env: only build env_embedded and envcrc when needed"</title>
<updated>2009-10-27T19:46:31Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2009-10-26T23:03:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a747a7f31059b9069e97c78bba5496409c33aa05'/>
<id>urn:sha1:a747a7f31059b9069e97c78bba5496409c33aa05</id>
<content type='text'>
Breaks building on many boards, and no really clean fix available yet.

This reverts commit 6dab6add2d8ee80905234b326abc3de11be1d178.
</content>
</entry>
<entry>
<title>env: only build env_embedded and envcrc when needed</title>
<updated>2009-10-18T20:53:18Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-09-30T19:29:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6dab6add2d8ee80905234b326abc3de11be1d178'/>
<id>urn:sha1:6dab6add2d8ee80905234b326abc3de11be1d178</id>
<content type='text'>
The env code is protected by the ENV_IS_EMBEDDED define, so attempting to
compile the code when this isn't defined is pointless.  Now that the env
headers have unified around CONFIG_ENV_IS_EMBEDDED, convert the build
system to only build the env objects when this is enabled.  And now that
the env code is conditionally compiled, we can drop the source code checks.

For people who want to extract the environment manually, add a new option
CONFIG_BUILD_ENVCRC that only enables the envcrc utility.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>mucmc52, uc101: delete ata@3a00 node, if no CF card is detected</title>
<updated>2009-09-24T23:22:13Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@denx.de</email>
</author>
<published>2009-09-23T05:56:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3887c3fbdbbe6bbb4df60ed415c8e1ab9fe56b5e'/>
<id>urn:sha1:3887c3fbdbbe6bbb4df60ed415c8e1ab9fe56b5e</id>
<content type='text'>
U-Boot can detect if an IDE device is present or not.
If not, and this new config option is activated, U-Boot
removes the ATA node from the DTS before booting Linux,
so the Linux IDE driver does not probe the device and
crash. This is needed for buggy hardware (uc101) where
no pull down resistor is connected to the signal IDE5V_DD7.

Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>Remove deprecated 'autoscr' command/variables</title>
<updated>2009-09-22T21:03:24Z</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2009-09-17T02:38:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3202d33169df04da5cf3dea8c5ab0a902b90ecaa'/>
<id>urn:sha1:3202d33169df04da5cf3dea8c5ab0a902b90ecaa</id>
<content type='text'>
The more standard 'source' command provides identical functionality to
the autoscr command.

Environment variable names/values on the MVBC_P, MVBML7, kmeter1,
mgcoge, and km8xx boards are updated to no longer refernce 'autoscr'.

The 'autoscript' and 'autoscript_uname' environment variables are
also removed.

Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
Acked-by: Andre Schwarz &lt;andre.schwarz@matrix-vision.de&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>FDT: remove obsolete OF_CPU and OF_SOC macros.</title>
<updated>2009-09-22T20:59:27Z</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel@ziswiler.com</email>
</author>
<published>2009-09-09T19:18:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b55ae40249545eabb9d6bfb850b1400a32561b1f'/>
<id>urn:sha1:b55ae40249545eabb9d6bfb850b1400a32561b1f</id>
<content type='text'>
Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@noser.com&gt;
Acked-by: Guennadi Liakhovetski &lt;g.liakhovetski@gmx.de&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>Reset i2c slave devices during init on mpc5xxx cpus</title>
<updated>2009-09-06T09:26:04Z</updated>
<author>
<name>Eric Millbrandt</name>
<email>emillbrandt@coldhaus.com</email>
</author>
<published>2009-09-03T13:09:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5da71efa18e8b4eac9afd8bfa13e3c7e7ddde1d0'/>
<id>urn:sha1:5da71efa18e8b4eac9afd8bfa13e3c7e7ddde1d0</id>
<content type='text'>
Reset any i2c devices that may have been interrupted during a system reset.
Normally this would be accomplished by clocking the line until SCL and SDA
are released and then sending a start condtiion (From an Atmel datasheet).
There is no direct access to the i2c pins so instead create start commands
through the i2c interface.  Send a start command then delay for the SDA Hold
time, repeat this by disabling/enabling the bus a total of 9 times.

Signed-off-by: Eric Millbrandt &lt;emillbrandt@dekaresearch.com&gt;
</content>
</entry>
<entry>
<title>Blackfin: change global data register from P5 to P3</title>
<updated>2009-09-02T09:14:02Z</updated>
<author>
<name>Robin Getz</name>
<email>robin.getz@analog.com</email>
</author>
<published>2009-08-17T15:23:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c4db335c2e0805e1ce4c33d278b77492c0812353'/>
<id>urn:sha1:c4db335c2e0805e1ce4c33d278b77492c0812353</id>
<content type='text'>
Since the Blackfin ABI favors higher scratch registers by default, use the
last scratch register (P3) for global data rather than the first (P5).
This allows the compiler's register allocator to use higher number scratch
P registers, which in turn better matches the Blackfin instruction set,
which reduces the size of U-Boot by more than 1024 bytes...

Signed-off-by: Robin Getz &lt;robin.getz@analog.com&gt;
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>Add support for USB on PSC3 for the mpc5200</title>
<updated>2009-08-25T10:57:55Z</updated>
<author>
<name>Eric Millbrandt</name>
<email>emillbrandt@coldhaus.com</email>
</author>
<published>2009-08-13T13:32:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=307ecb6db04eebdc06b8c87d48bf48d3cbd5e9d7'/>
<id>urn:sha1:307ecb6db04eebdc06b8c87d48bf48d3cbd5e9d7</id>
<content type='text'>
Support USB on PSC3 on the mpc5200.  Before this patch, enabling USB support
would reconfigure PSC4 and PSC5 to USB.  The mpc5200 does not support USB
enabled on both the standard USB port and PSC3.  This patch masks the
appropriate bits when enabling USB.

Signed-off-by: Eric Millbrandt &lt;emillbrandt@dekaresearch.com&gt;
Acked-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;
Acked-by: Remy Bohmer &lt;linux@bohmer.net&gt;
</content>
</entry>
<entry>
<title>Add md5sum and sha1 commands...</title>
<updated>2009-08-25T10:57:54Z</updated>
<author>
<name>Robin Getz</name>
<email>rgetz@blackfin.uclinux.org</email>
</author>
<published>2009-07-27T04:07:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=02c9aa1d41f73fdcf8383a36cc0cbbfaf952855d'/>
<id>urn:sha1:02c9aa1d41f73fdcf8383a36cc0cbbfaf952855d</id>
<content type='text'>
Now that we have sha1 and md5 in lib_generic, allow people to use
them on the command line, for checking downloaded files.

Signed-off-by: Robin Getz &lt;rgetz@analog.com&gt;
</content>
</entry>
</feed>
