diff options
author | Liu Yibin <yibin_liu@c-sky.com> | 2020-01-02 12:21:36 +0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-01-02 10:03:23 +0530 |
commit | c0849cd731fca884c939e6a1a699a853231292a2 (patch) | |
tree | fbb2b3d73abd72f090c97f33bd0a86e310f91c0a /platform/thead/c910/config.mk | |
parent | 46a90d90e7dca6eeb66700b6970171119c51fd66 (diff) |
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>
Diffstat (limited to 'platform/thead/c910/config.mk')
-rw-r--r-- | platform/thead/c910/config.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/platform/thead/c910/config.mk b/platform/thead/c910/config.mk new file mode 100644 index 0000000..bd5eab7 --- /dev/null +++ b/platform/thead/c910/config.mk @@ -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 |