📄 mx31.bat
字号:
@REM
@REM Copyright (c) Microsoft Corporation. All rights reserved.
@REM
@REM
@REM Use of this source code is subject to the terms of the Microsoft end-user
@REM license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
@REM If you did not accept the terms of the EULA, you are not authorized to use
@REM this source code. For a copy of the EULA, please see the LICENSE.RTF on your
@REM install media.
@REM
@REM
@REM Copyright (C) 2006, Freescale Semiconductor, Inc. All Rights Reserved.
@REM THIS SOURCE CODE IS CONFIDENTIAL AND PROPRIETARY AND MAY NOT
@REM BE USED OR DISTRIBUTED WITHOUT THE WRITTEN PERMISSION OF
@REM FREESCALE SEMICONDUCTOR, INC.
@REM
@REM
@REM This batch file is used only for configuring the build environment for
@REM Windows Mobile PocketPC or SmartPhone builds. It is not used at all for
@REM normal WinCE or PMC builds.
@REM
if "%_TGTPROJ%" == "wpc" goto WM_DEFS
if "%_TGTPROJ%" == "smartfon" goto WM_DEFS
if "%_TGTPROJ%" == "uldr" goto WM_DEFS
goto NOT_WINMOBILE
REM Beginning of all Windows Mobile/PocketPC definitions.
:WM_DEFS
set IMGRAM64=1
set IMGEBOOT=1
set __LOCLANGIDLIST=0409
set _IMAGELANGIDLIST=0409
set IMGAUTOSIGNPACKAGES=
set IMGFAKERIL=
set IMGPERSISTENTSTORAGE=1
set IMGRAMFMD=1
@REM set SYSGEN_CELLCORE=
@REM
@REM Basic shell and user interface configuration settings.
@REM
@REM set SYSGEN_CMD=1
@REM set SYSGEN_CONSOLE=1
@REM set SYSGEN_AYGSHELL=1
@REM set SYSGEN_CURSOR=1
@REM set SYSGEN_SOFTKB=1
@REM set SYSGEN_MSIM=1
set BUILD_OPTIONS=FREESCALE MXARM11 MX31 PMIC
set _TGTBOARD=ADS
set BSP_NOUSBSER=1
set BSP_NOPCCARD=1
set BSP_NOPCIBUS=1
set BSP_NOBACKLIGHT=1
set BSP_NO_TRUST=1
set BSP_NOGSM=1
set BSP_NORILGSM=1
set BSP_NORIL=1
if /I not "%_TGTPROJ%" == "uldr" goto NOT_ULDR
@REM
@REM Update loader-specific configuration settings.
@REM
set BSP_ULDR=1
set BSP_DISPLAY_IPU_SDC=1
goto EXIT
:NOT_ULDR
if /I not "%_TGTPROJ%" == "smartfon" goto NOT_SMARTPHONE
@REM
@REM SmartPhone-specific configuration settings.
@REM
set IMGFAKERIL=1
set BSP_SMARTPHONE=1
set BSP_DISPLAY_IPU_SDC=1
set BSP_KBDMOUSE_EVBKPD=1
set BSP_AUDIO_MC13783=1
set BSP_I2CBUS=1
set BSP_GPT=1
set BSP_FLASH_NAND_SAMSUNG=
set BSP_SIR_UART2=1
set BSP_CCM=1
set BSP_CAMERA=1
set BSP_CSPSDK=1
set BSP_NO_TRUST=1
set BSP_D3DM_NULL=1
set BSP_FAKE_IDLE=1
goto EXIT
:NOT_SMARTPHONE
if /I not "%_TGTPROJ%" == "wpc" goto NOT_POCKETPC
@REM
@REM PocketPC-specific configuration settings.
@REM
@REM Required Windows Mobile configuration settings.
set BSP_POCKETPC=1
set BSP_NO_TRUST=1
@REM For IPU SDC Display Driver support.
set SYSGEN_DDRAW=1
set BSP_PP=1
set BSP_DISPLAY_SHARP_LQ035Q7DB02=1
@REM For Keypad support.
set BSP_KBDMOUSE_EVBKPD=1
@REM For PMIC Core support.
set BSP_PMIC_MC13783=1
@REM For PMIC Touchpanel support.
set BSP_TOUCH_MC13783=1
@REM For PMIC Audio Playback/Recording support.
set BSP_AUDIO_MC13783=1
@REM For PMIC Real-time Clock support.
set BSP_RTC_MC13783=1
@REM For SD/SDIO support.
set BSP_SDHC1=1
set SYSGEN_SDBUS=1
set SYSGEN_SD_MEMORY=1
@REM For NAND Flash Filesystem support.
set BSP_NAND_K9K1G08U0B=1
@REM set BSP_NAND_FMD=1
@REM For I2C Bus support.
set BSP_I2CBUS=1
@REM For USB and USB OTG support.
set BSP_USB=1
set BSP_USB_HSOTG_CLIENT=1
set BSP_USB_HSOTG_HOST=1
set BSP_USB_HSOTG_XVC=1
set SYSGEN_USB=1
set SYSGEN_USBFN_ETHERNET=1
set SYSGEN_USB_HID=1
set SYSGEN_USB_HID_CLIENTS=1
set SYSGEN_USB_STORAGE=1
set SYSGEN_STORAGEMGR=1
set SYSGEN_FATFS=1
@REM For Clock Control Module support.
set BSP_CCM=1
@REM For CSP SDK support.
set BSP_CSPSDK=1
@REM Removes PMIC fake charger support.
set BSP_PMIC_FAKE_CHARGER=
@REM Removes Samsung NAND flash support.
set BSP_FLASH_NAND_SAMSUNG=
@REM Removes all notification LED support.
set BSP_NONLED=1
@REM For Backlight Control support.
@REM set BSP_BACKLIGHT=1
@REM set BSP_ATA=1
@REM set BSP_BATTERY=1
@REM set BSP_CSPIBUS=1
@REM set BSP_GPT=1
@REM set BSP_SIR_UART2=1
@REM set BSP_DVFC_MC13783=1
goto EXIT
:NOT_WINMOBILE
:NOT_POCKETPC
REM
REM Put any non-Windows Mobile and non-PocketPC configuration settings here.
REM
:EXIT
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -