Changeset 3f339fd


Ignore:
Timestamp:
Feb 21, 2006, 1:15:29 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:
5dd6049
Parents:
e298f37
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:
BOOK
Files:
2 deleted
12 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/mips/colo-build.xml

    re298f37 r3f339fd  
    3636    xpointer="xpointer(//*[@os='b'])"/>
    3737
    38 <screen os="c"><userinput>cp binaries/colo-chain.elf ${LFS}/boot/vmlinux
     38<screen os="c"><userinput>cp chain/colo-chain.elf ${LFS}/boot/vmlinux
    3939gzip -9 ${LFS}/boot/vmlinux</userinput></screen>
    4040
  • BOOK/boot/mips64-64-chapter.xml

    re298f37 r3f339fd  
    2424  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pwdgroup.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/kernel.xml"/>
    26   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64-64/colo-build.xml"/>
     26  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/colo-build.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/colo.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/settingenviron.xml"/>
  • BOOK/boot/mips64/colo-build.xml

    re298f37 r3f339fd  
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../../final-system/mips64/colo.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/mips64/colo.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2634    href="../mips/colo-build.xml"
    2735    xpointer="xpointer(//*[@os='a'])"/>
     
    3038make CC=gcc
    3139cd ../..
    32 make CC="${CC} ${BUILD32)" CROSS_COMPILE="${LFS_TARGET}-" binary</userinput></screen>
     40make CROSS_COMPILE="${LFS_TARGET}-" binary</userinput></screen>
    3341
    3442    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/mips/colo.xml

    re298f37 r3f339fd  
    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>
  • BOOK/final-system/mips64-64-chapter.xml

    re298f37 r3f339fd  
    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"/>
  • BOOK/final-system/mips64/colo.xml

    re298f37 r3f339fd  
    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
  • BOOK/introduction/mips/changelog.xml

    re298f37 r3f339fd  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>November 23, 2005</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jim] - Removed uneeded programs from Colo.</para>
     41        </listitem>
     42      </itemizedlist>
     43    </listitem>
    3544
    3645    <listitem>
  • BOOK/introduction/mips64-64/changelog.xml

    re298f37 r3f339fd  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>November 23, 2005</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jim] - Removed uneeded programs from Colo.</para>
     41        </listitem>
     42        <listitem>
     43          <para>[jim] - Colo will now build under 64-Bit. Thanx Joe Ciccone.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3547
    3648    <listitem>
  • BOOK/introduction/mips64/changelog.xml

    re298f37 r3f339fd  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>November 23, 2005</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jim] - Removed uneeded programs from Colo.</para>
     41        </listitem>
     42        <listitem>
     43          <para>[jim] - Colo will now build under 64-Bit. Thanx Joe Ciccone.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3547
    3648    <listitem>
  • BOOK/materials/mips64-64/patches.xml

    re298f37 r3f339fd  
    1616    href="../mips/patches.xml"
    1717    xpointer="xpointer(//*[@os='arcload-fixes-patch'])"/>
     18
     19    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     20    href="../mips64/patches.xml"
     21    xpointer="xpointer(//*[@os='colo-mips-patch'])"/>
    1822
    1923    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/materials/mips64/patches.xml

    re298f37 r3f339fd  
    2020    href="../x86_64/patches.xml"
    2121    xpointer="xpointer(//*[@os='binutils-multilib-patch'])"/>
     22
     23    <varlistentry os="colo-mips-patch">
     24      <term>Colo Make Patch - 3 KB:</term> <listitem>
     25        <para><ulink
     26        url="&patches-root;colo/&colo-make-patch;"/></para>
     27      </listitem>
     28    </varlistentry>
    2229
    2330    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/patches.ent

    re298f37 r3f339fd  
    9494<!ENTITY arcload-fixes-patch "arcload-&arcload-version;-fixes-1.patch">
    9595
     96<!ENTITY colo-make-patch "colo-&colo-version;-make_fix-1.patch">
     97
    9698<!ENTITY dvhtool-fixes-patch "dvhtool-&dvhtool-version;-fixes-1.patch">
    9799
Note: See TracChangeset for help on using the changeset viewer.