diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-06 22:59:55 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-06 22:59:55 +0000 |
commit | 2cd3e1c9bf87b60bad3bee59fe02cd3294f7aa33 (patch) | |
tree | 2439a693e39429ed870dbfc0a8124745d8bec634 /include/asm-mips/bootinfo.h | |
parent | 7b2de87d1fb408559c520ade7d29e68552cfcbfd (diff) |
Partial support for Galileo EV96100 evaluation board. Patches from
Pete Popov of Monta Vista.
Diffstat (limited to 'include/asm-mips/bootinfo.h')
-rw-r--r-- | include/asm-mips/bootinfo.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/asm-mips/bootinfo.h b/include/asm-mips/bootinfo.h index 447192b20..4084ba601 100644 --- a/include/asm-mips/bootinfo.h +++ b/include/asm-mips/bootinfo.h @@ -23,9 +23,10 @@ #define MACH_GROUP_NEC_DDB 8 /* NEC DDB */ #define MACH_GROUP_BAGET 9 /* Baget */ #define MACH_GROUP_ORION 10 /* CoSine Orion */ +#define MACH_GROUP_GALILEO 11 /* Galileo Eval Boards*/ #define GROUP_NAMES { "unknown", "Jazz", "Digital", "ARC", \ - "SNI", "ACN", "SGI", "Cobalt", "NEC DDB", "Baget", "Orion" } + "SNI", "ACN", "SGI", "Cobalt", "NEC DDB", "Baget", "Orion", "Galileo" } /* * Valid machtype values for group unknown (low order halfword of mips_machtype) @@ -115,6 +116,13 @@ #define GROUP_BAGET_NAMES { "BT23-201", "BT23-202" } /* + * Valid machtype for group GALILEO + */ +#define MACH_EV96100 0 /* EV96100 */ + +#define GROUP_GALILEO_NAMES { "EV96100" } + +/* * Valid cputype values */ #define CPU_UNKNOWN 0 |