Changeset 390c34a in clfs-embedded for BOOK


Ignore:
Timestamp:
Oct 21, 2013, 6:57:22 AM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
a65e0bb
Parents:
d4c0817
Message:

Remove bootloaders section and bootloaders

Only MIPS had any information and only for COLO.
There's many many different bootloaders and methods for getting to the
point where Linux can run depending on arch, board, and user desires.
Later, we'll move a quick bit of info about picking a bootloader to the
"bootable" section after building the kernel.

Trying to document how to build every possible, even just the popular,
bootloaders, isn't reasonable.

Location:
BOOK
Files:
10 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/arm-index.xml

    rd4c0817 r390c34a  
    4646    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/chapter.xml"/>
    4747    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/chapter.xml"/>
    48     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootloaders/arm-chapter.xml"/>
    4948
    5049  </part>
  • BOOK/mips-index.xml

    rd4c0817 r390c34a  
    4646    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/chapter.xml"/>
    4747    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/chapter.xml"/>
    48     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootloaders/mips-chapter.xml"/>
    4948
    5049  </part>
  • BOOK/packages.ent

    rd4c0817 r390c34a  
    102102<!ENTITY e2fsprogs-md5 "a1ec22ef003688dae9f76c74881b22b9">
    103103<!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net">
    104 
    105 <!-- MIPS Bootloaders -->
    106 
    107 <!ENTITY colo-version "1.22">
    108 <!ENTITY colo-size "251 KB">
    109 <!ENTITY colo-url "http://www.colonel-panic.org/cobalt-mips/colo/colo-&colo-version;.tar.gz">
    110 <!ENTITY colo-md5 "52c16ad31f3b88f710f0fdb5abed0457">
    111 <!ENTITY colo-home "http://www.colonel-panic.org/cobalt-mips">
  • BOOK/patches.ent

    rd4c0817 r390c34a  
    3232
    3333<!-- MIPS Patches -->
    34 
    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 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 ".7 KB">
    44 
  • BOOK/x86-index.xml

    rd4c0817 r390c34a  
    4747    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/chapter.xml"/>
    4848    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/chapter.xml"/>
    49     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootloaders/x86-chapter.xml"/>
    5049
    5150  </part>
Note: See TracChangeset for help on using the changeset viewer.