Changeset c06e893


Ignore:
Timestamp:
May 10, 2006, 10:25:52 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
2676abb
Parents:
23fc9445
Message:

r3360@server (orig r1549): ken | 2006-05-10 09:56:16 -0700
Make yaboot work in ppc64 final-system, and label ppc64 as working in the main index.

Location:
BOOK
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • BOOK/appendices/acronymlist.xml

    r23fc9445 rc06e893  
    5252
    5353    <varlistentry>
     54      <term><emphasis role="bold">ATA</emphasis></term>
     55      <listitem>
     56        <para>Advanced Technology Attachment (see IDE)</para>
     57      </listitem>
     58    </varlistentry>
     59
     60    <varlistentry>
    5461      <term><emphasis role="bold">BIOS</emphasis></term>
    5562      <listitem>
     
    465472
    466473    <varlistentry>
     474      <term><emphasis role="bold">SATA</emphasis></term>
     475      <listitem>
     476        <para>Serial ATA</para>
     477      </listitem>
     478    </varlistentry>
     479
     480    <varlistentry>
    467481      <term><emphasis role="bold">SGR</emphasis></term>
    468482      <listitem>
  • BOOK/final-system/ppc/yaboot.xml

    r23fc9445 rc06e893  
    3535    <title>Installation of Yaboot</title>
    3636
    37     <para>Yaboot has a compilation error. The following patch properly fixes
    38     the issue:</para>
     37    <para os="a">Yaboot has a compilation error. The following patch properly
     38    fixes the issue:</para>
    3939
    40 <screen><userinput>patch -Np1 -i ../yaboot-&yaboot-version;-fix-1.patch</userinput></screen>
     40<screen os="b"><userinput>patch -Np1 -i ../&yaboot-fix-patch;</userinput></screen>
    4141
    42     <para>The supplied man pages have <filename class="directory">/usr/local
    43     </filename> in the text.  This sed will correct that:</para>
     42    <para os="c">The following patch removes a redundant test which prevents
     43    <command>ofpath</command> from executing against SATA disks:</para>
    4444
    45 <screen><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen>
     45<screen os="d"><userinput>patch -Np1 -i ../&yaboot-sata-patch;</userinput></screen>
    4646
    47     <para>Compile the Yaboot package:</para>
     47    <para os="e">The supplied man pages have <filename
     48    class="directory">/usr/local</filename> in the text. This sed will correct
     49    that:</para>
    4850
    49 <screen><userinput>make PREFIX=/usr</userinput></screen>
     51<screen os="f"><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen>
    5052
    51     <para>Install the package:</para>
     53    <para os="g">Compile the package:</para>
    5254
    53 <screen><userinput>make PREFIX=/usr install</userinput></screen>
     55<screen os="h"><userinput>make PREFIX=/usr</userinput></screen>
     56
     57    <para os="i">Install the package:</para>
     58
     59<screen os="j"><userinput>make PREFIX=/usr install</userinput></screen>
    5460
    5561  </sect2>
  • BOOK/final-system/ppc64/yaboot.xml

    r23fc9445 rc06e893  
    1515  </indexterm>
    1616
    17   <sect2 role="package">
    18     <title/>
    19 
    20    <!-- this is a copy of the ppc version.  once it is working, the text needs to
    21    be fixed to refer to the master text instead of copying it -->
    22 
    23     <para>The Yaboot package contains a PowerPC Boot Loader for machines using
    24     OpenFirmware such as NewWorld Macintoshes.</para>
    25 
    26     <segmentedlist>
    27       <segtitle>&dependencies;</segtitle>
    28 
    29       <seglistitem>
    30         <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep,
    31         Make, Ncurses, and Sed</seg>
    32       </seglistitem>
    33     </segmentedlist>
    34 
    35   </sect2>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     18  href="../ppc/yaboot.xml"
     19  xpointer="xpointer(//*[@role='package'])"/>
    3620
    3721  <sect2 role="installation">
    3822    <title>Installation of Yaboot</title>
    3923
    40   <caution>
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../ppc/yaboot.xml"
     26    xpointer="xpointer(//*[@os='a'])"/>
    4127
    42     <para>This does not work!  For now, if you have an existing system, use
    43     yaboot from that system.</para>
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../ppc/yaboot.xml"
     30    xpointer="xpointer(//*[@os='b'])"/>
    4431
    45   </caution>
     32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    href="../ppc/yaboot.xml"
     34    xpointer="xpointer(//*[@os='c'])"/>
    4635
    47     <para>Yaboot has a compilation error. The following patch properly fixes
    48     the issue:</para>
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../ppc/yaboot.xml"
     38    xpointer="xpointer(//*[@os='d'])"/>
    4939
    50 <screen><userinput>patch -Np1 -i ../yaboot-&yaboot-version;-fix-1.patch</userinput></screen>
     40    <para>Existing multilib distributions alter gcc to default to 32-bit
     41    output.  Because our gcc defaults to 64-bit, we need to pass appropriate
     42    options to both the compiler and the linker.  The Makefile already
     43    overrides any CC and ignores LDFLAGS in favour of its own variables, so we
     44    need to use the following seds for a successful compile and install.</para>
    5145
    52     <para>The supplied man pages have <filename class="directory">/usr/local
    53     </filename> in the text.  This sed will correct that:</para>
     46<screen><userinput>sed -i -e "s/\(-print-libgcc-file-name\)/${BUILD32} \1/" \
     47    -e "s/\(-Bstatic\)/-melf32ppclinux \1/" Makefile
     48</userinput></screen>
    5449
    55 <screen><userinput>sed -i 's%/usr/local%/usr%' man/*</userinput></screen>
     50    <variablelist os="j">
     51      <title>The meaning of the sed parameters:</title>
    5652
    57     <para>Compile the Yaboot package:</para>
    58 
    59 <screen><userinput>make PREFIX=/usr</userinput></screen>
    60 
    61     <para>Install the package:</para>
    62 
    63 <screen><userinput>make PREFIX=/usr install</userinput></screen>
    64 
    65   </sect2>
    66 
    67   <sect2 id="contents-yaboot" role="content">
    68     <title>Contents of Yaboot</title>
    69 
    70     <segmentedlist>
    71       <segtitle>Installed programs</segtitle>
    72       <segtitle>Installed files</segtitle>
    73 
    74       <seglistitem>
    75         <seg>addnote, mkofboot (link to ybin), ofboot, ofpath, yaboot,
    76         yabootconfig, ybin</seg>
    77         <seg>yaboot.conf</seg>
    78       </seglistitem>
    79     </segmentedlist>
    80 
    81     <variablelist>
    82       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    83       <?dbfo list-presentation="list"?>
    84       <?dbhtml list-presentation="table"?>
    85 
    86       <varlistentry id="addnote">
    87         <term><command>addnote</command></term>
    88   <listitem>
    89     <para>For IBM CHRP machines, add a PT_NOTE program header
    90     entry to an elf file so that it can be booted.</para>
    91     <indexterm zone="ch-system-yaboot addnote">
    92       <primary sortas="b-addnote">addnote</primary>
    93     </indexterm>
    94   </listitem>
    95       </varlistentry>
    96 
    97       <varlistentry id="mkofboot">
    98         <term><command>mkofboot</command></term>
     53      <varlistentry>
     54        <term><parameter>"s/\(-print-libgcc-file-name\)/${BUILD32} \1/"</parameter></term>
    9955        <listitem>
    100           <para>Format the bootstrap partition and install the yaboot
    101           boot loader.</para>
    102           <indexterm zone="ch-system-yaboot mkofboot">
    103             <primary sortas="b-mkofboot">mkofboot</primary>
    104           </indexterm>
     56          <para>This picks a convenient place within the Makefile's lgcc
     57          variable and inserts the flag to force <command>gcc</command> to
     58          create 32-bit code when compiling yaboot.</para>
    10559        </listitem>
    10660      </varlistentry>
    107 
    108       <varlistentry id="ofboot">
    109         <term><command>ofboot</command></term>
     61      <varlistentry>
     62        <term><parameter>"s/\(-Bstatic\)/-melf32ppclinux \1/"</parameter></term>
    11063        <listitem>
    111           <para>Script to format the boot menu using yaboot.conf and
    112     write the resulting OpenFirmware code to the bootstrap.</para>
    113           <indexterm zone="ch-system-yaboot ofboot">
    114             <primary sortas="b-ofboot">ofboot</primary>
    115           </indexterm>
    116         </listitem>
    117       </varlistentry>
    118 
    119       <varlistentry id="ofpath">
    120         <term><command>ofpath</command></term>
    121         <listitem>
    122           <para>Determine OpenFirmware path corresponding to a device
    123     node.</para>
    124           <indexterm zone="ch-system-yaboot ofpath">
    125             <primary sortas="b-ofpath">ofpath</primary>
    126           </indexterm>
    127         </listitem>
    128       </varlistentry>
    129 
    130       <varlistentry id="yaboot">
    131         <term><command>yaboot</command></term>
    132         <listitem>
    133           <para>OpenFirmware boot loader.</para>
    134           <indexterm zone="ch-system-yaboot yaboot">
    135             <primary sortas="b-yaboot">yaboot</primary>
    136           </indexterm>
    137         </listitem>
    138       </varlistentry>
    139 
    140       <varlistentry id="yabootconfig">
    141         <term><command>yabootconfig</command></term>
    142         <listitem>
    143           <para>Generate and install a simple yaboot.conf.</para>
    144           <indexterm zone="ch-system-yaboot yabootconfig">
    145             <primary sortas="b-yabootconfig">yabootconfig</primary>
    146           </indexterm>
    147         </listitem>
    148       </varlistentry>
    149 
    150       <varlistentry id="ybin">
    151         <term><command>ybin</command></term>
    152         <listitem>
    153           <para>Shell script to update or install the boot loader
    154     on a bootstrap partition.</para>
    155           <indexterm zone="ch-system-yaboot ybin">
    156             <primary sortas="b-ybin">ybin</primary>
    157           </indexterm>
    158         </listitem>
    159       </varlistentry>
    160 
    161       <varlistentry id="yaboot.conf">
    162         <term><filename>yaboot.conf</filename></term>
    163         <listitem>
    164           <para>Configuration file used by <command>ybin</command> to determine
    165     how to install <command>yaboot</command> on the bootstrap partition.</para>
    166           <indexterm zone="ch-system-yaboot yaboot.conf">
    167             <primary sortas="e-yaboot.conf">yaboot.conf</primary>
    168           </indexterm>
     64          <para>This picks the end of the LFLAGS which the Makefile passes to
     65          the linker to create the second-stage linux loader, and inserts a
     66          flag to force <command>ld</command> to use a suitable 32-bit
     67          emulation picked from the output of <command>'ld -V'</command>.</para>
    16968        </listitem>
    17069      </varlistentry>
     
    17271    </variablelist>
    17372
     73    <important>
     74      <para>The above patches and seds are critical in ensuring a
     75      successful build. In particular, the package will appear to install
     76      correctly without the second sed, but will fail to load linux,
     77      requiring you to use OF or a rescue disk to boot.</para>
     78    </important>
     79
     80    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     81    href="../ppc/yaboot.xml"
     82    xpointer="xpointer(//*[@os='e'])"/>
     83
     84    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     85    href="../ppc/yaboot.xml"
     86    xpointer="xpointer(//*[@os='f'])"/>
     87
     88    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     89    href="../ppc/yaboot.xml"
     90    xpointer="xpointer(//*[@os='g'])"/>
     91
     92    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     93    href="../ppc/yaboot.xml"
     94    xpointer="xpointer(//*[@os='h'])"/>
     95
     96    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     97    href="../ppc/yaboot.xml"
     98    xpointer="xpointer(//*[@os='i'])"/>
     99
     100    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     101    href="../ppc/yaboot.xml"
     102    xpointer="xpointer(//*[@os='j'])"/>
     103
    174104  </sect2>
    175105
     106  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     107  href="../ppc/yaboot.xml"
     108  xpointer="xpointer(id('contents-yaboot'))"/>
     109
    176110</sect1>
  • BOOK/general.ent

    r23fc9445 rc06e893  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "CLFS-SVN-20060509">
     3<!ENTITY version "CLFS-SVN-20060510">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1616<!ENTITY version-alpha "&version;-ALPHA">
    1717
    18 <!ENTITY releasedate "May 9, 2006">
     18<!ENTITY releasedate "May 10, 2006">
    1919<!ENTITY milestone "0.1">
    2020<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • BOOK/introduction/ppc/changelog.xml

    r23fc9445 rc06e893  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>May 10, 2006</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[ken] - Include the SATA patch for yaboot.</para>
     41        </listitem>
     42      </itemizedlist>
     43    </listitem>
    3544
    3645    <listitem>
  • BOOK/introduction/ppc64/changelog.xml

    r23fc9445 rc06e893  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>May 10, 2006</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[ken] - Make yaboot build in the final system.</para>
     41        </listitem>
     42      </itemizedlist>
     43    </listitem>
    3544
    3645    <listitem>
  • BOOK/materials/ppc/patches.xml

    r23fc9445 rc06e893  
    1818
    1919    <varlistentry>
    20       <term>Powerpc-utils_(&powerpcutils-version;) - 21 KB:</term>
     20      <term>Powerpc-utils_(&powerpcutils-version;) Fixes Patch - 21 KB:</term>
    2121      <listitem>
    2222        <para><ulink
     
    2626
    2727    <varlistentry>
    28       <term>Yaboot (&yaboot-version;) - 1 KB:</term>
     28      <term>Yaboot (&yaboot-version;) Fixes Patch - 1 KB:</term>
    2929      <listitem>
    3030        <para><ulink
     
    3333    </varlistentry>
    3434
     35    <varlistentry>
     36      <term>Yaboot (&yaboot-version;) SATA Patch - 1 KB:</term>
     37      <listitem>
     38        <para><ulink
     39        url="&patches-root;yaboot/&yaboot-sata-patch;"/></para>
     40      </listitem>
     41    </varlistentry>
     42
    3543  </variablelist>
    3644
  • BOOK/materials/ppc64/patches.xml

    r23fc9445 rc06e893  
    2222
    2323    <varlistentry>
    24       <term>Powerpc-utils_(&powerpcutils-version;) - 21 KB:</term>
     24      <term>Powerpc-utils_(&powerpcutils-version;) Fixes Patch - 21 KB:</term>
    2525      <listitem>
    2626        <para><ulink
     
    3030
    3131    <varlistentry>
    32       <term>Yaboot (&yaboot-version;) - 1 KB:</term>
     32      <term>Yaboot (&yaboot-version;) Fixes Patch - 1 KB:</term>
    3333      <listitem>
    3434        <para><ulink
     
    3737    </varlistentry>
    3838
     39    <varlistentry>
     40      <term>Yaboot (&yaboot-version;) SATA Patch - 1 KB:</term>
     41      <listitem>
     42        <para><ulink
     43        url="&patches-root;yaboot/&yaboot-sata-patch;"/></para>
     44      </listitem>
     45    </varlistentry>
     46
    3947  </variablelist>
    4048
  • BOOK/patches.ent

    r23fc9445 rc06e893  
    7373<!ENTITY lilo-cross-x86_64-patch "lilo-&lilo-version;-cross_compile_x86_64-1.patch">
    7474
    75 <!-- Start of ppc patches -->
     75<!-- Start of ppc/ppc64 patches -->
    7676
    7777<!ENTITY powerpcutils-patch "powerpc-utils_&powerpcutils-version;-fixes-1.patch">
    7878
     79<!ENTITY powerpcutils64-patch "powerpc-utils_&powerpcutils-version;-fixes-2.patch">
     80
    7981<!ENTITY yaboot-fix-patch "yaboot-&yaboot-version;-fix-1.patch">
    8082
    81 <!-- Start of ppc64 patches -->
     83<!ENTITY yaboot-sata-patch "yaboot-&yaboot-version;-ofpath_sata-1.patch">
    8284
    83 <!ENTITY powerpcutils64-patch "powerpc-utils_&powerpcutils-version;-fixes-2.patch">
    8485
    8586<!-- Start of sparc/sparc64 patches -->
  • BOOK/stylesheets/top-index.xsl

    r23fc9445 rc06e893  
    202202            </h4>
    203203          </li>
    204           <br />
    205           <h3>
    206              <xsl:text>Working from chroot, except for the bootloader. Development in progress.</xsl:text>
    207           </h3>
    208204          <li>
    209205            <h4>
Note: See TracChangeset for help on using the changeset viewer.