summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/riscv/optrambegin.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spec/build/bsps/riscv/optrambegin.yml29
1 files changed, 16 insertions, 13 deletions
diff --git a/spec/build/bsps/riscv/optrambegin.yml b/spec/build/bsps/riscv/optrambegin.yml
index 2073926dac..3c42908d19 100644
--- a/spec/build/bsps/riscv/optrambegin.yml
+++ b/spec/build/bsps/riscv/optrambegin.yml
@@ -1,24 +1,27 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-integer: null
-- assert-uint32: null
+- assert-uint64: null
- assert-aligned: 1048576
- env-assign: null
- format-and-define: null
build-type: option
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 2147483648
-default-by-variant:
-- value: 2147483648
- variants:
- - riscv/rv64.*medany
-- value: 1879048192
- variants:
- - riscv/rv64.*
-- value: 1073741824
- variants:
- - riscv/griscv
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
+default:
+- enabled-by:
+ - riscv/noel32im
+ - riscv/noel32imafd
+ - riscv/noel64imac
+ - riscv/noel64imafd
+ - riscv/noel64imafdc
+ value: 0x00000000
+- enabled-by: riscv/griscv
+ value: 0x40000000
+- enabled-by: riscv/mpfs64imafdc
+ value: 0x1000000000
+- enabled-by: true
+ value: 0x80000000
description: ''
enabled-by: true
format: '{:#010x}'