bootinfo.h (e13fb77661b62f49170ef30d707272c568f81681) | bootinfo.h (6e552c9b3aa7ba3be57b9569ec92a38af5c65e48) |
---|---|
1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file COPYING in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 1995, 1996, 2003 by Ralf Baechle 7 * Copyright (C) 1995, 1996 Andreas Busse 8 * Copyright (C) 1995, 1996 Stoned Elipot --- 54 unchanged lines hidden (view full) --- 63 */ 64#define MACH_LOONGSON_UNKNOWN 0 65#define MACH_LEMOTE_FL2E 1 66#define MACH_LEMOTE_FL2F 2 67#define MACH_LEMOTE_ML2F7 3 68#define MACH_LEMOTE_YL2F89 4 69#define MACH_DEXXON_GDIUM2F10 5 70#define MACH_LEMOTE_NAS 6 | 1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file COPYING in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 1995, 1996, 2003 by Ralf Baechle 7 * Copyright (C) 1995, 1996 Andreas Busse 8 * Copyright (C) 1995, 1996 Stoned Elipot --- 54 unchanged lines hidden (view full) --- 63 */ 64#define MACH_LOONGSON_UNKNOWN 0 65#define MACH_LEMOTE_FL2E 1 66#define MACH_LEMOTE_FL2F 2 67#define MACH_LEMOTE_ML2F7 3 68#define MACH_LEMOTE_YL2F89 4 69#define MACH_DEXXON_GDIUM2F10 5 70#define MACH_LEMOTE_NAS 6 |
71#define MACH_LOONGSON_END 7 | 71#define MACH_LEMOTE_LL2F 7 72#define MACH_LOONGSON_END 8 |
72 73extern char *system_type; 74const char *get_system_type(void); 75 76extern unsigned long mips_machtype; 77 78#define BOOT_MEM_MAP_MAX 32 79#define BOOT_MEM_RAM 1 --- 42 unchanged lines hidden --- | 73 74extern char *system_type; 75const char *get_system_type(void); 76 77extern unsigned long mips_machtype; 78 79#define BOOT_MEM_MAP_MAX 32 80#define BOOT_MEM_RAM 1 --- 42 unchanged lines hidden --- |