mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-30 18:06:33 +01:00
platform: Add T-head C910 initial support
This commit provides basic support for the Thead/C910 platform. Signed-off-by: Liu Yibin <yibin_liu@c-sky.com> Reviewed-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
14
platform/thead/c910/config.mk
Normal file
14
platform/thead/c910/config.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
#
|
||||
|
||||
# Compiler flags
|
||||
platform-cppflags-y =
|
||||
platform-cflags-y =
|
||||
platform-asflags-y =
|
||||
platform-ldflags-y =
|
||||
|
||||
# Blobs to build
|
||||
FW_TEXT_START?=0x0
|
||||
FW_JUMP=y
|
||||
FW_JUMP_ADDR?=0x00200000
|
Reference in New Issue
Block a user