doc

Qualcomm platform boot

  • 2013-09-29
  • 131KB
  • Points it Requires : 2

              Qualcomm mobile phone boot process revealed Qualcomm mobile phone boot process revealed chh@amoi.com.cn 2004-11-13 Abstract: This article attempts to analyze the entire process of Qualcomm mobile phone boot through code, that is, from pressing the power button to the standby interface, what work is done by Qualcomm mobile phone software in the whole process. The main goal of this article is to clarify the initialization process of the mobile phone and provide a reference for Amoi to customize initialization work in the future. Keywords: boot, Rex, TMC, ui_task, CoreApp1. Brief analysis of the boot process Qualcomm platform software supports two boot methods: one is Nor Flash boot method, and the other is Nand Flash boot method. NorFlash boot method is equivalent to the hardware directly finding an entry point to start executing code. It is relatively simple, and Amoi does not use this method, so this article does not analyze this method in detail. The other is NandFlash boot method, which is similar to the PC boot method and is also the Boot method used by Amoi. The boot process under this method will be analyzed in detail below. After pressing the power button, a clock interrupt will be generated, which will notify the BootLoad hardware of the AMSS main chip to copy the Boot code in the first Block (8K) on NandFlash to the kernel memory (RAM, which should be the memory of the CPU itself, which is different from the SDRAM mentioned later and can be regarded as the CPU Cache) at address 0xFFFF0000 and start executing the Boot code. ……             

unfold

You Might Like

Uploader
sinceyoulove
 

Recommended ContentMore

Popular Components

Just Take a LookMore

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
×