source: rtems/spec/build/bsps/optconsolebaud.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: 613 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2actions:
3- get-integer: null
4- define: null
5build-type: option
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8default: 115200
9default-by-variant:
10- value: 9600
11  variants:
12  - m68k/m5484FireEngine
13  - powerpc/hsc_cm01
14  - powerpc/beatnik
15  - powerpc/haleakala
16  - powerpc/motorola_powerpc
17  - powerpc/mvme3100
18  - powerpc/mvme5500
19- value: 19200
20  variants:
21  - m68k/COBRA5475
22description: |
23  Default baud for console and other serial devices.
24enabled-by: true
25format: '{}'
26links: []
27name: BSP_CONSOLE_BAUD
28type: build
Note: See TracBrowser for help on using the repository browser.