platform: generic: mips: add P8700

Extend generic platform to support MIPS P8700.

Signed-off-by: Chao-ying Fu <cfu@mips.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Link: https://lore.kernel.org/r/20250522212141.3198-2-cfu@mips.com
Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
Chao-ying Fu
2025-05-22 14:21:34 -07:00
committed by Anup Patel
parent 3f8159aa06
commit 66ab965e54
7 changed files with 517 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
ifeq ($(PLATFORM_RISCV_XLEN), 64)
carray-platform_override_modules-$(CONFIG_PLATFORM_MIPS_P8700) += mips_p8700
platform-objs-$(CONFIG_PLATFORM_MIPS_P8700) += mips/p8700.o
endif