Changeset 2f6e84a for final-system


Ignore:
Timestamp:
Feb 21, 2006, 1:15:29 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
8fe7175
Parents:
34683fd
Message:

r748@server (orig r746): jim | 2005-11-23 16:59:43 -0800

r770@server: jim | 2005-11-23 16:59:11 -0800
Updates to colo for MIPS - RaQ2


Location:
final-system
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • final-system/mips/colo.xml

    r34683fd r2f6e84a  
    4646
    4747<screen os="d"><userinput>install -d  /usr/lib/colo/examples
    48 install binaries/colo-chain.elf /usr/lib/colo
    49 install binaries/colo-rom-image.bin /usr/lib/colo
    50 install tools/colo-perm/colo-perm /sbin
    51 install tools/colo-perm/colo-perm.8 /usr/man/man8
    52 install tools/elf2rfx/elf2rfx /sbin
    53 install tools/flash-tool/flash-tool /sbin
    54 install tools/flash-tool/flash-tool.8 /usr/man/man8
     48install chain/colo-chain.elf /usr/lib/colo
    5549install tools/lcdtools/e2fsck-lcd/e2fsck-lcd /sbin
    5650install tools/lcdtools/e2fsck-lcd/e2fsck-lcd.8 /usr/man/man8
    57 install tools/lcdtools/liblcd/liblcd.a /lib
    5851install tools/lcdtools/paneld/paneld /sbin
    5952install tools/lcdtools/paneld/paneld.8 /usr/man/man8
     
    6255install examples/menu.colo /usr/lib/colo/examples
    6356install examples/simple.colo /usr/lib/colo/examples
    64 cp binaries/colo-chain.elf /boot/vmlinux
     57cp chain/colo-chain.elf /boot/vmlinux
    6558gzip -9 /boot/vmlinux</userinput></screen>
    6659
     
    7467
    7568      <seglistitem>
    76         <seg>colo-chain.elf, colo-rom-image.bin, colo-perm, elf2rfx,
    77         flash-tool, e2fsck-lcd, paneld and putlcd</seg>
     69        <seg>colo-chain.elf, e2fsck-lcd, paneld and putlcd</seg>
    7870      </seglistitem>
    7971    </segmentedlist>
     
    9385          <indexterm zone="ch-system-colo colo-chain.elf">
    9486            <primary sortas="b-colo-chain.elf">colo-chain.elf</primary>
    95           </indexterm>
    96         </listitem>
    97       </varlistentry>
    98 
    99       <varlistentry id="colo-rom-image.bin">
    100         <term><command>colo-rom-image.bin</command></term>
    101         <listitem>
    102           <para>Is a replacement firmware for the Cobalt's standard
    103           firmware</para>
    104           <indexterm zone="ch-system-colo colo-rom-image.bin">
    105             <primary sortas="b-colo-rom-image.bin">colo-rom-image.bin</primary>
    106           </indexterm>
    107         </listitem>
    108       </varlistentry>
    109 
    110       <varlistentry id="colo-perm">
    111         <term><command>colo-perm</command></term>
    112         <listitem>
    113           <para>Is a tool which looks in the ROM of a Cobalt machine for a
    114           magic string identifying CoLo. This way, it can be determined if
    115           the original Cobalt firmware is used or whether CoLo has been
    116           flashed to the ROM</para>
    117           <indexterm zone="ch-system-colo colo-perm">
    118             <primary sortas="b-colo-perm">colo-perm</primary>
    119           </indexterm>
    120         </listitem>
    121       </varlistentry>
    122 
    123       <varlistentry id="elf2rfx">
    124         <term><command>elf2rfx</command></term>
    125         <listitem>
    126           <para>UNKNOWN</para>
    127           <indexterm zone="ch-system-colo elf2rfx">
    128             <primary sortas="b-elf2rfx">elf2rfx</primary>
    129           </indexterm>
    130         </listitem>
    131       </varlistentry>
    132 
    133       <varlistentry id="flash-tool">
    134         <term><command>flash-tool</command></term>
    135         <listitem>
    136           <para>Read or write Cobalt's firmware flash memory</para>
    137           <indexterm zone="ch-system-colo flash-tool">
    138             <primary sortas="b-flash-tool">flash-tool</primary>
    13987          </indexterm>
    14088        </listitem>
  • final-system/mips64-64-chapter.xml

    r34683fd r2f6e84a  
    6363  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/mktemp.xml"/>
    6464  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/>
    65   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64-64/colo.xml"/>
     65  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/colo.xml"/>
    6666  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/dvhtool.xml"/>
    6767  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/arcload.xml"/>
  • final-system/mips64/colo.xml

    r34683fd r2f6e84a  
    2222    <title>Installation of Colo</title>
    2323
     24    <para os="p1">This patch updates the Colo bootloader to build under
     25    64 bit:</para>
     26
     27<screen os="p2"><userinput>patch -Np1 -i ../&colo-make-patch;</userinput></screen>
     28
    2429    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2530    href="../mips/colo.xml"
     
    3035    xpointer="xpointer(//*[@os='b'])"/>
    3136
    32 <screen><userinput>make CC="gcc ${BUILD32}" binary
     37<screen><userinput>make binary
    3338make CC="gcc ${BUILD64}" tooldirs</userinput></screen>
    3439
Note: See TracChangeset for help on using the changeset viewer.