Changeset 3f339fd
- Timestamp:
- Feb 21, 2006, 1:15:29 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5dd6049
- Parents:
- e298f37
- Location:
- BOOK
- Files:
-
- 2 deleted
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/mips/colo-build.xml
re298f37 r3f339fd 36 36 xpointer="xpointer(//*[@os='b'])"/> 37 37 38 <screen os="c"><userinput>cp binaries/colo-chain.elf ${LFS}/boot/vmlinux38 <screen os="c"><userinput>cp chain/colo-chain.elf ${LFS}/boot/vmlinux 39 39 gzip -9 ${LFS}/boot/vmlinux</userinput></screen> 40 40 -
BOOK/boot/mips64-64-chapter.xml
re298f37 r3f339fd 24 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pwdgroup.xml"/> 25 25 <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"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/colo.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/settingenviron.xml"/> -
BOOK/boot/mips64/colo-build.xml
re298f37 r3f339fd 24 24 25 25 <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" 26 34 href="../mips/colo-build.xml" 27 35 xpointer="xpointer(//*[@os='a'])"/> … … 30 38 make CC=gcc 31 39 cd ../.. 32 make C C="${CC} ${BUILD32)" CROSS_COMPILE="${LFS_TARGET}-" binary</userinput></screen>40 make CROSS_COMPILE="${LFS_TARGET}-" binary</userinput></screen> 33 41 34 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/mips/colo.xml
re298f37 r3f339fd 46 46 47 47 <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 48 install chain/colo-chain.elf /usr/lib/colo 55 49 install tools/lcdtools/e2fsck-lcd/e2fsck-lcd /sbin 56 50 install tools/lcdtools/e2fsck-lcd/e2fsck-lcd.8 /usr/man/man8 57 install tools/lcdtools/liblcd/liblcd.a /lib58 51 install tools/lcdtools/paneld/paneld /sbin 59 52 install tools/lcdtools/paneld/paneld.8 /usr/man/man8 … … 62 55 install examples/menu.colo /usr/lib/colo/examples 63 56 install examples/simple.colo /usr/lib/colo/examples 64 cp binaries/colo-chain.elf /boot/vmlinux57 cp chain/colo-chain.elf /boot/vmlinux 65 58 gzip -9 /boot/vmlinux</userinput></screen> 66 59 … … 74 67 75 68 <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> 78 70 </seglistitem> 79 71 </segmentedlist> … … 93 85 <indexterm zone="ch-system-colo colo-chain.elf"> 94 86 <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 standard103 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 a114 magic string identifying CoLo. This way, it can be determined if115 the original Cobalt firmware is used or whether CoLo has been116 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>139 87 </indexterm> 140 88 </listitem> -
BOOK/final-system/mips64-64-chapter.xml
re298f37 r3f339fd 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/mktemp.xml"/> 64 64 <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"/> 66 66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/dvhtool.xml"/> 67 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/arcload.xml"/> -
BOOK/final-system/mips64/colo.xml
re298f37 r3f339fd 22 22 <title>Installation of Colo</title> 23 23 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 24 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 30 href="../mips/colo.xml" … … 30 35 xpointer="xpointer(//*[@os='b'])"/> 31 36 32 <screen><userinput>make CC="gcc ${BUILD32}"binary37 <screen><userinput>make binary 33 38 make CC="gcc ${BUILD64}" tooldirs</userinput></screen> 34 39 -
BOOK/introduction/mips/changelog.xml
re298f37 r3f339fd 33 33 34 34 --> 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> 35 44 36 45 <listitem> -
BOOK/introduction/mips64-64/changelog.xml
re298f37 r3f339fd 33 33 34 34 --> 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> 35 47 36 48 <listitem> -
BOOK/introduction/mips64/changelog.xml
re298f37 r3f339fd 33 33 34 34 --> 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> 35 47 36 48 <listitem> -
BOOK/materials/mips64-64/patches.xml
re298f37 r3f339fd 16 16 href="../mips/patches.xml" 17 17 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'])"/> 18 22 19 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/materials/mips64/patches.xml
re298f37 r3f339fd 20 20 href="../x86_64/patches.xml" 21 21 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> 22 29 23 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/patches.ent
re298f37 r3f339fd 94 94 <!ENTITY arcload-fixes-patch "arcload-&arcload-version;-fixes-1.patch"> 95 95 96 <!ENTITY colo-make-patch "colo-&colo-version;-make_fix-1.patch"> 97 96 98 <!ENTITY dvhtool-fixes-patch "dvhtool-&dvhtool-version;-fixes-1.patch"> 97 99
Note:
See TracChangeset
for help on using the changeset viewer.