mem_map.h 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. /*
  2. * BF537 memory map
  3. *
  4. * Copyright 2004-2009 Analog Devices Inc.
  5. * Licensed under the GPL-2 or later.
  6. */
  7. #ifndef __BFIN_MACH_MEM_MAP_H__
  8. #define __BFIN_MACH_MEM_MAP_H__
  9. #ifndef __BFIN_MEM_MAP_H__
  10. # error "do not include mach/mem_map.h directly -- use asm/mem_map.h"
  11. #endif
  12. /* Async Memory Banks */
  13. #define ASYNC_BANK3_BASE 0x20300000 /* Async Bank 3 */
  14. #define ASYNC_BANK3_SIZE 0x00100000 /* 1M */
  15. #define ASYNC_BANK2_BASE 0x20200000 /* Async Bank 2 */
  16. #define ASYNC_BANK2_SIZE 0x00100000 /* 1M */
  17. #define ASYNC_BANK1_BASE 0x20100000 /* Async Bank 1 */
  18. #define ASYNC_BANK1_SIZE 0x00100000 /* 1M */
  19. #define ASYNC_BANK0_BASE 0x20000000 /* Async Bank 0 */
  20. #define ASYNC_BANK0_SIZE 0x00100000 /* 1M */
  21. /* Boot ROM Memory */
  22. #define BOOT_ROM_START 0xEF000000
  23. #define BOOT_ROM_LENGTH 0x800
  24. /* Level 1 Memory */
  25. /* Memory Map for ADSP-BF537 processors */
  26. #ifdef CONFIG_BFIN_ICACHE
  27. #define BFIN_ICACHESIZE (16*1024)
  28. #else
  29. #define BFIN_ICACHESIZE (0*1024)
  30. #endif
  31. #ifdef CONFIG_BF537
  32. #define L1_CODE_START 0xFFA00000
  33. #define L1_DATA_A_START 0xFF800000
  34. #define L1_DATA_B_START 0xFF900000
  35. #define L1_CODE_LENGTH 0xC000
  36. #ifdef CONFIG_BFIN_DCACHE
  37. #ifdef CONFIG_BFIN_DCACHE_BANKA
  38. #define DMEM_CNTR (ACACHE_BSRAM | ENDCPLB | PORT_PREF0)
  39. #define L1_DATA_A_LENGTH (0x8000 - 0x4000)
  40. #define L1_DATA_B_LENGTH 0x8000
  41. #define BFIN_DCACHESIZE (16*1024)
  42. #define BFIN_DSUPBANKS 1
  43. #else
  44. #define DMEM_CNTR (ACACHE_BCACHE | ENDCPLB | PORT_PREF0)
  45. #define L1_DATA_A_LENGTH (0x8000 - 0x4000)
  46. #define L1_DATA_B_LENGTH (0x8000 - 0x4000)
  47. #define BFIN_DCACHESIZE (32*1024)
  48. #define BFIN_DSUPBANKS 2
  49. #endif
  50. #else
  51. #define DMEM_CNTR (ASRAM_BSRAM | ENDCPLB | PORT_PREF0)
  52. #define L1_DATA_A_LENGTH 0x8000
  53. #define L1_DATA_B_LENGTH 0x8000
  54. #define BFIN_DCACHESIZE (0*1024)
  55. #define BFIN_DSUPBANKS 0
  56. #endif /*CONFIG_BFIN_DCACHE*/
  57. #endif /*CONFIG_BF537*/
  58. /* Memory Map for ADSP-BF536 processors */
  59. #ifdef CONFIG_BF536
  60. #define L1_CODE_START 0xFFA00000
  61. #define L1_DATA_A_START 0xFF804000
  62. #define L1_DATA_B_START 0xFF904000
  63. #define L1_CODE_LENGTH 0xC000
  64. #ifdef CONFIG_BFIN_DCACHE
  65. #ifdef CONFIG_BFIN_DCACHE_BANKA
  66. #define DMEM_CNTR (ACACHE_BSRAM | ENDCPLB | PORT_PREF0)
  67. #define L1_DATA_A_LENGTH (0x4000 - 0x4000)
  68. #define L1_DATA_B_LENGTH 0x4000
  69. #define BFIN_DCACHESIZE (16*1024)
  70. #define BFIN_DSUPBANKS 1
  71. #else
  72. #define DMEM_CNTR (ACACHE_BCACHE | ENDCPLB | PORT_PREF0)
  73. #define L1_DATA_A_LENGTH (0x4000 - 0x4000)
  74. #define L1_DATA_B_LENGTH (0x4000 - 0x4000)
  75. #define BFIN_DCACHESIZE (32*1024)
  76. #define BFIN_DSUPBANKS 2
  77. #endif
  78. #else
  79. #define DMEM_CNTR (ASRAM_BSRAM | ENDCPLB | PORT_PREF0)
  80. #define L1_DATA_A_LENGTH 0x4000
  81. #define L1_DATA_B_LENGTH 0x4000
  82. #define BFIN_DCACHESIZE (0*1024)
  83. #define BFIN_DSUPBANKS 0
  84. #endif /*CONFIG_BFIN_DCACHE*/
  85. #endif
  86. /* Memory Map for ADSP-BF534 processors */
  87. #ifdef CONFIG_BF534
  88. #define L1_CODE_START 0xFFA00000
  89. #define L1_DATA_A_START 0xFF800000
  90. #define L1_DATA_B_START 0xFF900000
  91. #define L1_CODE_LENGTH 0xC000
  92. #ifdef CONFIG_BFIN_DCACHE
  93. #ifdef CONFIG_BFIN_DCACHE_BANKA
  94. #define DMEM_CNTR (ACACHE_BSRAM | ENDCPLB | PORT_PREF0)
  95. #define L1_DATA_A_LENGTH (0x8000 - 0x4000)
  96. #define L1_DATA_B_LENGTH 0x8000
  97. #define BFIN_DCACHESIZE (16*1024)
  98. #define BFIN_DSUPBANKS 1
  99. #else
  100. #define DMEM_CNTR (ACACHE_BCACHE | ENDCPLB | PORT_PREF0)
  101. #define L1_DATA_A_LENGTH (0x8000 - 0x4000)
  102. #define L1_DATA_B_LENGTH (0x8000 - 0x4000)
  103. #define BFIN_DCACHESIZE (32*1024)
  104. #define BFIN_DSUPBANKS 2
  105. #endif
  106. #else
  107. #define DMEM_CNTR (ASRAM_BSRAM | ENDCPLB | PORT_PREF0)
  108. #define L1_DATA_A_LENGTH 0x8000
  109. #define L1_DATA_B_LENGTH 0x8000
  110. #define BFIN_DCACHESIZE (0*1024)
  111. #define BFIN_DSUPBANKS 0
  112. #endif /*CONFIG_BFIN_DCACHE*/
  113. #endif
  114. #endif