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,8 @@
# CONFIG_32BIT is not set
CONFIG_64BIT=y
CONFIG_ARCH_MMAP_RND_BITS=12
CONFIG_CPU_LITTLE_ENDIAN=y
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:=mips64el
CPU_TYPE:=mips64r2
SUBTARGET:=le64
FEATURES+=source-only
BOARDNAME:=Little Endian (64-bits)
define Target/Description
Build LE firmware images for MIPS Malta CoreLV board running in
little-endian and 64-bits mode
endef