summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/lm32/milkymist
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/bsps/lm32/milkymist')
-rw-r--r--spec/build/bsps/lm32/milkymist/abi.yml14
-rw-r--r--spec/build/bsps/lm32/milkymist/bspmilkymist.yml6
-rw-r--r--spec/build/bsps/lm32/milkymist/optsim.yml8
3 files changed, 14 insertions, 14 deletions
diff --git a/spec/build/bsps/lm32/milkymist/abi.yml b/spec/build/bsps/lm32/milkymist/abi.yml
index 115b14a700..7fbcaa41f5 100644
--- a/spec/build/bsps/lm32/milkymist/abi.yml
+++ b/spec/build/bsps/lm32/milkymist/abi.yml
@@ -5,14 +5,14 @@ actions:
- env-append: null
build-type: option
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
default:
-- -mbarrel-shift-enabled
-- -mmultiply-enabled
-- -mdivide-enabled
-- -msign-extend-enabled
-default-by-family: []
-default-by-variant: []
+- enabled-by: true
+ value:
+ - -mbarrel-shift-enabled
+ - -mmultiply-enabled
+ - -mdivide-enabled
+ - -msign-extend-enabled
description: |
ABI flags
enabled-by: true
diff --git a/spec/build/bsps/lm32/milkymist/bspmilkymist.yml b/spec/build/bsps/lm32/milkymist/bspmilkymist.yml
index 2157d3a73c..299c57e4a0 100644
--- a/spec/build/bsps/lm32/milkymist/bspmilkymist.yml
+++ b/spec/build/bsps/lm32/milkymist/bspmilkymist.yml
@@ -4,7 +4,7 @@ bsp: milkymist
build-type: bsp
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
enabled-by: true
family: milkymist
@@ -14,7 +14,6 @@ install:
source:
- bsps/lm32/milkymist/include/bsp.h
- bsps/lm32/milkymist/include/system_conf.h
- - bsps/lm32/milkymist/include/tm27.h
- destination: ${BSP_LIBDIR}
source:
- bsps/lm32/milkymist/start/linkcmds
@@ -32,6 +31,8 @@ links:
- role: build-dependency
uid: ../../objirqdflt
- role: build-dependency
+ uid: ../../objmem
+- role: build-dependency
uid: ../../opto2
- role: build-dependency
uid: ../../bspopts
@@ -59,7 +60,6 @@ source:
- bsps/lm32/shared/start/bspstart.c
- bsps/shared/cache/nocache.c
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
-- bsps/shared/start/bspgetworkarea-default.c
- bsps/shared/start/bspreset-empty.c
- bsps/shared/start/gettargethash-default.c
- bsps/shared/start/sbrk.c
diff --git a/spec/build/bsps/lm32/milkymist/optsim.yml b/spec/build/bsps/lm32/milkymist/optsim.yml
index 712feeb74e..5d39eaec9b 100644
--- a/spec/build/bsps/lm32/milkymist/optsim.yml
+++ b/spec/build/bsps/lm32/milkymist/optsim.yml
@@ -4,10 +4,10 @@ actions:
- define-condition: null
build-type: option
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: false
-default-by-family: []
-default-by-variant: []
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
+default:
+- enabled-by: true
+ value: false
description: |
If defined, this indicates the BSP is being built to run on the lm32 simulator in GDB. This enables fast idle support which speeds up the clock ticks while the idle task is running so time spent in the idle task is minimized. This significantly reduces the wall time required to execute the RTEMS test suites. It also enables a special exit and alternate printk support.
enabled-by: true