高通 rom 分区表

news/2024/10/16 22:29:50/
分区描述
LabelPurpose of this partition
ModemPartition for modem
FscCookie partition to store Modem File System’s cookies.
SsdPartition for ssd diag module. stores the encrypted RSA keys
sbl1Partition for secondary boot loader
sbl1bakBack up Partition for secondary boot loader
RpmPartition for rpm image
RpmbakBack up Partition for rpm image
TzPartition for tz image
tzbakBack up Partition for tz image
HypPartition for hypervisor image
hypbakBack up Partition for hypervisor image
DspPartition for adsp dymanic loaders image
modemst1Copy of Modem File System (Encrypted)
modemst2Copy of Modem File System (Encrypted)
DDRPartition for DDR.
Fsgolden copy or backup of Modem File System (Encrypted). Also used to pre-populate the file system.
SecSec.dat contains fuse settings, mainly for secure boot and oem setting
splashThe splash screen is displayed during the apps bootloader (also called the LK). The display driver in LK will read the splash image data from a separate eMMC partition named as ’splash’
abootPartition for apps boot loader
abootbakBack up Partition for apps boot loader
bootThis is the boot partition of your android device,It includes the android kernel and the ramdisk.
recoveryThis is specially designed for backup. The recovery partition can be considered as an alternative boot partition
devinfoDevice information including:iis_unlocked, is_tampered, is_verified, charger_screen_enabled, display_panel, bootloader_version, radio_version All these attirbutes are set based on some specific conditions and written on devinfo partition,.
systemThis partition contains the entire Android OS, other than the kernel and the ramdisk. This includes the Android GUI and all the system applications that come pre-installed on the device
cacheThis is the partition where Android stores frequently accessed data and app components
persistPartition entry for persist image. which contains data which shouldn’t be changed after the device shipped, for example: calibration data of chips(wifi, bt, camera, etc.), certificates and other security related files.
miscThis partition contains miscellaneous system settings in form of on/off switches. These settings may include CID (Carrier or Region ID), USB configuration and certain hardware settings etc
keystorePartition for keystore service.
configPartition needed during display panel initialization. More info at Display_panel_configuration_in_Device_Tree
oem"It is meant for storing OEM specific info. Customer in this case can decide whether he wants to keep this partition or not typically reserved partitions are kept for future use
limitsPartition to store LMh params on 8976 target. LMh (Limits management) driver in SBL writes the LMh HW trimmed data into separate partition and uses the same data for later reboots
motaBackup partition for M ota upgrade
devcfgPartition needed by TZ for M upgrades.
DipPartition needed for SafeSwitch, feature (FR26255) designed to allow OEMs and carriers to address new smartphone theft bill issues.
mdtpPartition needed for SafeSwitch, feature (FR26255) designed to allow OEMs and carriers to address new smartphone theft bill issues.
userdataPartition for userdata image
cmnlibVerified boot feature introduced in M needLK to load cmnlib corresponding partitions
keymasterVerified boot feature introduced in M needs LK to load keymaster from corresponding partitions
syscfgSyscfg is internal testing for Vmin and CPR characterization
mcfgAll MBNs place holder in flash. Specific MBN would be loaded by mcfg image based on the SIM/Carrier.
msadpused for modem debug policy
apdpused for persisting the debug policy. “Debug policy” is used to better support development and debug on secure/fuse-blown devices One instance of the debug policy will be signed for the AP
dpoThis partition will store a policy override

http://www.ppmy.cn/news/431949.html

相关文章

高通平台DDR3初始化

本文 以MSM8976平台为例,其他8K的平台都差不多类似。 MSM8976支持两个DDR3接口(EBI0,EBI1)。每个EBI提供两个CS片选(CS0,CS1)。 在SBL1的的代码实现中,一个EBI就是一个channel也就是一个INTERFACE。 EBI0对…

高通modem命名及对应芯片

高通modem命名及对应芯片: modemchipsetMPSS.HI.4.3SM4350MPSS.HI.2.0 , HimalayaSM8250SDX55MPSS.HI.1.0SM8250/SM7250MPSS.HE.1.5SM8150SDX50MPSS.HE.1.0SM8150MPSS.AT.4.4 , AtlasSM6250MPSS.AT.4.3SM6150/SM7150MPSS.AT.4.0.2SDM710/SDM670MPSS.AT.4.0SDM845MP…

高通设置LDO电压

高通平台如何设置LDO电压,以LDO17为例,默认给屏供电,设置为2.85V现在设置为3.3V。 修改的rpm和sbl部分代码,修改LDO17电压为3.3V 。 修改如下: (1)、 --- a/RPM.BF.2.2/rpm_proc/core/systemdri…

android 高通分区表,高通智能机分区表详细解析

很不错的帖子,以前很多firmware里不了解的二进制格式的系统镜像都能知道大概作用了 Label Purpose of this partition Modem Partition for modemFsc Cookie partition to store Modem File System’s cookies.Ssd Partition for ssd diag modul…

android 高通替换开机logo,高通平台 开机logo 替换

经过两天的奋战终于把开机logo给搞定了啊。 首先修改开机logo要从哪里入手呢?先分析一下源码看看. ---> 1 voiddisplay_image_on_screen()2 {3 struct fbimage default_fbimg, *fbimg;4 bool flag = true;5 6 fbcon_clear();7 fbimg =fetch_image_from_partition(); //从sp…

高通联机修改IMEI等参数的相关解析

目前来说。手机芯片被高通与mtk占领大多市场。系统版本越高对底层安全参数限制就越高。区别与早期高通芯片。直接就可以联机修改imei等相关数据。今天只对高通芯片imei等参数的修改做个简单的解析说明更改高通芯片imei等参数一般有以下几种方法1----联机软件修改串码2---修改基…

MSM8976平台概述

MSM8976是从8952平台继承下来的,包含两组(cluster)core: 四个A72cpu核,支持最高1.8G主频(MSM8976SG最高支持2G主频),有1MB大小的L2 CACHE 四个A53cpu核,支持最高1.4G主频…

高通8976pro手机下载端口变成900e解决办法

个人碰到两次了,给驱动的同事,都是无解,百度了很多相关的问题,什么切线,还有进入到fastboot模式,我的是adb设备都找不到的,无法进入fastboot模式,无法进入recovery模式。 第二次实在…