* updated glibc (2.40 -> 2.41)
[t2sde.git] / architecture / mips64 / boot / arc.cf
blobc142e37eaa99345e10cef19ade2734b03dc9b04d
1 detect;
3 comment "T2 SDE - System Development Environment\n\r\n\r";
4 comment "       https://t2sde.org/support\n\r\n\r";
5 comment "\n\r\n\r";
6 comment "T2 on MIPS was primarily developed by RenĂ© Rebe - ExactCODE GmbH; Germany.\n\r\n\r";
7 comment "\n\r\n\r";
9 ip22 {
10         description     "SGI Indigo 2";
11         image system    "/boot/vmlinux-$ver-ip22";
12         initrd system   "/boot/minird-$ver-ip22";
15 ip27 {
16         description     "SGI Origin 200";
17         image system    "/boot/vmlinux-$ver-ip27";
18         initrd system   "/boot/minird-$ver-ip27";
21 ip30 {
22         description     "SGI Octane";
23         image system    "/boot/vmlinux-$ver-ip30";
24         initrd system   "/boot/minird-$ver-ip30";
27 ip32 {
28         description     "SGI O2";
30         # append "video=gbefb:monitor:lcd";
32         r5000 {
33                 description     "\tR5K CPU";
34                 image system    "/boot/vmlinux-$ver-ip32";
35                 initrd system   "/boot/minird-$ver-ip32";
36         }
38         r10000 r12000 {
39                 description     "\tR10/R12K CPU";
40                 image system    "/boot/vmlinux-$ver-ip32-r10k";
41                 initrd system   "/boot/minird-$ver-ip32-r10k";
42         }