source: rtems/spec/build/bsps/riscv/riscv/obj.yml @ 4021b87

Last change on this file since 4021b87 was 4021b87, checked in by Alan Cudmore <alan.cudmore@…>, on 03/15/23 at 13:44:28

spec: add riscv kendrytek210 variant build options

This patch includes the spec/build options for the riscv kendrytek210
BSP variant. It includes options to allow the frdme310arty console
UART to be used on multiple BSPS, device tree options, memory
options, and other required options for the variant.

Updates #4876

  • Property mode set to 100644
File size: 1.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}
12  source:
13  - bsps/riscv/riscv/include/bsp.h
14- destination: ${BSP_INCLUDEDIR}/bsp
15  source:
16  - bsps/riscv/riscv/include/bsp/fe310-uart.h
17  - bsps/riscv/riscv/include/bsp/irq.h
18  - bsps/riscv/riscv/include/bsp/riscv.h
19  - bsps/riscv/riscv/include/bsp/k210.h
20- destination: ${BSP_INCLUDEDIR}/dev/serial
21  source:
22  - bsps/riscv/riscv/include/dev/serial/htif.h
23links: []
24source:
25- bsps/riscv/riscv/clock/clockdrv.c
26- bsps/riscv/riscv/console/console-config.c
27- bsps/riscv/riscv/console/fe310-uart.c
28- bsps/riscv/riscv/console/htif.c
29- bsps/riscv/riscv/irq/irq.c
30- bsps/riscv/riscv/start/bsp_fatal_halt.c
31- bsps/riscv/riscv/start/bspstart.c
32- bsps/riscv/shared/start/bspgetworkarea.c
33- bsps/shared/cache/nocache.c
34- bsps/shared/dev/btimer/btimer-cpucounter.c
35- bsps/shared/dev/getentropy/getentropy-cpucounter.c
36- bsps/shared/dev/serial/console-termios.c
37- bsps/shared/irq/irq-default-handler.c
38- bsps/shared/start/bsp-fdt.c
39- bsps/shared/start/bspfatal-default.c
40- bsps/shared/start/bspreset-empty.c
41- bsps/shared/start/gettargethash-default.c
42type: build
Note: See TracBrowser for help on using the repository browser.