source: rtems/spec/build/bsps/mips/malta/bspmalta.yml @ 2de3a6e

Last change on this file since 2de3a6e was 2de3a6e, checked in by Sebastian Huber <sebastian.huber@…>, on 11/29/21 at 07:35:43

build: Use common objects item for get memory

  • Property mode set to 100644
File size: 1.9 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2arch: mips
3bsp: malta
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: malta
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/mips/malta/include/bsp.h
16  - bsps/mips/malta/include/tm27.h
17- destination: ${BSP_INCLUDEDIR}/bsp
18  source:
19  - bsps/mips/malta/include/bsp/irq.h
20  - bsps/mips/malta/include/bsp/pci.h
21- destination: ${BSP_LIBDIR}
22  source:
23  - bsps/mips/malta/start/linkcmds
24links:
25- role: build-dependency
26  uid: ../grp
27- role: build-dependency
28  uid: abi
29- role: build-dependency
30  uid: start
31- role: build-dependency
32  uid: ../../obj
33- role: build-dependency
34  uid: ../../objirq
35- role: build-dependency
36  uid: ../../objmem
37- role: build-dependency
38  uid: ../../opto0
39- role: build-dependency
40  uid: ../../bspopts
41source:
42- bsps/mips/malta/console/conscfg.c
43- bsps/mips/malta/console/printk_support.c
44- bsps/mips/malta/irq/interruptmask.c
45- bsps/mips/malta/irq/vectorisrs.c
46- bsps/mips/malta/pci/pci.c
47- bsps/mips/malta/start/bspreset.c
48- bsps/mips/malta/start/bspstart.c
49- bsps/mips/malta/start/inittlb.c
50- bsps/mips/malta/start/simple_access.c
51- bsps/mips/shared/clock/clockdrv.c
52- bsps/mips/shared/clock/mips_timer.S
53- bsps/mips/shared/irq/i8259.c
54- bsps/mips/shared/irq/installisrentries.c
55- bsps/mips/shared/irq/irq.c
56- bsps/mips/shared/irq/isr_entries.S
57- bsps/mips/shared/irq/vectorexceptions.c
58- bsps/mips/shared/start/idttlb.S
59- bsps/shared/cache/nocache.c
60- bsps/shared/dev/btimer/btimer-stub.c
61- bsps/shared/dev/getentropy/getentropy-cpucounter.c
62- bsps/shared/dev/pci/pci_find_device.c
63- bsps/shared/dev/serial/legacy-console-control.c
64- bsps/shared/dev/serial/legacy-console-select.c
65- bsps/shared/dev/serial/legacy-console.c
66- bsps/shared/start/bspfatal-default.c
67- bsps/shared/start/gettargethash-default.c
68- bsps/shared/start/sbrk.c
69type: build
Note: See TracBrowser for help on using the repository browser.