<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board, branch v1.3.3-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board?h=v1.3.3-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board?h=v1.3.3-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-04-29T18:06:42Z</updated>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx</title>
<updated>2008-04-29T18:06:42Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-04-29T18:06:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=84666476841cef3ef6df5c5a2a110d43b0936999'/>
<id>urn:sha1:84666476841cef3ef6df5c5a2a110d43b0936999</id>
<content type='text'>
</content>
</entry>
<entry>
<title>85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs</title>
<updated>2008-04-29T16:44:29Z</updated>
<author>
<name>Kumar Gala</name>
<email>galak@kernel.crashing.org</email>
</author>
<published>2008-04-29T15:27:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=45239cf4152109caa925145ccd433529902df887'/>
<id>urn:sha1:45239cf4152109caa925145ccd433529902df887</id>
<content type='text'>
All the 85xx and 86xx UM describe the register as timing_cfg_3
not as ext_refrec.

Signed-off-by: Kumar Gala &lt;galak@kernel.crashing.org&gt;
</content>
</entry>
<entry>
<title>ppc4xx: Complete remove bogus dflush()</title>
<updated>2008-04-29T11:57:07Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-04-29T11:57:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=85ad184b3b2b0f8af9228477303c55dca1b52ed7'/>
<id>urn:sha1:85ad184b3b2b0f8af9228477303c55dca1b52ed7</id>
<content type='text'>
Since the current dflush() implementation is know to have some problems
(as seem on lwmon5 ECC init) this patch removes it completely and replaces
it by using clean_dcache_range().

Tested on Katmai with ECC DIMM.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()</title>
<updated>2008-04-29T11:36:51Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-04-29T11:36:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=135846d6ecaad255ad28d93ebbb78b3d5da68cdc'/>
<id>urn:sha1:135846d6ecaad255ad28d93ebbb78b3d5da68cdc</id>
<content type='text'>
As it seems the "old" ECC initialization routine by using dflush() didn't
write all lines in the dcache back to memory on lwmon5. This could lead
to ECC error upon Linux booting. This patch changes the program_ecc()
routine to now use clean_dcache_range() instead of dflush().
clean_dcache_range() uses dcbst which is exactly what we want in this
case.

Since dflush() is known is cause problems, this routine will be
removed completely and replaced by clean_dcache_range() with an
additional patch.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>LinkStation: fix compiler warning, add a maintainer</title>
<updated>2008-04-28T18:42:46Z</updated>
<author>
<name>Guennadi Liakhovetski</name>
<email>g.liakhovetski@gmx.de</email>
</author>
<published>2008-04-28T12:35:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=db9084de28c46ac81c8f681722cb0d7411be4d7f'/>
<id>urn:sha1:db9084de28c46ac81c8f681722cb0d7411be4d7f</id>
<content type='text'>
out_8 wants a pointer to an unsigned as the first argument. Add a
maintainer for Linkstation boards.

Signed-off-by: Guennadi Liakhovetski &lt;g.liakhovetski@gmx.de&gt;
</content>
</entry>
<entry>
<title>katmai: fix section overlap problem</title>
<updated>2008-04-28T09:00:14Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-04-28T08:55:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=941d696d25624e3cc65ebf924199541acf52d74e'/>
<id>urn:sha1:941d696d25624e3cc65ebf924199541acf52d74e</id>
<content type='text'>
Since we didn't want to remove features from the configuration, we
decided to increase the U-Boot image size (add one flash sector).

Also changed the default environment definition to make it
independent of such changes.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
Acked-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>i.MX31: Enable SPI and MC13783/RTC support for the Litekit board</title>
<updated>2008-04-25T22:26:55Z</updated>
<author>
<name>Magnus Lilja</name>
<email>lilja.magnus@gmail.com</email>
</author>
<published>2008-04-20T08:38:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f9204e15173834ff8d123e36279ce49c3c6c74fc'/>
<id>urn:sha1:f9204e15173834ff8d123e36279ce49c3c6c74fc</id>
<content type='text'>
This patch enables SPI and MC13783/RTC support for the Litekit board.

Signed-off-by: Magnus Lilja &lt;lilja.magnus@gmail.com&gt;
</content>
</entry>
<entry>
<title>MPC8544DS: decode pcie3 end-point configuration correctly.</title>
<updated>2008-04-25T22:25:30Z</updated>
<author>
<name>Ed Swarthout</name>
<email>Ed.Swarthout@freescale.com</email>
</author>
<published>2008-04-25T06:08:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f97abbfb47d9e407354e157cae3f6369e460cd37'/>
<id>urn:sha1:f97abbfb47d9e407354e157cae3f6369e460cd37</id>
<content type='text'>
Signed-off-by: Ed Swarthout &lt;Ed.Swarthout@freescale.com&gt;
Signed-off-by: Kumar Gala &lt;galak@kernel.crashing.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx</title>
<updated>2008-04-25T22:06:13Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-04-25T22:06:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1d907e66fdd5d2f192a9f4fad6812ff0d0e9683a'/>
<id>urn:sha1:1d907e66fdd5d2f192a9f4fad6812ff0d0e9683a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ppc4xx: Add bootcount limit handling for APC405 boards</title>
<updated>2008-04-25T11:37:14Z</updated>
<author>
<name>Matthias Fuchs</name>
<email>matthias.fuchs@esd-electronics.com</email>
</author>
<published>2008-04-25T10:01:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8e048c438e20ec89b49da5f085f8f756eba6e587'/>
<id>urn:sha1:8e048c438e20ec89b49da5f085f8f756eba6e587</id>
<content type='text'>
Signed-off-by: Matthias Fuchs &lt;matthias.fuchs@esd-electronics.com&gt;
</content>
</entry>
</feed>
