📄 mxarm11_base_mem.inc
字号:
;;------------------------------------------------------------------------------
;;
;; 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) 2004, Freescale Semiconductor, Inc. All Rights Reserved
;; THIS SOURCE CODE IS CONFIDENTIAL AND PROPRIETARY AND MAY NOT
;; BE USED OR DISTRIBUTED WITHOUT THE WRITTEN PERMISSION OF
;; Freescale Semiconductor, Inc.
;;
;;------------------------------------------------------------------------------
;;
;; Header: mxarm11_base_mem.h
;;
;; This header file defines the Physical Addresses (PA) of
;; the SoC chip selects and external memory assignments.
;;
;; Provides memory map definitions that are shared for ARM11 chassis.
;;
;;------------------------------------------------------------------------------
;;-----------------------------------------------------------------------------
;; INFORMATION
;;
;; The physical addresses for SoC chip selects are fixed, hence they are
;; defined in the CPU's common directory. The virtual addresses of the SoC
;; chip selects are defined by the OEM and are configured in the
;; platform's configuration directory by the file:
;; .../PLATFORM/<NAME>/SRC/CONFIG/CPU_BASE_REG_CFG.H.
;;
;;-----------------------------------------------------------------------------
;;-----------------------------------------------------------------------------
;; NAMING CONVENTIONS
;;
;; CPU_BASE_MEM_ is the standard prefix for CPU chip selects.
;;
;; Memory ranges are accessed using physical, uncached, or cached addresses,
;; depending on the system state. The following abbreviations are used for
;; each addressing type:
;;
;; PA - physical address
;; UA - uncached virtual address
;; CA - cached virtual address
;;
;; The naming convention for CPU base registers is:
;;
;; CPU_BASE_MEM_<ADDRTYPE>_<SUBSYSTEM>
;;
;;-----------------------------------------------------------------------------
;;-----------------------------------------------------------------------------
;; ARM11-CHASSIS INTERNAL MEMORY MAP
;;-----------------------------------------------------------------------------
CSP_BASE_MEM_PA_AIPSA EQU (0x40000000)
CSP_BASE_MEM_PA_AIPSB EQU (0x50000000)
CSP_BASE_MEM_PA_MAX_S2 EQU (0x70000000)
CSP_BASE_MEM_PA_MAX_S1 EQU (0x80000000)
CSP_BASE_MEM_PA_MAX_S0 EQU (0xC0000000)
;;-----------------------------------------------------------------------------
;; ARM11-CHASSIS EXTERNAL MEMORY MAP
;;-----------------------------------------------------------------------------
CSP_BASE_MEM_PA_CSD0 EQU (0x80000000)
CSP_BASE_MEM_PA_CSD1 EQU (0x90000000)
CSP_BASE_MEM_PA_CS0 EQU (0xA0000000)
CSP_BASE_MEM_PA_CS1 EQU (0xA8000000)
CSP_BASE_MEM_PA_CS2 EQU (0xB0000000)
CSP_BASE_MEM_PA_CS3 EQU (0xB2000000)
CSP_BASE_MEM_PA_CS4 EQU (0xB4000000)
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -