summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/mips/malta
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/bsps/mips/malta')
-rw-r--r--spec/build/bsps/mips/malta/abi.yml11
-rw-r--r--spec/build/bsps/mips/malta/bspmalta.yml8
-rw-r--r--spec/build/bsps/mips/malta/start.yml2
3 files changed, 11 insertions, 10 deletions
diff --git a/spec/build/bsps/mips/malta/abi.yml b/spec/build/bsps/mips/malta/abi.yml
index 99038088b2..edf26972c5 100644
--- a/spec/build/bsps/mips/malta/abi.yml
+++ b/spec/build/bsps/mips/malta/abi.yml
@@ -5,12 +5,13 @@ 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:
-- -march=24kf1_1
-- -Wa,-xgot
-- -G0
-default-by-variant: []
+- enabled-by: true
+ value:
+ - -march=24kf1_1
+ - -Wa,-xgot
+ - -G0
description: |
ABI flags
enabled-by: true
diff --git a/spec/build/bsps/mips/malta/bspmalta.yml b/spec/build/bsps/mips/malta/bspmalta.yml
index 8ff0b7e1a6..6c0bc4a831 100644
--- a/spec/build/bsps/mips/malta/bspmalta.yml
+++ b/spec/build/bsps/mips/malta/bspmalta.yml
@@ -4,7 +4,7 @@ bsp: malta
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: malta
@@ -13,7 +13,6 @@ install:
- destination: ${BSP_INCLUDEDIR}
source:
- bsps/mips/malta/include/bsp.h
- - bsps/mips/malta/include/tm27.h
- destination: ${BSP_INCLUDEDIR}/bsp
source:
- bsps/mips/malta/include/bsp/irq.h
@@ -33,6 +32,8 @@ links:
- role: build-dependency
uid: ../../objirq
- role: build-dependency
+ uid: ../../objmem
+- role: build-dependency
uid: ../../opto0
- role: build-dependency
uid: ../../bspopts
@@ -55,14 +56,13 @@ source:
- bsps/mips/shared/irq/vectorexceptions.c
- bsps/mips/shared/start/idttlb.S
- bsps/shared/cache/nocache.c
-- bsps/shared/dev/btimer/btimer-stub.c
+- bsps/shared/dev/btimer/btimer-cpucounter.c
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
- bsps/shared/dev/pci/pci_find_device.c
- bsps/shared/dev/serial/legacy-console-control.c
- bsps/shared/dev/serial/legacy-console-select.c
- bsps/shared/dev/serial/legacy-console.c
- bsps/shared/start/bspfatal-default.c
-- bsps/shared/start/bspgetworkarea-default.c
- bsps/shared/start/gettargethash-default.c
- bsps/shared/start/sbrk.c
type: build
diff --git a/spec/build/bsps/mips/malta/start.yml b/spec/build/bsps/mips/malta/start.yml
index 02487ecb2e..40686eb448 100644
--- a/spec/build/bsps/mips/malta/start.yml
+++ b/spec/build/bsps/mips/malta/start.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
asflags: []
build-type: start-file
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
enabled-by: true
includes: []