zoukankan      html  css  js  c++  java
  • 高通平台常用缩写

    高通的MSM是mobile station modems . 移动基带处理器.带基带的手机处理器.

     

    QRD就是高通参考设计(Qualcomm Reference Design)

    PBL:APPS PBL(Application Primary Boot Loader),主引导加载程序
    RPM:Resource Power Manager,资源电源管理器
    RPM(Resource Power Manager)是高通MSM平台另外加的一块芯片,虽然与AP芯片打包在一起,但其是一个独立的ARM Core。之所以加这个东西,就是要控制整个电源相关的shared resources,比如ldo,clock。负责与SMP,MPM交互进入睡眠或者唤醒整个系统。
    L2 TCM:Tightly-Coupled Memory,紧耦合内存
    Some ARM SoC:s have a so-called TCM (Tightly-Coupled Memory). This is usually just a few (4-64) KiB of RAM inside the ARM processor. 
    Due to being embedded inside the CPU The TCM has a Harvard-architecture, so there is an ITCM (instruction TCM) and a DTCM (data TCM). The DTCM can not contain any instructions, but the ITCM can actually contain data.


    CDT: Configuration Data Table,包含CDB0: platform info信息和CDB1: DDR配置参数。
    TZ:
    PIL:Peripheral image loader
    MBA:Modem Boot Authenticator,调制解调器引导认证
    HLOS:High-level operation system,高级操作系统
    Pronto image:


    SMEM : shared memory
    RPC : remote procedure call
    QCSBL  : qualcomm second bootloader
    OEMSBL  : oem second bootloader
    AMSS    : Advanced Mobile Subscriber Software
    SDI : System Debug Image
    QSEE :  Qualcomm Secure Execution Environment
    TZBSP  :  TrustZone BSP
    SBL1:Scondary Boot Loader Stage1
    MSS:Mobile Subscriber Software移动用户软件


    WCD: wafer codec/decodec

    WCN: wireless connectivity network

    WTR: Wafer Transceiver

    RTR: Radio Transceiver

    QCA: Qualcomm Atheros

    QFE: Qualcomm Front-end

    RFFE: Radio Frequency Front-end

    HDET: High Power Detector

    ASM: Anntena Switch Module

    MTP: Modem Test Platform

    CDP: Core Development Platform

    FFA: Form Factor Accurate

    SURF: Subscriber Unit Reference Platform

    XPU: Embedded Memory Protected Unit

    UniPro: Universal Protocol

    FLCB: Fast Low Current Boot

    MSM: Mobile Station Modem

    APQ: Application Processor Qualcomm

    SRLTE: Simultaneous  Radio and LTE


    QSD: Qualcomm Snapdragon

    MDM: Mobile Data Modem

    MPQ: Media Processor Qualcomm

    QSC: Qualcomm Single Chip

    PnP: Plug and Play

    PBM: Phonebook Manager

    FSG: A golden file system

    modemst: modem efs partition

    EDL: Emergency Download

    mbn: Modem Configuration binary

    CV: customer visit

    FFBM: fast factory boot mode


    IPO: instant power on

  • 相关阅读:
    LoadRunner时间戳函数web_save_timestamp_param
    场景报错Error -27492: "HttpSendRequest" failed, Windows error code=12029 (cannot connect) and retry limit (0) exceeded for URL=""
    nginx配置和测试
    基准测试-jmeter压力测试activeMQ之一环境安装配置
    Windows负载机JVM 远程监控Linux服务器下tomcat
    查看linux机器cpu、内存环境信息
    C语言-重写strupr函数
    Promise(一)
    Zookeeper在Linux平台Java开发环境配置(命令行)
    Zookeeper会话
  • 原文地址:https://www.cnblogs.com/reality-soul/p/6893334.html
Copyright © 2011-2022 走看看