Branch 'f12' - 2 commits - en-US/ArchSpecific.xml en-US/CircuitDesign.xml en-US/Devel-Embedded.xml en-US/Release_Notes.xml

John J. McDonough jjmcd at fedoraproject.org
Thu Sep 10 23:48:15 UTC 2009


 en-US/ArchSpecific.xml   |   48 ++++++++++++++++++++++++++++++++++++++++++++++-
 en-US/CircuitDesign.xml  |   26 +++++++++++++++++++++++++
 en-US/Devel-Embedded.xml |   38 ++++++++++++++++++++++++++++++++-----
 en-US/Release_Notes.xml  |    3 +-
 4 files changed, 108 insertions(+), 7 deletions(-)

New commits:
commit cb3aa611bc0a1e08ef13b45936acad567b6dad79
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Thu Sep 10 19:45:28 2009 -0400

    Embedded Development, Circuit Design
    
    Moved embedded development to "Specific Audiences" section.  Added
    section on circuit design.  These two sections are interest to
    amateur radio, hobbyist, and professional electronic design
    audiences (i.e. FEL), so it makes sense to separate them out and
    place them near those sections.

diff --git a/en-US/CircuitDesign.xml b/en-US/CircuitDesign.xml
new file mode 100644
index 0000000..ecf628a
--- /dev/null
+++ b/en-US/CircuitDesign.xml
@@ -0,0 +1,26 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<section id="sect-Release_Notes-Circuit_Design">
+  <title>Circuit Design</title>
+  <remark>This beat is located here: <ulink type="http" url="https://fedoraproject.org/wiki/Documentation_Embedded_Development_Beat">https://fedoraproject.org/wiki/Documentation_Embedded_Development_Beat</ulink></remark>
+  <indexterm>
+    <primary>Circuit Design</primary>
+    <secondary>Section</secondary>
+  </indexterm>
+  <para>
+    Fedora &PRODVER; includes a complete set of applications for
+    schematic capture, circuit simulation, and PCB layout..
+  </para>
+  <indexterm>
+    <primary>geda</primary>
+  </indexterm>
+  <para>
+    In Fedora 12, the <package>geda</package> suite, previously
+    packaged as a number of individual applications, is now provided
+    in a single, complete package.
+  </para>
+</section>
+
+
diff --git a/en-US/Devel-Embedded.xml b/en-US/Devel-Embedded.xml
index 88ff376..0870bb2 100644
--- a/en-US/Devel-Embedded.xml
+++ b/en-US/Devel-Embedded.xml
@@ -3,11 +3,39 @@
 ]>
 
 <section id="sect-Release_Notes-Embedded_Development">
-	<title>Embedded Development</title>
-	<remark>This beat is located here: <ulink type="http" url="https://fedoraproject.org/wiki/Documentation_Embedded_Development_Beat">https://fedoraproject.org/wiki/Documentation_Embedded_Development_Beat</ulink></remark>
-	<para>
-		Fedora &PRODVER; includes a range of packages to support development of embedded applications on various targets. There is broad support for the AVR and related parts as well as for the Microchip PIC. In addition, there are packages to support development on older, less popular parts such as the Z80, 8051, and others. For a more complete description refer to <ulink type="http" url="https://fedoraproject.org/wiki/Packages_For_Embedded_Development">Packages for embedded development on the wiki</ulink> .
-	</para>
+  <title>Embedded Development</title>
+  <remark>This beat is located here: <ulink type="http" url="https://fedoraproject.org/wiki/Documentation_Embedded_Development_Beat">https://fedoraproject.org/wiki/Documentation_Embedded_Development_Beat</ulink></remark>
+  <indexterm>
+    <primary>Embedded Development</primary>
+    <secondary>Section</secondary>
+  </indexterm>  
+  <para>
+    Fedora &PRODVER; includes a range of packages to support
+    development of embedded applications on various
+    targets. There is broad support for the AVR and related
+    parts as well as for the Microchip PIC. In addition, there
+    are packages to support development on older, less popular
+    parts such as the Z80, 8051, and others. For a more complete
+    description refer to <ulink type="http"
+    url="https://fedoraproject.org/wiki/Packages_For_Embedded_Development">Packages
+    for embedded development on the wiki</ulink> .
+  </para>
+  <para>
+    <indexterm>
+      <primary>gputils</primary>
+    </indexterm>
+    <package>gputils</package> has added support for a number of newer
+    processors. <package>gputils</package> now supports all processors
+    supported by MPLAB 8.20 (except for EEPROM and similar devices).
+  </para>
+  <para>
+    <indexterm>
+      <primary>sdcc</primary>
+    </indexterm>
+    <package>sdcc</package> 2.9.0 includes a number of new
+    features. Refer to <ulink type="http"
+    url="http://sdcc.sourceforge.net/" /> for the complete list.
+  </para>
 </section>
 
 
