summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/riscv
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-12 10:03:27 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-17 08:31:46 +0100
commit336823191ab3c22f45c4ef9ac6ebaa936c5f5ff0 (patch)
tree0503645bac72262a8a18e6b5c8e21e1093ec97eb /spec/build/bsps/riscv
parentbuild: Add reason to test state definitions (diff)
downloadrtems-336823191ab3c22f45c4ef9ac6ebaa936c5f5ff0.tar.bz2
build: Format build items
Use yaml.dump(data, default_flow_style=False, allow_unicode=True) with a custom representer for integer default values to format all build items.
Diffstat (limited to 'spec/build/bsps/riscv')
-rw-r--r--spec/build/bsps/riscv/optrambegin.yml8
-rw-r--r--spec/build/bsps/riscv/optramsize.yml8
2 files changed, 8 insertions, 8 deletions
diff --git a/spec/build/bsps/riscv/optrambegin.yml b/spec/build/bsps/riscv/optrambegin.yml
index 8890334915..4b1672ce57 100644
--- a/spec/build/bsps/riscv/optrambegin.yml
+++ b/spec/build/bsps/riscv/optrambegin.yml
@@ -8,15 +8,15 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 2147483648
+default: 0x80000000
default-by-variant:
-- value: 0
+- value: 0x00000000
variants:
- riscv/noel.*
-- value: 1073741824
+- value: 0x40000000
variants:
- riscv/griscv
-- value: 68719476736
+- value: 0x1000000000
variants:
- riscv/mpfs64.*
description: ''
diff --git a/spec/build/bsps/riscv/optramsize.yml b/spec/build/bsps/riscv/optramsize.yml
index 316cc906de..c983544bfc 100644
--- a/spec/build/bsps/riscv/optramsize.yml
+++ b/spec/build/bsps/riscv/optramsize.yml
@@ -8,15 +8,15 @@ actions:
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 67108864
+default: 0x04000000
default-by-variant:
-- value: 268435456
+- value: 0x10000000
variants:
- riscv/frdme310arty
-- value: 16777216
+- value: 0x01000000
variants:
- riscv/griscv
-- value: 268435456
+- value: 0x10000000
variants:
- riscv/mpfs64.*
description: ''