⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 norfmd.reg

📁 Freescale ARM11系列CPU MX31的WINCE 5.0下的BSP
💻 REG
字号:

; Copyright (c) Microsoft Corporation.  All rights reserved.
;
;
; Use of this source code is subject to the terms of the Microsoft end-user
; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
; If you did not accept the terms of the EULA, you are not authorized to use
; this source code. For a copy of the EULA, please see the LICENSE.RTF on your
; install media.
;
;
; Copyright (C) 2003, Motorola	Inc. All Rights	Reserved
;
;------------------------------------------------------------------------------
;
;   Copyright (C) 2004-2006, Freescale Semiconductor, Inc. All Rights Reserved.
;   THIS SOURCE CODE, AND ITS USE AND DISTRIBUTION, IS SUBJECT TO THE TERMS
;   AND CONDITIONS OF THE APPLICABLE LICENSE AGREEMENT
;
;------------------------------------------------------------------------------

; This file is to be included in platform.reg if required.
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\NORFMD]
	"Dll"="norfmd.dll"
	"Order"=dword:0
	"Prefix"="DSK"
	"Ioctl"=dword:4
	"Profile"="NORFlash"
	"IClass"=multi_sz:"{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
	"FriendlyName"="i.MX NOR FLASH Driver"
	; IO window base == NOR flash physical memory base
	"IoBase"=dword:A0000000
	; IO window len == size of FMD area
	; FMD storage base = flash end - fmd size
	; WARNING: 
	; This driver is not supposed to be XIP with OS.
	; Can use only because flash supports simultaneous read/write/erase
	; on different banks. So make sure that FMD area do not share
	; the same bank with OS image in flash by allocating FMD area accordingly.
	;; Minimum FMD sizes for XIP with OS
	;; 0x00200000	; unpaired Spansion S29WS256N
	;; 0x00400000	; paired Spansion S29WS256N
	;; 0x00100000	; unpaired Spansion S29WS128N
	;; 0x00200000	; paired Spansion S29WS128N
	;; 0x00080000	; unpaired Spansion S29WS064N
	;; 0x00100000	; paired Spansion S29WS064N
	"IoLen"=dword:00100000

; FMD driver need to be loaded by device.exe instead in order to be recognised 
; as a DSKX device. eg. for CETK testing
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\NORFlash]
    "Name"="i.MX NOR FLASH"
    "Folder"="NOR Folder"
	"PartitionDriver"="mspart.dll"
	"AutoMount"=dword:1
	"AutoPart"=dword:1
;;	"AutoFormat"=dword:1

; Uncomment to autoload NOR driver before device manager.
; Needed if registry is stored in NOR. Eg persistent storage
;;[HKEY_LOCAL_MACHINE\System\StorageManager\AutoLoad\NORFlash]
;;	"DriverPath"="Drivers\\BuiltIn\\NORFCD"
;;	; LoadFlags 0x01 == Load the filesystem synchronously
;;	; LoadFlags 0x02 == Load the filesystem async on another thread (Default)
;;	"LoadFlags"=dword:1
;;	"BootPhase"=dword:0

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -