source: rtems/spec/build/bsps/obj.yml @ f085957

Last change on this file since f085957 was f085957, checked in by Kinsey Moore <kinsey.moore@…>, on 10/26/20 at 15:26:49

bsps: Move zynq-uart to bsps/shared

This moves the zynq-uart driver from bsps/arm/shared to bsps/shared to
accomodate use by AArch64 BSPs.

  • Property mode set to 100644
File size: 3.3 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: objects
3cflags: []
4copyrights:
5- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
6cppflags: []
7cxxflags: []
8enabled-by: true
9includes: []
10install:
11- destination: ${BSP_INCLUDEDIR}/bsp
12  source:
13  - bsps/include/bsp/bootcard.h
14  - bsps/include/bsp/console-polled.h
15  - bsps/include/bsp/console-termios.h
16  - bsps/include/bsp/default-initial-extension.h
17  - bsps/include/bsp/fatal.h
18  - bsps/include/bsp/fdt.h
19  - bsps/include/bsp/gpio.h
20  - bsps/include/bsp/irq-default.h
21  - bsps/include/bsp/irq-generic.h
22  - bsps/include/bsp/irq-info.h
23  - bsps/include/bsp/stackalloc.h
24  - bsps/include/bsp/u-boot.h
25  - bsps/include/bsp/uart-output-char.h
26  - bsps/include/bsp/utility.h
27- destination: ${BSP_INCLUDEDIR}/libchip
28  source:
29  - bsps/include/libchip/ata.h
30  - bsps/include/libchip/ata_internal.h
31  - bsps/include/libchip/disp_hcms29xx.h
32  - bsps/include/libchip/ds1375-rtc.h
33  - bsps/include/libchip/i2c-2b-eeprom.h
34  - bsps/include/libchip/i2c-ds1621.h
35  - bsps/include/libchip/i2c-sc620.h
36  - bsps/include/libchip/icm7170.h
37  - bsps/include/libchip/ide_ctrl.h
38  - bsps/include/libchip/ide_ctrl_cfg.h
39  - bsps/include/libchip/ide_ctrl_io.h
40  - bsps/include/libchip/m48t08.h
41  - bsps/include/libchip/ns16550.h
42  - bsps/include/libchip/ns16550_p.h
43  - bsps/include/libchip/rtc.h
44  - bsps/include/libchip/serial.h
45  - bsps/include/libchip/sersupp.h
46  - bsps/include/libchip/spi-flash-m25p40.h
47  - bsps/include/libchip/spi-fram-fm25l256.h
48  - bsps/include/libchip/spi-memdrv.h
49  - bsps/include/libchip/spi-sd-card.h
50  - bsps/include/libchip/wd80x3.h
51- destination: ${BSP_INCLUDEDIR}/dev/serial
52  source:
53  - bsps/include/dev/serial/arm-pl011-regs.h
54  - bsps/include/dev/serial/arm-pl011.h
55  - bsps/include/dev/serial/zynq-uart-regs.h
56  - bsps/include/dev/serial/zynq-uart.h
57- destination: ${BSP_INCLUDEDIR}/rtems/zilog
58  source:
59  - bsps/include/rtems/zilog/z8036.h
60  - bsps/include/rtems/zilog/z8530.h
61links:
62- role: build-dependency
63  uid: objmpci
64- role: build-dependency
65  uid: objnet
66- role: build-dependency
67  uid: objnetnosmp
68- role: build-dependency
69  uid: objnosmp
70source:
71- bsps/shared/dev/display/disp_hcms29xx.c
72- bsps/shared/dev/display/font_hcms29xx.c
73- bsps/shared/dev/i2c/i2c-2b-eeprom.c
74- bsps/shared/dev/i2c/i2c-ds1621.c
75- bsps/shared/dev/i2c/i2c-sc620.c
76- bsps/shared/dev/i2c/spi-flash-m25p40.c
77- bsps/shared/dev/i2c/spi-fram-fm25l256.c
78- bsps/shared/dev/i2c/spi-memdrv.c
79- bsps/shared/dev/i2c/spi-sd-card.c
80- bsps/shared/dev/ide/ata.c
81- bsps/shared/dev/ide/ata_util.c
82- bsps/shared/dev/ide/ide_controller.c
83- bsps/shared/dev/rtc/ds1375.c
84- bsps/shared/dev/rtc/icm7170.c
85- bsps/shared/dev/rtc/icm7170_reg2.c
86- bsps/shared/dev/rtc/icm7170_reg4.c
87- bsps/shared/dev/rtc/icm7170_reg8.c
88- bsps/shared/dev/rtc/icm7170_reg.c
89- bsps/shared/dev/rtc/m48t08.c
90- bsps/shared/dev/rtc/m48t08_reg2.c
91- bsps/shared/dev/rtc/m48t08_reg4.c
92- bsps/shared/dev/rtc/m48t08_reg8.c
93- bsps/shared/dev/rtc/m48t08_reg.c
94- bsps/shared/dev/rtc/rtcprobe.c
95- bsps/shared/dev/serial/arm-pl011.c
96- bsps/shared/dev/serial/ns16550.c
97- bsps/shared/dev/serial/ns16550-context.c
98- bsps/shared/dev/serial/serprobe.c
99- bsps/shared/dev/serial/zynq-uart.c
100- bsps/shared/dev/serial/zynq-uart-polled.c
101- bsps/shared/start/bootcard.c
102- bsps/shared/rtems-version.c
103type: build
Note: See TracBrowser for help on using the repository browser.