?? jnand.min
字號(hào):
#============================================================================
# Name:
# jnand.min
#
# Description:
# Makefile included to define hardware specific things
#
#
# Copyright (c) 2003-2004 by QUALCOMM, Incorporated.
# All Rights Reserved.
#----------------------------------------------------------------------------
#============================================================================
#
# EDIT HISTORY FOR MODULE
#
# This section contains comments describing changes made to the module.
# Notice that changes are listed in reverse chronological order.
#
# $Header: //depot/asic/msm6250/tools/jnand/jnand.min#9 $ $DateTime: 2004/04/10 10:35:06 $ $Author: dionh $
#
# when who what, where, why
# -------- --- --------------------------------------------------------
# 04/10/04 drh Move locate address back down as bug has been fixed
# for code overlapping parameter block address
# 10/30/03 drh Expand code space to 16mb
# 10/28/03 drh Change code and parm block addresses as a workaround
# for allowing more AMSS code space in flash.
# 10/23/03 drh Add defines for DMSS image begin and end
# 07/24/03 drh Add included and defines to use DMSS h/w header files
# instead of local copies.
# Run from SDRAM, not PSRAM, now compatible with FFA
# 02/06/03 pg Moved from ASWP402 server to ASWP401 server.
# Included path to MSM hardware definition files.
# 10/01/02 drh Now can be used for both SURF and FFA
# 07/29/02 drh Created from SURF version for MSM6100 FFA only
# 07/12/02 drh Added defines for using with CMM script in boot mode
# 07/09/02 drh Removed CPU type passed to CMM script
# 07/06/02 drh Created.
#
#============================================================================
#----------------------------------------------------------------------------
# MSM specific Definitions
#----------------------------------------------------------------------------
# This is the value given to the compiler switch "-cpu"
#
ARM_CPU_TYPE=ARM926EJ-S
# These are used in creation of JNAND_PARAM.CMM
#
# run from SDRAM so it works for both SURF and FFA
#
JNAND_CODE_ADDR=0x00800000# # address of code start
JNAND_PARAM_ADDR=0x00A00000# # address of parameter block
# These are used to manipulate the flash for boot programming
# and must encompass the 8k of the boot block at the address
# which it is located to run
JNAND_BOOT_BEGIN=0xFFFF0000#
JNAND_BOOT_END=0xFFFF7FFF#
# These are used to manipulate the flash for DMSS programming
# and must encompass the size of the DMSS image and start
# at the address which it is located to run
# Allow 16mb of code to be programmed
JNAND_CODE_BEGIN=0x00000000#
JNAND_CODE_END=0x00FFFFFF#
# these are any MSM specific defines like FEATURE_XXXX that are required
# to get the MSM hardware definition files to compile correctly
#
# Must define BOOT_LOADER and FS_NAND_NON_DMSS for NAND device
# drivers
#
MSM_TYPE_CFLAGS=-I../../drivers/hw \
-I../../build/ms \
-I../../build/cust \
-I../../services/utils \
-I../../services/rex \
-I../../services/efs \
-I../../drivers/tramp \
-I../../drivers/clk \
-I../../drivers/rf \
-I../../drivers/tlmm \
-I../../drivers/bio \
-I../../1x/srch/gps \
-DCUST_H=\"custsmnz.h\" \
-DBOOT_LOADER -DFS_NAND_NON_DMSS
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -