diff options
Diffstat (limited to 'include/asm-mips/bootinfo.h')
-rw-r--r-- | include/asm-mips/bootinfo.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/asm-mips/bootinfo.h b/include/asm-mips/bootinfo.h index 12f9d7139ebf..94fc9be1aab6 100644 --- a/include/asm-mips/bootinfo.h +++ b/include/asm-mips/bootinfo.h | |||
@@ -213,6 +213,18 @@ | |||
213 | #define MACH_GROUP_LEMOTE 27 | 213 | #define MACH_GROUP_LEMOTE 27 |
214 | #define MACH_LEMOTE_FULONG 0 | 214 | #define MACH_LEMOTE_FULONG 0 |
215 | 215 | ||
216 | /* | ||
217 | * Valid machtype for group PMC-MSP | ||
218 | */ | ||
219 | #define MACH_GROUP_MSP 26 /* PMC-Sierra MSP boards/CPUs */ | ||
220 | #define MACH_MSP4200_EVAL 0 /* PMC-Sierra MSP4200 Evaluation */ | ||
221 | #define MACH_MSP4200_GW 1 /* PMC-Sierra MSP4200 Gateway demo */ | ||
222 | #define MACH_MSP4200_FPGA 2 /* PMC-Sierra MSP4200 Emulation */ | ||
223 | #define MACH_MSP7120_EVAL 3 /* PMC-Sierra MSP7120 Evaluation */ | ||
224 | #define MACH_MSP7120_GW 4 /* PMC-Sierra MSP7120 Residential GW */ | ||
225 | #define MACH_MSP7120_FPGA 5 /* PMC-Sierra MSP7120 Emulation */ | ||
226 | #define MACH_MSP_OTHER 255 /* PMC-Sierra unknown board type */ | ||
227 | |||
216 | #define CL_SIZE COMMAND_LINE_SIZE | 228 | #define CL_SIZE COMMAND_LINE_SIZE |
217 | 229 | ||
218 | const char *get_system_type(void); | 230 | const char *get_system_type(void); |