release-notes/devel/en_US ArchSpecific.xml,1.28,1.29

Murray McAllister (mdious) fedora-docs-commits at redhat.com
Mon Apr 7 22:17:33 UTC 2008


Author: mdious

Update of /cvs/docs/release-notes/devel/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16599/en_US

Modified Files:
	ArchSpecific.xml 
Log Message:
updating ppc content as per wiki



Index: ArchSpecific.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/ArchSpecific.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ArchSpecific.xml	17 Mar 2008 22:38:07 -0000	1.28
+++ ArchSpecific.xml	7 Apr 2008 22:17:30 -0000	1.29
@@ -78,22 +78,24 @@
           <listitem>
             <para>
               Fedora 9 supports only the "New World" generation of Apple
-              Power Macintosh, shipped from circa 1999 onward.
+	      Power Macintosh, shipped from circa 1999 onward. Although "Old World" machines should work, they require a special bootloader which is not included in the Fedora distribution. 
             </para>
           </listitem>
           <listitem>
             <para>
-              Fedora 9 also supports IBM pSeries, IBM iSeries, IBM
-              RS/6000, Genesi Pegasos II, and IBM Cell Broadband Engine
-              machines.
+		    Fedora 9 supports IBM RS/6000, pSeries, iSeries, and Cell Broadband Engine machines.
             </para>
           </listitem>
           <listitem>
             <para>
-              Fedora 9 includes new hardware support for Genesi Efika,
-              and for the Sony PlayStation 3.
+		    Fedora 9 also supports the Sony PlayStation 3 and Genesi Pegasos II and Efika.
             </para>
           </listitem>
+	  <listitem>
+		  <para>
+			  Fedora 9 includes new hardware support for the P.A. Semiconductor 'Electra' machines.
+		  </para>
+	  </listitem>
           <listitem>
             <para>
               Recommended for text-mode: 233 MHz G3 or better, 128MiB
@@ -222,42 +224,37 @@
         </listitem>
         <listitem>
           <formalpara>
-            <title>Genesi Pegasos II</title>
+	<title>Genesi Pegasos II / Efika 5200B</title>
             <para>
-              At the time of writing, firmware with full support for
-              ISO9660 file systems has not yet been released for the
-              Pegasos. You can use the network boot image, however. At
-              the OpenFirmware prompt, enter the following command:
+		    The Fedora kernel supports both Pegasos and Efika without the need to use the "Device Tree Supplement" from powerdeveloper.org. However, the lack of full support for ISO9660 in the firmware means that booting via yaboot from the CD is not possible. You must boot the 'netboot' image instead -- either from the CD or, as its name implies, over the network. Because of the size of the image, you must set the firmware's <option>load-base</option> variable to load files at a high address such as 32MiB instead of the default 4MiB:
             </para>
           </formalpara>
+<screen><![CDATA[setenv load-base 0x2000000]]></screen>
+<para>
+	At the OpenFirmware prompt, enter the following command to boot the netboot image from the CD:
+</para>
 <screen><![CDATA[boot cd: /images/netboot/ppc32.img]]></screen>
-          <para>
-            You must also manually configure OpenFirmware on the Pegasos
-            to make the installed Fedora system bootable. To do this,
-            set the
-            <envar>boot-device</envar>
-            and
-            <envar>boot-file</envar>
-            environment variables appropriately.
-          </para>
-        </listitem>
-        <listitem>
-          <formalpara>
-            <title>Genesi Efika 5200B</title>
-            <para>
-              To run Linux correctly on the Efika, download the "Device
-              Tree Supplement" from
-              <ulink
-		url='http://www.powerdeveloper.org/platforms/efika/devicetree' />
-              and install according to the documentation therein. At the
-              time of writing, the firmware of the Efika has bugs which
-              prevent correct operation of the <command>yaboot</command>
-              bootloader. Genesi stated that a fixed firmware would be
-              made available by April 2007. As of November 2007, it is
-              not yet available.
-            </para>
-          </formalpara>
+<para>
+	Or from the network:
+</para>
+<screen><![CDATA[boot eth ppc32.img]]></screen>
+<para>
+	You must also manually configure OpenFirmware to make the installed Fedora system bootable. To do this, set the <option>boot-device</option> and <option>boot-file</option> environment variables appropriately, to load yaboot from the <filename>/boot</filename> partition. For example, a default installation might require the following:
+</para>
+<screen><![CDATA[
+setenv boot-device hd:0 
+setenv boot-file /yaboot/yaboot
+setenv auto-boot? true]]>
+</screen>
         </listitem>
+	<listitem>
+		<formalpara>
+			<title>PA Semi Electra</title>
+			<para>
+				The Electra firmware does not yet support yaboot; to install on Electra, you can boot the <filename>ppc64.img</filename> netboot image. After the installation, you will need to manually configure the firmware to load the installed kernel and initrd from the <filename>/boot</filename> partition. Refer to the firmware documentation for further details.
+			</para>
+		</formalpara>
+	</listitem>
         <listitem>
           <formalpara>
             <title>Sony PlayStation 3</title>




More information about the Fedora-docs-commits mailing list