map.a
上传用户:qiulin1960
上传日期:2013-10-16
资源大小:2844k
文件大小:3k
源码类别:

Windows CE

开发平台:

Windows_Unix

  1. ;
  2. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  3. ;
  4. ;
  5. ; Use of this source code is subject to the terms of the Microsoft end-user
  6. ; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
  7. ; If you did not accept the terms of the EULA, you are not authorized to use
  8. ; this source code. For a copy of the EULA, please see the LICENSE.RTF on your
  9. ; install media.
  10. ;
  11. ;******************************************************************************
  12. ;*
  13. ;* System On Chip(SOC)
  14. ;*
  15. ;* Copyright (c) 2002 Software Center, Samsung Electronics, Inc.
  16. ;* All rights reserved.
  17. ;*
  18. ;* This software is the confidential and proprietary information of Samsung 
  19. ;* Electronics, Inc("Confidential Information"). You Shall not disclose such 
  20. ;* Confidential Information and shall use it only in accordance with the terms 
  21. ;* of the license agreement you entered into Samsung.
  22. ;*
  23. ;*-----------------------------------------------------------------------------
  24. ;*
  25. ;* S3C2440 BSP (WinCE4.2 & PocketPC2003)
  26. ;*
  27. ;* map920.a :   S3C2440 Memory MAP
  28. ;*
  29. ;* @author zartoven@samsung.com (SOC, SWC, SAMSUNG Electronics)
  30. ;*
  31. ;* @date 2002/04/04
  32. ;* 
  33. ;* Log:
  34. ;*      2002/04/04  Start(From SOC Cho's Original BSP)
  35. ;*     2003/11/29  Modified for SMDK2440 PPC2003 BSP
  36. ;*      
  37. ;******************************************************************************
  38. EXPORT      OEMAddressTable[DATA]
  39. ; LTORG
  40.     AREA OEMAddressTable, DATA, READONLY
  41. ;OEMAddressTable
  42.     ;;;-------------------------------------------------------------
  43.     ;;; Virt Addr   Phys Addr   MB
  44.     ;;;-------------------------------------------------------------
  45.     DCD 0x80000000, 0x00000000, 32  ; 32 MB SROM(SRAM/ROM) BANK 0
  46.     DCD 0x82000000, 0x08000000, 32  ; 32 MB SROM(SRAM/ROM) BANK 1
  47.     DCD 0x84000000, 0x10000000, 32  ; 32 MB SROM(SRAM/ROM) BANK 2
  48.     DCD 0x86000000, 0x18000000, 32  ; 32 MB SROM(SRAM/ROM) BANK 3
  49.     DCD 0x88000000, 0x20000000, 32  ; 32 MB SROM(SRAM/ROM) BANK 4
  50.     DCD 0x8A000000, 0x28000000, 32  ; 32 MB SROM(SRAM/ROM) BANK 5
  51.     DCD 0x8C000000, 0x30000000, 64  ; 64 MB DRAM BANK 0
  52.     DCD 0x90800000, 0x48000000,  1  ; Memory control register
  53.     DCD 0x90900000, 0x49000000,  1  ; USB Host register
  54.     DCD 0x90A00000, 0x4A000000,  1  ; Interrupt Control register
  55.     DCD 0x90B00000, 0x4B000000,  1  ; DMA control register
  56.     DCD 0x90C00000, 0x4C000000,  1  ; Clock & Power register
  57.     DCD 0x90D00000, 0x4D000000,  1  ; LCD control register
  58.     DCD 0x90E00000, 0x4E000000,  1  ; NAND flash control register
  59.     DCD 0x91000000, 0x50000000,  1  ; UART control register
  60.     DCD 0x91100000, 0x51000000,  1  ; PWM timer register
  61.     DCD 0x91200000, 0x52000000,  1  ; USB device register
  62.     DCD 0x91300000, 0x53000000,  1  ; Watchdog Timer register
  63.     DCD 0x91400000, 0x54000000,  1  ; IIC control register
  64.     DCD 0x91500000, 0x55000000,  1  ; IIS control register
  65.     DCD 0x91600000, 0x56000000,  1  ; I/O Port register
  66.     DCD 0x91700000, 0x57000000,  1  ; RTC control register
  67.     DCD 0x91800000, 0x58000000,  1  ; A/D convert register
  68.     DCD 0x91900000, 0x59000000,  1  ; SPI register
  69.     DCD 0x91A00000, 0x5A000000,  1  ; SD Interface register
  70.     DCD 0x00000000, 0x00000000,  0  ; End of Table (MB MUST BE ZERO!)
  71.     END