Initial commit

This commit is contained in:
domenico
2025-06-24 13:14:22 +02:00
commit 4002f145fc
9002 changed files with 1731834 additions and 0 deletions

View 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

View 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