FreeCalypso > hg > fc-magnetite
annotate blobs/patches/main-rvtmodem.patch @ 680:ee3ac8c617cb
armio.c: set GPIO2 output high initially
On TI-canonical platforms GPIO2 is DCD modem control output. In TI's
original code the AI_InitIOConfig() function called from Init_Target()
would configure GPIO2 as an output and set the initial output value to
low, but then the init code in uartfax.c called from Init_Serial_Flows()
would immediately change it to high, corresponding to DCD not asserted.
The result is a momentary asserted-state glitch on the DCD output.
The present change eliminates this glitch, setting DCD output to
not-asserted initially like it should be.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 25 Jun 2020 03:17:43 +0000 |
parents | 8dd671b7d41e |
children |
rev | line source |
---|---|
87
8dd671b7d41e
blobs/patches: main-pirelli and main-rvtmodem patches added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 # This patch applies to the appli_ser_cfg_info initialized data object in the |
8dd671b7d41e
blobs/patches: main-pirelli and main-rvtmodem patches added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 # init.obj module in main.lib; here we change the default serial configuration |
8dd671b7d41e
blobs/patches: main-pirelli and main-rvtmodem patches added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 # from RVTMUX on IrDA and F&D on MODEM to RVTMUX on MODEM, nothing on IrDA, |
8dd671b7d41e
blobs/patches: main-pirelli and main-rvtmodem patches added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 # no F&D available. This patch will be used as part of the attempt to port |
8dd671b7d41e
blobs/patches: main-pirelli and main-rvtmodem patches added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 # TCS211 to Mot C139. |
8dd671b7d41e
blobs/patches: main-pirelli and main-rvtmodem patches added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 |
8dd671b7d41e
blobs/patches: main-pirelli and main-rvtmodem patches added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 [init.obj] |
8dd671b7d41e
blobs/patches: main-pirelli and main-rvtmodem patches added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 |
8dd671b7d41e
blobs/patches: main-pirelli and main-rvtmodem patches added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 .cinit 8 48 |
8dd671b7d41e
blobs/patches: main-pirelli and main-rvtmodem patches added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 .cinit 9 02 |