source: rtems/spec/build/bsps/powerpc/motorola_powerpc/obj.yml @ 9c13e52

Last change on this file since 9c13e52 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: 2.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/powerpc/motorola_powerpc/include/bsp.h
14  - bsps/powerpc/motorola_powerpc/include/tm27.h
15- destination: ${BSP_INCLUDEDIR}/bsp
16  source:
17  - bsps/powerpc/motorola_powerpc/include/bsp/VMEConfig.h
18  - bsps/powerpc/motorola_powerpc/include/bsp/irq.h
19- destination: ${BSP_LIBDIR}
20  source:
21  - bsps/powerpc/motorola_powerpc/start/linkcmds
22  - bsps/powerpc/shared/start/linkcmds.share
23links:
24- role: build-dependency
25  uid: ../../optconsolebaud
26source:
27- bsps/powerpc/motorola_powerpc/console/polled_io.c
28- bsps/powerpc/motorola_powerpc/start/bspreset.c
29- bsps/powerpc/motorola_powerpc/start/bspstart.c
30- bsps/powerpc/motorola_powerpc/start/motorola.c
31- bsps/powerpc/motorola_powerpc/start/residual.c
32- bsps/powerpc/shared/altivec/vec_sup.c
33- bsps/powerpc/shared/altivec/vec_sup_asm.S
34- bsps/powerpc/shared/btimer/btimer-ppc-dec.c
35- bsps/powerpc/shared/cache/cache.c
36- bsps/powerpc/shared/clock/clock-ppc-dec.c
37- bsps/powerpc/shared/clock/p_clock.c
38- bsps/powerpc/shared/console/console.c
39- bsps/powerpc/shared/console/uart.c
40- bsps/powerpc/shared/irq/i8259.c
41- bsps/powerpc/shared/irq/irq_init.c
42- bsps/powerpc/shared/irq/openpic.c
43- bsps/powerpc/shared/irq/openpic_i8259_irq.c
44- bsps/powerpc/shared/irq/ppc-irq-generic.c
45- bsps/powerpc/shared/mmu/bat.c
46- bsps/powerpc/shared/mmu/mmuAsm.S
47- bsps/powerpc/shared/mmu/pte121.c
48- bsps/powerpc/shared/pci/detect_raven_bridge.c
49- bsps/powerpc/shared/pci/generic_clear_hberrs.c
50- bsps/powerpc/shared/pci/pci.c
51- bsps/powerpc/shared/pci/pcifinddevice.c
52- bsps/powerpc/shared/rtc/todcfg.c
53- bsps/powerpc/shared/start/bspgetworkarea.c
54- bsps/powerpc/shared/start/pgtbl_activate.c
55- bsps/powerpc/shared/start/pgtbl_setup.c
56- bsps/powerpc/shared/start/ppc_idle.c
57- bsps/powerpc/shared/start/sbrk.c
58- bsps/powerpc/shared/start/showbats.c
59- bsps/powerpc/shared/start/zerobss.c
60- bsps/shared/dev/getentropy/getentropy-cpucounter.c
61- bsps/shared/dev/rtc/rtc-support.c
62- bsps/shared/irq/irq-default-handler.c
63- bsps/shared/start/bspfatal-default.c
64- bsps/shared/start/gettargethash-default.c
65type: build
Note: See TracBrowser for help on using the repository browser.