diff --git a/en-US/Release_Notes.xml b/en-US/Release_Notes.xml
index 73b005c..5ff1e1d 100644
--- a/en-US/Release_Notes.xml
+++ b/en-US/Release_Notes.xml
@@ -56,7 +56,6 @@
 		<xi:include href="Devel-Java.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 		<xi:include href="Devel-Eclipse.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 		<xi:include href="Devel-Haskell.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-		<xi:include href="Devel-Embedded.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 		<xi:include href="BackwardsCompatibility.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 		<xi:include href="Kernel.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 	</section>
@@ -65,6 +64,8 @@
 		<title>Changes in Fedora for Specific Audiences</title>
 		<xi:include href="ScientificTechnical.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 		<xi:include href="ElectronicDesignAssistants.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+		<xi:include href="CircuitDesign.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+		<xi:include href="Devel-Embedded.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 		<xi:include href="AmateurRadio.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 	</section>
 


commit 0fc70f3be5874eff09b494d8f8108f0224da90fc
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Thu Sep 10 16:44:56 2009 -0400

    Comment on change to i686 base.
    
    Nothing new for PPC and X86_64 so those sections dropped

diff --git a/en-US/ArchSpecific.xml b/en-US/ArchSpecific.xml
index b03ce44..a2c00c0 100644
--- a/en-US/ArchSpecific.xml
+++ b/en-US/ArchSpecific.xml
@@ -8,9 +8,55 @@
 	<para>
 		This section provides notes that are specific to the supported hardware architectures of Fedora.
 	</para>
-	<xi:include href="ArchSpecific-PPC.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+
+	<section id="sect-Release_Notes-Architecture_Specific_Notes_686">
+	  <title>32-bit base changed to i686</title>
+	  <para>
+	    Fedora 11 has i586 as the base 32-bit x86 architecture.
+	  </para>
+	  <para>
+	    For Fedora 12, we are switching to i686 as the base
+	    architecture (including CMOV), and optimize for Atom
+	    processors.
+	  </para>
+	  <para>
+	    This means we will loose support for the following CPU families:
+	    <itemizedlist>
+	      <listitem><para>Intel i586 (all)</para></listitem>
+	      <listitem><para>National Semiconductor Geode
+	        processors</para></listitem>
+	      <listitem><para>VIA C3 (Ezra and Samuel Cores)</para></listitem>
+	      <listitem><para>AMD Geode GX</para></listitem>
+	    </itemizedlist>
+	  </para>
+	  <para>
+	    AMD Geode LX (as used in the OLPC XO laptop) and later
+	    Geode NX processors should still work. Those interested
+	    are, of course, welcome to set up a secondary arch for
+	    older processors
+	  </para>
+	  <para>
+	    Benefits:
+	    <itemizedlist>
+	      <listitem><para>
+		Faster binaries on mainstream architectures (Pentium
+		M, Via C7, all 64-bit arches, Atom)
+	      </para></listitem>
+	      <listitem><para>
+		Realistically, we don't support i586 as a practical
+		matter. Enforce that more logically.
+	      </para></listitem>
+	      <listitem><para>
+		Fewer kernel builds 
+	      </para></listitem>
+	    </itemizedlist>
+	  </para>
+	</section>
+<!--	<xi:include href="ArchSpecific-PPC.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 	<xi:include href="ArchSpecific-x86.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 	<xi:include href="ArchSpecific-x86_64.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+-->
+
 	
 </section>
 





More information about the Fedora-docs-commits mailing list