<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/amcc, branch v1.3.3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/amcc?h=v1.3.3</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/amcc?h=v1.3.3'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-05-19T05:14:38Z</updated>
<entry>
<title>ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection</title>
<updated>2008-05-19T05:14:38Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-05-19T05:14:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=16bedc661de0dae767b1377d8413373a3fbcfa79'/>
<id>urn:sha1:16bedc661de0dae767b1377d8413373a3fbcfa79</id>
<content type='text'>
When SATA is selected (via jumper J6) we need to disable the first PCIe
node in the device tree, so that Linux doesn't initialize it. Otherwise
the Linux SATA driver will fail to detect the devices.

The same goes the other way around too. So if PCIe is selected we need
to disable the SATA node in the device tree.

This is because PCIe port 0 and SATA on 460EX share the same pins
(multiplexed) and we have to configure in U-Boot which peripheral is
enabled.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>ppc4xx: Fix bogus Canyonlands config.mk</title>
<updated>2008-05-14T11:40:03Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-05-14T11:40:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2dd7082e06d580404010b06fe4e0e8b7038a00c8'/>
<id>urn:sha1:2dd7082e06d580404010b06fe4e0e8b7038a00c8</id>
<content type='text'>
This patch fixes the canyonlands config.mk file to enable correct
out-of-tree builds. Thanks to Wolfgang Denk for spotting this.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>ppc4xx: Add 405EX(r) revision C PVR definitions and detection code</title>
<updated>2008-05-13T18:22:01Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-05-13T18:22:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=70fab1908fc1734a403711eaabbef546bc4b77dc'/>
<id>urn:sha1:70fab1908fc1734a403711eaabbef546bc4b77dc</id>
<content type='text'>
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>ppc4xx: acadia: Add fdt support and fix section overlap problem</title>
<updated>2008-05-08T08:48:58Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-05-08T08:48:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d1c1ba85c7915053adf6a8d14a08ac6fcb750d01'/>
<id>urn:sha1:d1c1ba85c7915053adf6a8d14a08ac6fcb750d01</id>
<content type='text'>
This patch adds fdt (flattened device tree) support to the AMCC
Acadia eval board. This increases the image size and it doesn't
fit anymore into 256kByte. 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: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>ppc4xx: Add device tree support to AMCC Yosemite</title>
<updated>2008-05-08T05:06:05Z</updated>
<author>
<name>Ira Snyder</name>
<email>iws@ovro.caltech.edu</email>
</author>
<published>2008-04-29T18:18:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4adb3023de75bc150f088c8935db340930ad38c8'/>
<id>urn:sha1:4adb3023de75bc150f088c8935db340930ad38c8</id>
<content type='text'>
Add support for booting with a device tree blob. This is needed to boot
ARCH=powerpc kernels. Also add support for setting the eth0 mac address
via the ethaddr variable.

Signed-off-by: Ira W. Snyder &lt;iws@ovro.caltech.edu&gt;
Signed-off-by: Stefan Roese &lt;sr@denx.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>ppc4xx: Change Canyonlands to support booting from 2k page NAND devices</title>
<updated>2008-04-18T14:30:49Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-04-08T08:33:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=499e7831e1baaac6bfb959213f1950c216fbc5ba'/>
<id>urn:sha1:499e7831e1baaac6bfb959213f1950c216fbc5ba</id>
<content type='text'>
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>Remove all the search paths from the .lds files.</title>
<updated>2008-04-18T06:57:32Z</updated>
<author>
<name>Jason Wessel</name>
<email>jason.wessel@windriver.com</email>
</author>
<published>2008-04-10T19:30:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3d36be030043cd841a2551d00a395135e363a64b'/>
<id>urn:sha1:3d36be030043cd841a2551d00a395135e363a64b</id>
<content type='text'>
The cross compiler is responsible for providing the correct libraries
and the logic to find the linking libraries.

Signed-off-by: Jason Wessel &lt;jason.wessel@windriver.com&gt;
</content>
</entry>
<entry>
<title>ppc4xx: Canyonlands: Init SATA/PCIe port correctly</title>
<updated>2008-04-02T06:39:33Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-04-02T06:39:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1c2926abdd7db89296a8cc7f224dd9d5d4e37a56'/>
<id>urn:sha1:1c2926abdd7db89296a8cc7f224dd9d5d4e37a56</id>
<content type='text'>
Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
interface. This usage can be configured with the jumper J6. This patch
correctly configures the SATA/PCIe PHY for SATA usage when this jumper
is installed.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision</title>
<updated>2008-03-28T13:09:04Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-03-28T13:09:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cc8e839abc80887ae832767b5930d40edd6d7eb7'/>
<id>urn:sha1:cc8e839abc80887ae832767b5930d40edd6d7eb7</id>
<content type='text'>
Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
interface. This usage can be configured with the jumper J6. This patch
displays the current configuration upon bootup and changes the PCIe
init loop, to only initialize the availabel PCIe slots.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
</feed>
