--- zzzz-none-000/linux-3.10.107/arch/mips/include/asm/bootinfo.h 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/arch/mips/include/asm/bootinfo.h 2021-11-10 11:53:53.000000000 +0000 @@ -72,6 +72,39 @@ #define MACH_LOONGSON_END 8 /* + * Atheros ar7240 + */ +#define MACH_GROUP_AR7240 24 +#define MACH_ATHEROS_AR7240 1 + +#define MACH_GROUP_ATHEROS 24 +#define MACH_ATHEROS_AR724x 1 +#define MACH_ATHEROS_AR933x 2 +#define MACH_ATHEROS_AR934x 3 + +/* + * Atheros ar7100 ( hydra ) + */ +#define MACH_GROUP_AR7100 23 +#define MACH_ATHEROS_AR7100 1 + +/* + * Valid machtype for Lantiq chip family + */ +#define MACH_DANUBE 0 +#define MACH_AMAZON_SE 1 +#define MACH_AR9 2 +#define MACH_VR9 3 +#define MACH_AR10 4 +#define MACH_HN1 5 + +#define MACH_GROUP_DANUBE 26 /* Infineon DANUBE */ +#define MACH_GROUP_AMAZON_SE 27 /* Infineon Amazon_SE */ +#define MACH_GROUP_AMAZON_S 28 /* Infineon Amazon_S */ +#define MACH_GROUP_AR9 29 /* Infineon AR9 */ +#define MACH_GROUP_VR9 30 /* Infineon VDSL CPE VR9 */ + +/* * Valid machtype for group INGENIC */ #define MACH_INGENIC_JZ4730 0 /* JZ4730 SOC */ @@ -87,6 +120,7 @@ #define BOOT_MEM_ROM_DATA 2 #define BOOT_MEM_RESERVED 3 #define BOOT_MEM_INIT_RAM 4 +#define BOOT_MEM_BOOTLOADER 5 /* * A memory map that's built upon what was determined