From 495296bba9055cfffcf849228e1b6504cc9bdf34 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 5 Apr 2013 12:36:48 +0000 Subject: malta: add le64 and be64 sub targets These two subtargets are used to build a 64-bit malta kernel along with 64-bit userland support. Signed-off-by: Florian Fainelli SVN-Revision: 36211 --- target/linux/malta/be64/config-default | 14 ++++++++++++++ target/linux/malta/be64/target.mk | 11 +++++++++++ 2 files changed, 25 insertions(+) create mode 100644 target/linux/malta/be64/config-default create mode 100644 target/linux/malta/be64/target.mk (limited to 'target/linux/malta/be64') diff --git a/target/linux/malta/be64/config-default b/target/linux/malta/be64/config-default new file mode 100644 index 0000000000..6caac8aac1 --- /dev/null +++ b/target/linux/malta/be64/config-default @@ -0,0 +1,14 @@ +CONFIG_64BIT=y +# CONFIG_32BIT is not set +CONFIG_MIPS32_COMPAT=y +CONFIG_MIPS32_O32=y +CONFIG_MIPS32_N32=y +# CONFIG_HUGETLBFS is not set +CONFIG_CPU_BIG_ENDIAN=y +# CONFIG_CPU_LITTLE_ENDIAN is not set +CONFIG_CPU_MIPS32=y +# CONFIG_CPU_MIPS32_R1 is not set +# CONFIG_CPU_MIPS32_R2 is not set +CONFIG_CPU_MIPS64_R1=y +# CONFIG_CPU_MIPS64_R2 is not set +CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y diff --git a/target/linux/malta/be64/target.mk b/target/linux/malta/be64/target.mk new file mode 100644 index 0000000000..30804f4e1e --- /dev/null +++ b/target/linux/malta/be64/target.mk @@ -0,0 +1,11 @@ +ARCH:=mips64 +ARCH_PACKAGES:=malta_mips64 +SUBTARGET:=be64 +BOARDNAME:=Big Endian (64-bits) +CFLAGS:=-Os -pipe -mips64 -mtune=mips64 -fno-caller-saves +FEATURES:=ramdisk + +define Target/Description + Build BE firmware images for MIPS Malta CoreLV board running in + big-endian and 64-bits mode +endef -- cgit v1.2.3