From f3f0370f1054f4e49aa8f5ea70485d673e8e94b6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Jul 2019 13:09:43 +0200 Subject: build: Alternative build system based on waf Update #3818. --- spec/build/bsps/moxie/moxiesim/abi.yml | 16 ++++++++ spec/build/bsps/moxie/moxiesim/bspmoxiesim.yml | 53 ++++++++++++++++++++++++++ spec/build/bsps/moxie/moxiesim/start.yml | 14 +++++++ 3 files changed, 83 insertions(+) create mode 100644 spec/build/bsps/moxie/moxiesim/abi.yml create mode 100644 spec/build/bsps/moxie/moxiesim/bspmoxiesim.yml create mode 100644 spec/build/bsps/moxie/moxiesim/start.yml (limited to 'spec/build/bsps/moxie') diff --git a/spec/build/bsps/moxie/moxiesim/abi.yml b/spec/build/bsps/moxie/moxiesim/abi.yml new file mode 100644 index 0000000000..530e7a5d14 --- /dev/null +++ b/spec/build/bsps/moxie/moxiesim/abi.yml @@ -0,0 +1,16 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +actions: +- get-string: null +- split: null +- env-append: null +build-type: option +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +default: [] +default-by-variant: [] +description: | + ABI flags +enabled-by: true +links: [] +name: ABI_FLAGS +type: build diff --git a/spec/build/bsps/moxie/moxiesim/bspmoxiesim.yml b/spec/build/bsps/moxie/moxiesim/bspmoxiesim.yml new file mode 100644 index 0000000000..bf0388291f --- /dev/null +++ b/spec/build/bsps/moxie/moxiesim/bspmoxiesim.yml @@ -0,0 +1,53 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +arch: moxie +bsp: moxiesim +build-type: bsp +cflags: [] +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +cppflags: [] +enabled-by: true +family: moxiesim +includes: [] +install: +- destination: ${BSP_INCLUDEDIR} + source: + - bsps/moxie/moxiesim/include/bsp.h + - bsps/moxie/moxiesim/include/tm27.h +- destination: ${BSP_INCLUDEDIR}/bsp + source: + - bsps/moxie/moxiesim/include/bsp/irq.h +- destination: ${BSP_LIBDIR} + source: + - bsps/moxie/moxiesim/start/linkcmds +links: +- role: build-dependency + uid: abi +- role: build-dependency + uid: start +- role: build-dependency + uid: ../../obj +- role: build-dependency + uid: ../../objirqdflt +- role: build-dependency + uid: ../../optos +- role: build-dependency + uid: ../../tstnolibdl +- role: build-dependency + uid: ../../tstreqtick +- role: build-dependency + uid: ../../bspopts +source: +- bsps/moxie/moxiesim/console/console-io.c +- bsps/moxie/moxiesim/console/syscalls.S +- bsps/shared/cache/nocache.c +- bsps/shared/dev/btimer/btimer-stub.c +- bsps/shared/dev/clock/clock-simidle.c +- bsps/shared/dev/getentropy/getentropy-cpucounter.c +- bsps/shared/dev/serial/console-polled.c +- bsps/shared/start/bspfatal-default.c +- bsps/shared/start/bspgetworkarea-default.c +- bsps/shared/start/bspreset-empty.c +- bsps/shared/start/bspstart-empty.c +- bsps/shared/start/sbrk.c +type: build diff --git a/spec/build/bsps/moxie/moxiesim/start.yml b/spec/build/bsps/moxie/moxiesim/start.yml new file mode 100644 index 0000000000..d9d7418c34 --- /dev/null +++ b/spec/build/bsps/moxie/moxiesim/start.yml @@ -0,0 +1,14 @@ +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) +cppflags: [] +enabled-by: true +includes: [] +install-path: ${BSP_LIBDIR} +links: [] +source: +- bsps/moxie/moxiesim/start/start.S +target: start.o +type: build -- cgit v1.2.3