source: rtems/spec/build/bsps/powerpc/haleakala/bsphaleakala.yml @ 0bd28da

Last change on this file since 0bd28da was 9c13e52, checked in by Peter Dufault <dufault@…>, on 04/27/21 at 17:48:46

powerpc/shared/console: Make console baud rate configurable.

The "powerpc/shared/console" code has the start-up console value fixed
at 9600 baud. This changes the hard-wired constant "9600" in the code
to the configuration setting "BSP_CONSOLE_BAUD" and adds configuration
support in both the "waf" and the legacy configuration systems.

Note that the VME BSPs beatnik, mvme3100, and mve5100 can be improved
by adding a "mvmexxxx" BSP family. This configuration change, as well
as future configuration changes, could then be made in a "grp.yml" file.

  • Property mode set to 100644
File size: 1.9 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2arch: powerpc
3bsp: haleakala
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: haleakala
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/powerpc/haleakala/include/bsp.h
16  - bsps/powerpc/haleakala/include/mmu_405.h
17  - bsps/powerpc/haleakala/include/tm27.h
18- destination: ${BSP_INCLUDEDIR}/bsp
19  source:
20  - bsps/powerpc/haleakala/include/bsp/irq.h
21- destination: ${BSP_LIBDIR}
22  source:
23  - bsps/powerpc/haleakala/start/linkcmds
24links:
25- role: build-dependency
26  uid: ../../obj
27- role: build-dependency
28  uid: ../../objirqdflt
29- role: build-dependency
30  uid: ../../opto1
31- role: build-dependency
32  uid: ../crti
33- role: build-dependency
34  uid: ../crtn
35- role: build-dependency
36  uid: ../grp
37- role: build-dependency
38  uid: abi
39- role: build-dependency
40  uid: ../../optconsolebaud
41- role: build-dependency
42  uid: optsprg
43- role: build-dependency
44  uid: optvecbase
45- role: build-dependency
46  uid: start
47- role: build-dependency
48  uid: ../obj
49- role: build-dependency
50  uid: ../objexc
51- role: build-dependency
52  uid: ../../bspopts
53source:
54- bsps/powerpc/haleakala/irq/irq.c
55- bsps/powerpc/haleakala/irq/irq_init.c
56- bsps/powerpc/haleakala/start/bspstart.c
57- bsps/powerpc/haleakala/start/mmu_405.c
58- bsps/powerpc/haleakala/start/mmu_405asm.S
59- bsps/powerpc/shared/btimer/btimer-ppc-dec.c
60- bsps/powerpc/shared/cache/cache.c
61- bsps/powerpc/shared/clock/clock-ppc403.c
62- bsps/powerpc/shared/console/console.c
63- bsps/powerpc/shared/console/uart.c
64- bsps/powerpc/shared/irq/ppc-irq-legacy.c
65- bsps/shared/dev/getentropy/getentropy-cpucounter.c
66- bsps/shared/start/bspfatal-default.c
67- bsps/shared/start/bspgetworkarea-default.c
68- bsps/shared/start/bspreset-loop.c
69- bsps/shared/start/gettargethash-default.c
70- bsps/shared/start/sbrk.c
71type: build
Note: See TracBrowser for help on using the repository browser.