|
|||||||||||
|
[PATCH] libdebian-installer: add support for MIPS Malta
From: Aurelien Jarno <aurelien(at)aurel32.net>
Date: Sat Jan 12 2008 - 10:19:42 EST
Index: libdebian-installer/debian/changelog
+ [ Aurelien Jarno ]
+ * archdetect: Add support for mips{,el}/{4,5}kc-malta platforms.
+
libdebian-installer (0.54) unstable; urgency=low Index: libdebian-installer/src/system/subarch-mipsel-linux.c
+static struct cpu system_malta_cpu[] = {
+ { "MIPS 4K", "4kc-malta" },
+ { "MIPS 24K", "4kc-malta" },
+ { "MIPS 34K", "4kc-malta" },
+ { "MIPS 5K", "5kc-malta" },
+ { "MIPS 20K", "5kc-malta" },
+ { NULL, "unknown" }
+};
+
/* add new system types here */
static struct cpu system_unknown_cpu[] = {
{"Cobalt ", system_cobalt_cpu }, /* match any Cobalt machine; new kernels */
{"Broadcom BCM947XX", system_bcm_bcm947xx_cpu }, /* Broadcom based APs/NAS */
{"Qemu", system_qemu_cpu },
+ {"MIPS Malta", system_malta_cpu },
{ NULL, system_unknown_cpu }
}; Index: libdebian-installer/src/system/subarch-mips-linux.c
+static struct cpu system_malta_cpu[] = {
+ { "MIPS 4K", "4kc-malta" },
+ { "MIPS 24K", "4kc-malta" },
+ { "MIPS 34K", "4kc-malta" },
+ { "MIPS 5K", "5kc-malta" },
+ { "MIPS 20K", "5kc-malta" },
+ { NULL, "unknown" }
+};
+
/* add new system types here */
static struct cpu system_unknown_cpu[] = {
{"SGI O2", system_sgi_o2_cpu },
{"SiByte BCM9", system_sibyte_sb1_cpu }, /* match Broadcom SB1 boards */
{"Qemu", system_qemu_cpu },
+ {"MIPS Malta", system_malta_cpu },
{ NULL, system_unknown_cpu }
}; -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' aurel32@debian.org | aurelien@aurel32.net `- people.debian.org/~aurel32 | www.aurel32.net -- To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Sat Jan 12 10:19:55 2008 This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 04:12:06 EDT |
||||||||||
|
|||||||||||