Initial commit
This commit is contained in:
9
target/linux/malta/be64/config-default
Normal file
9
target/linux/malta/be64/config-default
Normal file
@@ -0,0 +1,9 @@
|
||||
# CONFIG_32BIT is not set
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_ARCH_MMAP_RND_BITS=12
|
||||
CONFIG_CPU_BIG_ENDIAN=y
|
||||
# CONFIG_CPU_LITTLE_ENDIAN is not set
|
||||
CONFIG_CPU_MIPS64_R2=y
|
||||
# CONFIG_MIPS32_N32 is not set
|
||||
# CONFIG_MIPS32_O32 is not set
|
||||
# CONFIG_MIPS_VA_BITS_48 is not set
|
||||
10
target/linux/malta/be64/target.mk
Normal file
10
target/linux/malta/be64/target.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
ARCH:=mips64
|
||||
CPU_TYPE:=mips64r2
|
||||
SUBTARGET:=be64
|
||||
FEATURES+=source-only
|
||||
BOARDNAME:=Big Endian (64-bits)
|
||||
|
||||
define Target/Description
|
||||
Build BE firmware images for MIPS Malta CoreLV board running in
|
||||
big-endian and 64-bits mode
|
||||
endef
|
||||
Reference in New Issue
Block a user