mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-02-28 10:11:48 +00:00
platform: generic: mips: add P8700 based "eyeq7h" and "boston"
Refactor MIPS P8700 support, convert P8700 into a "CPU" and add 2 platforms using this CPU: - "boston" - FPGA platform developed by MIPS - "eyeq7h" - automotive platform by Mobileye Signed-off-by: Vladimir Kondratiev <vladimir.kondratiev@mobileye.com> Reviewed-by: Anup Patel <anup@brainfault.org> Link: https://lore.kernel.org/r/20260223-for-upstream-eyeq7h-v3-10-621d004d1a21@mobileye.com Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
committed by
Anup Patel
parent
fe82238d29
commit
79dfc3a868
@@ -91,15 +91,23 @@ config PLATFORM_THEAD
|
||||
select THEAD_C9XX_PMU
|
||||
default n
|
||||
|
||||
config PLATFORM_MIPS_P8700
|
||||
bool "MIPS P8700 support"
|
||||
default n
|
||||
|
||||
config PLATFORM_SPACEMIT_K1
|
||||
bool "Spacemit K1 support"
|
||||
select FDT_HSM_SPACEMIT
|
||||
default n
|
||||
|
||||
config CPU_MIPS_P8700
|
||||
bool
|
||||
default n
|
||||
|
||||
config PLATFORM_MIPS_P8700_EYEQ7H
|
||||
select CPU_MIPS_P8700
|
||||
bool "EyeQ7H"
|
||||
|
||||
config PLATFORM_MIPS_P8700_BOSTON
|
||||
select CPU_MIPS_P8700
|
||||
bool "Boston"
|
||||
|
||||
source "$(OPENSBI_SRC_DIR)/platform/generic/andes/Kconfig"
|
||||
source "$(OPENSBI_SRC_DIR)/platform/generic/eswin/Kconfig"
|
||||
source "$(OPENSBI_SRC_DIR)/platform/generic/thead/Kconfig"
|
||||
|
||||
Reference in New Issue
Block a user