|
@@ -71,6 +71,10 @@ config BR2_mips_64r6
|
|
bool "Generic MIPS64R6"
|
|
bool "Generic MIPS64R6"
|
|
depends on BR2_ARCH_IS_64
|
|
depends on BR2_ARCH_IS_64
|
|
select BR2_MIPS_CPU_MIPS64R6
|
|
select BR2_MIPS_CPU_MIPS64R6
|
|
|
|
+config BR2_mips_i6400
|
|
|
|
+ bool "I6400"
|
|
|
|
+ depends on BR2_ARCH_IS_64
|
|
|
|
+ select BR2_MIPS_CPU_MIPS64R6
|
|
endchoice
|
|
endchoice
|
|
|
|
|
|
|
|
|
|
@@ -123,6 +127,7 @@ config BR2_GCC_TARGET_ARCH
|
|
default "mips64r2" if BR2_mips_64r2
|
|
default "mips64r2" if BR2_mips_64r2
|
|
default "mips64r5" if BR2_mips_64r5
|
|
default "mips64r5" if BR2_mips_64r5
|
|
default "mips64r6" if BR2_mips_64r6
|
|
default "mips64r6" if BR2_mips_64r6
|
|
|
|
+ default "i6400" if BR2_mips_i6400
|
|
|
|
|
|
config BR2_MIPS_OABI32
|
|
config BR2_MIPS_OABI32
|
|
bool
|
|
bool
|