Ignore:
Timestamp:
04/27/21 17:48:46 (2 years ago)
Author:
Peter Dufault <dufault@…>
Branches:
master
Children:
f8b91c9
Parents:
bbc93c11
git-author:
Peter Dufault <dufault@…> (04/27/21 17:48:46)
git-committer:
Vijay Kumar Banerjee <vijay@…> (04/27/21 22:46:48)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/build/bsps/optconsolebaud.yml

    rbbc93c11 r9c13e52  
    1212  - m68k/m5484FireEngine
    1313  - powerpc/hsc_cm01
     14  - powerpc/beatnik
     15  - powerpc/haleakala
     16  - powerpc/motorola_powerpc
     17  - powerpc/mvme3100
     18  - powerpc/mvme5500
    1419- value: 19200
    1520  variants:
Note: See TracChangeset for help on using the changeset viewer.