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

📄 memmap.inc

📁 在ADS环境下LCD 测试例子
💻 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 ?2000-2001 Intel Corp. 
;
; mem maps for Sandgate and Lubbock
;----------------------------------------


    
      EXPORT	OEMAddressTable[DATA] 
    ;
    ; OEM memory map for the 
    ; XScale Reference Design (Sandgate), which may or may not include the 
    ;  Sandgate eXpansion Board (aka Neponset II) and/or a Graphics eXpansion Board.
    ; 
    ; Also used for Lubbock Dev Bd.
    ;

	
OEMAddressTable
    ;;;-------------------------------------------------------------
    ;;; Virtual(cached)   Phys Addr   MB
    ;;;-------------------------------------------------------------
    ; // Cotulla-Specific Mappings (common for all boards)
    DCD SDRAM_BASE_C_VIRTUAL,           SDRAM_BASE_PHYSICAL,        64                ; everything SDRAM-related (eboot RAM, eboot RAMIMG, nk RAM, nk RAMIMAGE, nk MEMDEFS, ethdbg buffs)
    
    DCD ZBANK_BASE_C_VIRTUAL,           ZBANK_BASE_PHYSICAL,        1                 ; (8600 0000, E000 0000) Zero-Bank (in RSVD slot)- No Phy Mem needed to back up
    DCD MEMC_BASE_C_VIRTUAL,            MEMC_BASE_PHYSICAL,         1                 ; (8610 0000, 4800 0000) Memory Controller
    DCD PERIF_BASE_C_VIRTUAL,           PERIF_BASE_PHYSICAL,        32                ; (8620 0000, 4000 0000) Mem-Mapped Registers (perifs)
    DCD PCMCIA_S0_IO_C_VIRTUAL,         PCMCIA_S0_IO_PHYSICAL,      32                ; (8820 0000, 2000 0000) PCMCIA S0 I/O Space
    DCD PCMCIA_S0_ATTR_C_VIRTUAL,       PCMCIA_S0_ATTR_PHYSICAL,    32                ; (8A20 0000, 2800 0000) PCMCIA S0 ATTRIBUTE MEM Space
    DCD PCMCIA_S0_CMN_C_VIRTUAL,        PCMCIA_S0_CMN_PHYSICAL,     64                ; (8C20 0000, 2C00 0000) PCMCIA S0 COMMON MEM Space
    DCD PCMCIA_S1_IO_C_VIRTUAL,         PCMCIA_S1_IO_PHYSICAL,      32                ; (9020 0000, 3000 0000) PCMCIA S1 I/O Space
    DCD PCMCIA_S1_ATTR_C_VIRTUAL,       PCMCIA_S1_ATTR_PHYSICAL,    32                ; (9220 0000, 3800 0000) PCMCIA S1 ATTRIBUTE MEM Space
    DCD PCMCIA_S1_CMN_C_VIRTUAL,        PCMCIA_S1_CMN_PHYSICAL,     64                ; (9420 0000, 3C00 0000) PCMCIA S1 COMMON MEM Space
    DCD LCD_BASE_C_VIRTUAL,             LCD_BASE_PHYSICAL,          1                 ; (9820 0000, 4400 0000) LCDC
    
        
    IF PLAT_LUBBOCK = "1"
    ; // Lubbock-Specific Mappings
    DCD BOOT_FLASH_BASE_C_VIRTUAL,          BOOT_FLASH_BASE_PHYSICAL,          32    ; (9830 0000, 0000 0000) BOOT ROM (nCS0)


    DCD  SMSC_LAN91C113_BASE_C_VIRTUAL,     SMSC_LAN91C113_BASE_PHYSICAL,      1	; (9F50 0000, 0C00 0000) Ethernet - I/O Space (nCS3)
    ENDIF    

    DCD 0x00000000,   0x00000000,   0   		        ; End of Table (MB MUST BE ZERO!)
    
; ------------------------------------------------------------------



    END

⌨️ 快捷键说明

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