<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git, branch v2012.04-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>Prepare v2012.04-rc1</title>
<updated>2012-03-30T22:13:05+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2012-03-30T22:13:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5'/>
<id>c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net/altera_tse: use flush_dcache_range instead of flush_dcache</title>
<updated>2012-03-30T21:58:36+00:00</updated>
<author>
<name>Stefan Kristiansson</name>
<email>stefan.kristiansson@saunalahti.fi</email>
</author>
<published>2011-11-04T02:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ee04a1048e73a5d9c359caa6f44a73329699aaa8'/>
<id>ee04a1048e73a5d9c359caa6f44a73329699aaa8</id>
<content type='text'>
flush_dcache is not declared in the common.h API,
flush_dcache_range however is

Signed-off-by: Stefan Kristiansson &lt;stefan.kristiansson@saunalahti.fi&gt;
Cc: Ben Warren &lt;biggerbadderben@gmail.com&gt;
Cc: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Acked-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
flush_dcache is not declared in the common.h API,
flush_dcache_range however is

Signed-off-by: Stefan Kristiansson &lt;stefan.kristiansson@saunalahti.fi&gt;
Cc: Ben Warren &lt;biggerbadderben@gmail.com&gt;
Cc: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Acked-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net/ethoc: use flush_dcache_range instead of flush_dcache</title>
<updated>2012-03-30T21:58:09+00:00</updated>
<author>
<name>Stefan Kristiansson</name>
<email>stefan.kristiansson@saunalahti.fi</email>
</author>
<published>2011-11-04T02:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=83ea1308537aabb5fd72a11cd9bada9d8496d585'/>
<id>83ea1308537aabb5fd72a11cd9bada9d8496d585</id>
<content type='text'>
flush_dcache is not declared in the common.h API,
flush_dcache_range however is

Signed-off-by: Stefan Kristiansson &lt;stefan.kristiansson@saunalahti.fi&gt;
Cc: Ben Warren &lt;biggerbadderben@gmail.com&gt;
Cc: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Acked-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
flush_dcache is not declared in the common.h API,
flush_dcache_range however is

Signed-off-by: Stefan Kristiansson &lt;stefan.kristiansson@saunalahti.fi&gt;
Cc: Ben Warren &lt;biggerbadderben@gmail.com&gt;
Cc: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Acked-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-usb</title>
<updated>2012-03-30T21:56:04+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2012-03-30T21:56:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a7ed871b728f846303c234d3622a182c9e25579e'/>
<id>a7ed871b728f846303c234d3622a182c9e25579e</id>
<content type='text'>
* 'master' of git://git.denx.de/u-boot-usb:
  Enable high speed support for USB device framework and usbtty
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 'master' of git://git.denx.de/u-boot-usb:
  Enable high speed support for USB device framework and usbtty
</pre>
</div>
</content>
</entry>
<entry>
<title>RAMDISK: Fix unused variable issue caused by raw rd support</title>
<updated>2012-03-30T21:52:35+00:00</updated>
<author>
<name>Marek Vasut</name>
<email>marex@denx.de</email>
</author>
<published>2012-03-30T21:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=57d40ab70b23740bd5ecde25b88514f70412bbe9'/>
<id>57d40ab70b23740bd5ecde25b88514f70412bbe9</id>
<content type='text'>
image.c: In function ‘boot_get_ramdisk’:
image.c:800:8: warning: unused variable ‘end’ [-Wunused-variable]

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
image.c: In function ‘boot_get_ramdisk’:
image.c:800:8: warning: unused variable ‘end’ [-Wunused-variable]

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>BOOT: Add RAW ramdisk support to bootz</title>
<updated>2012-03-30T21:00:47+00:00</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2012-03-18T11:47:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=017e1f3f9fc8745cc12bbd924b0cbc4d6ee5dbf8'/>
<id>017e1f3f9fc8745cc12bbd924b0cbc4d6ee5dbf8</id>
<content type='text'>
This patch allows loading RAW ramdisk via bootz command. The raw ramdisk is
loaded only in case it's size is specified:

  bootz &lt;kernel addr&gt; &lt;ramdisk addr&gt;:&lt;ramdisk size&gt; &lt;fdt addr&gt;

For example:

  bootz 0x42000000 0x43000000:0x12345 0x44000000

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Signed-off-by: Rob Herring &lt;rob.herring@calxeda.com&gt;
Cc: Tom Warren &lt;TWarren@nvidia.com&gt;
Cc: albert.u.boot@aribaud.net
Cc: afleming@gmail.com
Cc: Simon Glass &lt;sjg@chromium.org&gt;
Cc: Stephen Warren &lt;swarren@nvidia.com&gt;
Cc: Nicolas Pitre &lt;nico@fluxnic.net&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Detlev Zundel &lt;dzu@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch allows loading RAW ramdisk via bootz command. The raw ramdisk is
loaded only in case it's size is specified:

  bootz &lt;kernel addr&gt; &lt;ramdisk addr&gt;:&lt;ramdisk size&gt; &lt;fdt addr&gt;

For example:

  bootz 0x42000000 0x43000000:0x12345 0x44000000

Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;
Signed-off-by: Rob Herring &lt;rob.herring@calxeda.com&gt;
Cc: Tom Warren &lt;TWarren@nvidia.com&gt;
Cc: albert.u.boot@aribaud.net
Cc: afleming@gmail.com
Cc: Simon Glass &lt;sjg@chromium.org&gt;
Cc: Stephen Warren &lt;swarren@nvidia.com&gt;
Cc: Nicolas Pitre &lt;nico@fluxnic.net&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Detlev Zundel &lt;dzu@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>BOOT: Add "bootz" command to boot Linux zImage on ARM</title>
<updated>2012-03-30T20:58:55+00:00</updated>
<author>
<name>Marek Vasut</name>
<email>marek.vasut@gmail.com</email>
</author>
<published>2012-03-14T21:52:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=44f074c771c4b70d250b0d7ed2f7513488c678bb'/>
<id>44f074c771c4b70d250b0d7ed2f7513488c678bb</id>
<content type='text'>
This command boots Linux zImage from where the zImage is loaded to. Passing
initrd and fdt is supported.

Tested on i.MX28 based DENX M28EVK
Tested on PXA270 based Voipac PXA270.

NOTE: This currently only supports ARM, but other architectures can be easily
added by defining bootz_setup().

Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Cc: Tom Warren &lt;TWarren@nvidia.com&gt;
Cc: albert.u.boot@aribaud.net
Cc: afleming@gmail.com,
Cc: Simon Glass &lt;sjg@chromium.org&gt;,
Cc: Stephen Warren &lt;swarren@nvidia.com&gt;
Cc: Nicolas Pitre &lt;nico@fluxnic.net&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Detlev Zundel &lt;dzu@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This command boots Linux zImage from where the zImage is loaded to. Passing
initrd and fdt is supported.

Tested on i.MX28 based DENX M28EVK
Tested on PXA270 based Voipac PXA270.

NOTE: This currently only supports ARM, but other architectures can be easily
added by defining bootz_setup().

Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Cc: Tom Warren &lt;TWarren@nvidia.com&gt;
Cc: albert.u.boot@aribaud.net
Cc: afleming@gmail.com,
Cc: Simon Glass &lt;sjg@chromium.org&gt;,
Cc: Stephen Warren &lt;swarren@nvidia.com&gt;
Cc: Nicolas Pitre &lt;nico@fluxnic.net&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Detlev Zundel &lt;dzu@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mx28evk: fix build error</title>
<updated>2012-03-30T20:49:09+00:00</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2012-03-30T05:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1102d8d72afab0151123812dd227d2c2b6291cb3'/>
<id>1102d8d72afab0151123812dd227d2c2b6291cb3</id>
<content type='text'>
Fix:
drivers/mmc/libmmc.o: In function `mxsmmc_send_cmd':
/home/ag/git/u-boot/drivers/mmc/mxsmmc.c:210: undefined reference to `mxs_dma_desc_append'
/home/ag/git/u-boot/drivers/mmc/mxsmmc.c:211: undefined reference to `mxs_dma_go'
drivers/mmc/libmmc.o: In function `mxsmmc_initialize':
/home/ag/git/u-boot/drivers/mmc/mxsmmc.c:306: undefined reference to `mxs_dma_desc_alloc'

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix:
drivers/mmc/libmmc.o: In function `mxsmmc_send_cmd':
/home/ag/git/u-boot/drivers/mmc/mxsmmc.c:210: undefined reference to `mxs_dma_desc_append'
/home/ag/git/u-boot/drivers/mmc/mxsmmc.c:211: undefined reference to `mxs_dma_go'
drivers/mmc/libmmc.o: In function `mxsmmc_initialize':
/home/ag/git/u-boot/drivers/mmc/mxsmmc.c:306: undefined reference to `mxs_dma_desc_alloc'

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pci: declare pciauto functions in header</title>
<updated>2012-03-30T20:46:00+00:00</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2012-03-25T12:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a3a707257f4666b4bc2e3f4ddd9510f2b9f64aed'/>
<id>a3a707257f4666b4bc2e3f4ddd9510f2b9f64aed</id>
<content type='text'>
The FSL PCI driver uses local prototypes for
pciauto_[pre|post]scan_setup_bridge(), this does not seem right,
so move them to the &lt;pci.h&gt; file.

Fixed a small extern declaration too, this is harmless but distracts
the view since all other prototypes are explicitly external.

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The FSL PCI driver uses local prototypes for
pciauto_[pre|post]scan_setup_bridge(), this does not seem right,
so move them to the &lt;pci.h&gt; file.

Fixed a small extern declaration too, this is harmless but distracts
the view since all other prototypes are explicitly external.

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pci: get rid of local prototypes</title>
<updated>2012-03-30T20:45:44+00:00</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2012-03-25T12:13:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8d96e1b03476d8e3b90ee3ff6e68238cb095478e'/>
<id>8d96e1b03476d8e3b90ee3ff6e68238cb095478e</id>
<content type='text'>
two boards were redeclaring pciauto_region_allocate() in their local
scope for no obvious reason, the function is in &lt;pci.h&gt; anyway,
this is probably just copying artifacts and old cruft.

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
two boards were redeclaring pciauto_region_allocate() in their local
scope for no obvious reason, the function is in &lt;pci.h&gt; anyway,
this is probably just copying artifacts and old cruft.

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
