view cdg211/cdginc/p_ppp.val @ 629:3231dd9b38c1

armio.c: make GPIOs 8 & 13 outputs driving 1 on all "classic" targets Calypso GPIOs 8 & 13 are pinmuxed with MCUEN1 & MCUEN2, respectively, and on powerup these pins are MCUEN, i.e., outputs driving 1. TI's code for C-Sample and earlier turns them into GPIOs configured as outputs also driving 1 - so far, so good - but TI's code for BOARD 41 (which covers D-Sample, Leonardo and all real world Calypso devices derived from the latter) switches them from MCUEN to GPIOs, but then leaves them as inputs. Given that the hardware powerup state of these two pins is outputs driving 1, every Calypso board design MUST be compatible with such driving; typically these GPIO signals will be either unused and unconnected or connected as outputs driving some peripheral. Turning these pins into GPIO inputs will result in floating inputs on every reasonably-wired board, thus I am convinced that this configuration is nothing but a bug on the part of whoever wrote this code at TI. This floating input bug had already been fixed earlier for GTA modem and FCDEV3B targets; the present change makes the fix unconditional for all "classic" targets. The newly affected targets are D-Sample, Leonardo, Tango and GTM900.
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 02 Jan 2020 05:38:26 +0000
parents 56abf6cf8a0b
children
line wrap: on
line source

/*
+--------------------------------------------------------------------------+
| PROJECT : PROTOCOL STACK                                                 |
| FILE    : p_ppp.val                                                      |
| SOURCE  : "__out__\g23m_dfile\prim\ppp.pdf"                              |
| LastModified : "2002-10-21"                                              |
| IdAndVersion : "8441.116.99.016"                                         |
| SrcFileTime  : "Mon Nov 24 15:50:56 2003"                                |
| Generated by CCDGEN_2.5.5 on Fri Jun 08 13:59:16 2007                    |
|           !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!!                |
+--------------------------------------------------------------------------+
*/

/* PRAGMAS
 * PREFIX                 : NONE
 * COMPATIBILITY_DEFINES  : NO (require PREFIX)
 * ALWAYS_ENUM_IN_VAL_FILE: NO
 * ENABLE_GROUP: NO
 * CAPITALIZE_TYPENAME: NO
 */


#ifndef P_PPP_VAL
#define P_PPP_VAL


#define CDG_ENTER__P_PPP_VAL

#define CDG_ENTER__FILENAME _P_PPP_VAL
#define CDG_ENTER__P_PPP_VAL__FILE_TYPE CDGINC
#define CDG_ENTER__P_PPP_VAL__LAST_MODIFIED _2002_10_21
#define CDG_ENTER__P_PPP_VAL__ID_AND_VERSION _8441_116_99_016

#define CDG_ENTER__P_PPP_VAL__SRC_FILE_TIME _Mon_Nov_24_15_50_56_2003

#include "CDG_ENTER.h"

#undef CDG_ENTER__P_PPP_VAL

#undef CDG_ENTER__FILENAME


/*
 * Value constants for VAL_mru
 */
#define PPP_MRU_DEFAULT                (0x5dc)    /* default value for mru          */

/*
 * Value constants for VAL_ap
 */
#define PPP_AP_NO                      (0x0)      /* no authentication              */
#define PPP_AP_PAP                     (0x1)      /* password authentication protocol */
#define PPP_AP_CHAP                    (0x2)      /* challenge handshake authentication protocol */
#define PPP_AP_AUTO                    (0x3)      /* automatic authentication       */

/*
 * Value constants for VAL_accm
 */
#define PPP_ACCM_DEFAULT               (0xffffffff)/* default value for accm         */
#define PPP_ACCM_OFF                   (0x0)      /* disable control character mapping */

/*
 * Value constants for VAL_rt
 */
#define PPP_RT_DEFAULT                 (0x3)      /* default value for restart timer */

/*
 * Value constants for VAL_mc
 */
#define PPP_MC_DEFAULT                 (0xa)      /* default value for max configure */

/*
 * Value constants for VAL_mt
 */
#define PPP_MT_DEFAULT                 (0x2)      /* default value for max terminate */

/*
 * Value constants for VAL_mf
 */
#define PPP_MF_DEFAULT                 (0x5)      /* default value for max failure  */

/*
 * Value constants for VAL_ppp_cause
 */
#define PPP_TERM_OK_MMI                (0xcf01)   /* successful terminated (MMI initiated) */
#define PPP_TERM_OK_PEER               (0xcf02)   /* successful terminated (PPP peer initiated) */
#define PPP_TERM_NO_RESPONSE           (0xcf03)   /* no response from the PPP peer  */
#define PPP_TERM_LOOP_BACK             (0xcf04)   /* looped-back link detected      */
#define PPP_TERM_LCP_NOT_CONVERGE      (0xcf05)   /* LCP configuration is not converging */
#define PPP_TERM_IPCP_NOT_CONVERGE     (0xcf06)   /* IPCP configuration is not converging */
#define PPP_TERM_IPCP_NOT_STARTED      (0xcf07)   /* PPP peer did not start IPCP configuration */
#define PPP_TERM_NO_CHANNEL            (0xcf08)   /* can not open communication channels */
#define PPP_TERM_PROT_REJ_UNEXPECTED   (0xcf09)   /* unexpected Protocol Rejection from PPP peer */
#define PPP_TERM_USE_AUTHED_FAILED     (0xcf0a)   /* user authentication failed     */
#define PPP_TERM_PROT_ERROR_UNSPEC     (0xcf0b)   /* unspecified protocol error     */

/*
 * Value constants for VAL_ppp_hc
 */
#define PPP_HC_OFF                     (0x0)      /* no header compression          */
#define PPP_HC_VJ                      (0x1)      /* Van Jacobson header compression */

/*
 * Value constants for VAL_ip
 */
#define PPP_IP_DYNAMIC                 (0x0)      /* dynaminc IP address negotiation */

/*
 * Value constants for VAL_dns1
 */
#define PPP_DNS1_DYNAMIC               (0x0)      /* dynaminc primary DNS server address negotiation */

/*
 * Value constants for VAL_dns2
 */
#define PPP_DNS2_DYNAMIC               (0x0)      /* dynaminc secondary DNS server address negotiation */

/*
 * Value constants for VAL_mode
 */
#define PPP_CLIENT                     (0x0)      /* start PPP as client            */
#define PPP_SERVER                     (0x1)      /* start PPP as server            */
#define PPP_TRANSPARENT                (0x2)      /* start PPP in transparent mode  */

/*
 * Value constants for VAL_lower_layer
 */
#define PPP_LOWER_LAYER_DOWN           (0x0)      /* lower layer is not available   */
#define PPP_LOWER_LAYER_UP             (0x1)      /* lower layer is available       */

/*
 * Value constants for VAL_connected_direction
 */
#define PPP_DTI_CONN_PEER              (0x0)      /* DTI channel is connected to Peer Layer */
#define PPP_DTI_CONN_PROT              (0x1)      /* DTI channel is connected to Protocol Layer */

/*
 * user defined constants
 */
#define PPP_LOGIN_NAME_LENGTH          (0x19)     
#define PPP_ORIGINATING_ENTITY         (0xf)      

#include "CDG_LEAVE.h"


#endif