Changeset 97c9564 in clfs-embedded


Ignore:
Timestamp:
Nov 22, 2006, 10:43:18 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
0e94b26
Parents:
dc70876
Message:

Update Text with Bootloaders

Location:
BOOK
Files:
6 added
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips/uclibc.xml

    rdc70876 r97c9564  
    7171  xpointer="xpointer(//*[@os='k'])"/>
    7272
     73    <para os="m1">If your MIPS system is Big Endian, you will
     74    need at add the following lines to your configuration:</para>
     75
     76<screen os="m2"><userinput>echo "ARCH_ANY_ENDIAN=y" >> .config
     77echo "ARCH_BIG_ENDIAN=y" >> .config
     78echo "ARCH_WANTS_BIG_ENDIAN=y" >> .config</userinput></screen>
     79
     80    <para os="m3">If your MIPS system is Little Endian, you will
     81    need at add the following lines to your configuration:</para>
     82
     83<screen os="m4"><userinput>echo "ARCH_ANY_ENDIAN=y" >> .config
     84echo "ARCH_LITTLE_ENDIAN=y" >> .config
     85echo "ARCH_WANTS_LITTLE_ENDIAN=y" >> .config</userinput></screen>
     86
    7387  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7488  href="../x86/uclibc.xml"
  • BOOK/general.ent

    rdc70876 r97c9564  
    33<!ENTITY month "11"> <!-- Use two digits -->
    44<!ENTITY month_name "November">
    5 <!ENTITY day "21"> <!-- Use two digits -->
     5<!ENTITY day "22"> <!-- Use two digits -->
    66<!ENTITY year "2006"> <!-- Use four digits -->
    77
  • BOOK/materials/common/patches.xml

    rdc70876 r97c9564  
    8686  <para os="a">Total size of these patches: about <returnvalue/></para>
    8787
    88   <para>In addition to the above required patches, there exist a number of
    89   optional patches created by the CLFS community. These optional patches
    90   solve minor problems or enable functionality that is not enabled by
    91   default. Feel free to peruse the patches database located at
    92   <ulink url="&lfs-root;patches/"/> and acquire any additional
    93   patches to suit the system needs.</para>
    94 
    9588</sect1>
  • BOOK/mips-index.xml

    rdc70876 r97c9564  
    4848    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/chapter.xml"/>
    4949    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/mips-chapter.xml"/>
     50    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootloaders/mips-chapter.xml"/>
    5051
    5152  </part>
  • BOOK/packages.ent

    rdc70876 r97c9564  
    7070
    7171
     72<!-- MIPS Bootloaders -->
     73
     74<!ENTITY colo-version "1.22">
     75<!ENTITY colo-size "253 KB">
     76<!ENTITY colo-url "http://www.colonel-panic.org/cobalt-mips/colo/colo-&colo-version;.tar.gz">
     77<!ENTITY colo-md5 "52c16ad31f3b88f710f0fdb5abed0457">
     78<!ENTITY colo-home "http://www.linux-mips.org/wiki/CoLo">
     79
  • BOOK/patches.ent

    rdc70876 r97c9564  
    3333<!ENTITY gcc-uclibc-patch-size "144 KB">
    3434
     35<!-- MIPS Bootloader Patches -->
     36
     37<!ENTITY colo-make-patch "colo-&colo-version;-make_fix-1.patch">
     38<!ENTITY colo-make-patch-md5 "b89575a0e385b5366b19a6b5f176d49b">
     39<!ENTITY colo-make-patch-size "2.7 KB">
     40
     41<!ENTITY colo-relocation-patch "colo-&colo-version;-relocation_fix-1.patch">
     42<!ENTITY colo-relocation-patch-md5 "e0607ee1071f2f805ffa1ef1c5b1a766">
     43<!ENTITY colo-relocation-patch-size "4 KB">
     44
  • BOOK/x86-index.xml

    rdc70876 r97c9564  
    4848    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/chapter.xml"/>
    4949    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/x86-chapter.xml"/>
     50    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootloaders/x86-chapter.xml"/>
    5051
    5152  </part>
Note: See TracChangeset for help on using the changeset viewer.