blob: 7c877b24d200b85ccbb5cf2a73f46a76130ecc37 [file] [log] [blame]
Kumar Gala74121b42008-01-17 01:56:32 -06001/*
2 * Copyright 2008 Freescale Semiconductor, Inc.
3 *
4 * (C) Copyright 2000
5 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
Kumar Gala74121b42008-01-17 01:56:32 -06008 */
9
10#include <common.h>
11#include <asm/mmu.h>
12
13struct fsl_e_tlb_entry tlb_table[] = {
14 /* TLB 0 - for temp stack in cache */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020015 SET_TLB_ENTRY(0, CONFIG_SYS_INIT_RAM_ADDR, CONFIG_SYS_INIT_RAM_ADDR,
Kumar Gala74121b42008-01-17 01:56:32 -060016 MAS3_SX|MAS3_SW|MAS3_SR, 0,
17 0, 0, BOOKE_PAGESZ_4K, 0),
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020018 SET_TLB_ENTRY(0, CONFIG_SYS_INIT_RAM_ADDR + 4 * 1024 , CONFIG_SYS_INIT_RAM_ADDR + 4 * 1024,
Kumar Gala74121b42008-01-17 01:56:32 -060019 MAS3_SX|MAS3_SW|MAS3_SR, 0,
20 0, 0, BOOKE_PAGESZ_4K, 0),
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020021 SET_TLB_ENTRY(0, CONFIG_SYS_INIT_RAM_ADDR + 8 * 1024 , CONFIG_SYS_INIT_RAM_ADDR + 8 * 1024,
Kumar Gala74121b42008-01-17 01:56:32 -060022 MAS3_SX|MAS3_SW|MAS3_SR, 0,
23 0, 0, BOOKE_PAGESZ_4K, 0),
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020024 SET_TLB_ENTRY(0, CONFIG_SYS_INIT_RAM_ADDR + 12 * 1024 , CONFIG_SYS_INIT_RAM_ADDR + 12 * 1024,
Kumar Gala74121b42008-01-17 01:56:32 -060025 MAS3_SX|MAS3_SW|MAS3_SR, 0,
26 0, 0, BOOKE_PAGESZ_4K, 0),
27
28 /*
29 * TLB 0: 16M Non-cacheable, guarded
30 * 0xff000000 16M FLASH
31 * Out of reset this entry is only 4K.
32 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020033 SET_TLB_ENTRY(1, CONFIG_SYS_FLASH_BASE, CONFIG_SYS_FLASH_BASE,
Kumar Gala74121b42008-01-17 01:56:32 -060034 MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G,
35 0, 0, BOOKE_PAGESZ_16M, 1),
36
37 /*
38 * TLB 1: 256M Non-cacheable, guarded
39 * 0x80000000 256M PCI1 MEM First half
40 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020041 SET_TLB_ENTRY(1, CONFIG_SYS_PCI1_MEM_PHYS, CONFIG_SYS_PCI1_MEM_PHYS,
Kumar Gala74121b42008-01-17 01:56:32 -060042 MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G,
43 0, 1, BOOKE_PAGESZ_256M, 1),
44
45 /*
46 * TLB 2: 256M Non-cacheable, guarded
47 * 0x90000000 256M PCI1 MEM Second half
48 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020049 SET_TLB_ENTRY(1, CONFIG_SYS_PCI1_MEM_PHYS + 0x10000000, CONFIG_SYS_PCI1_MEM_PHYS + 0x10000000,
Kumar Gala74121b42008-01-17 01:56:32 -060050 MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G,
51 0, 2, BOOKE_PAGESZ_256M, 1),
52
53 /*
54 * TLB 3: 256M Non-cacheable, guarded
55 * 0xc0000000 256M Rapid IO MEM First half
56 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020057 SET_TLB_ENTRY(1, CONFIG_SYS_RIO_MEM_BASE, CONFIG_SYS_RIO_MEM_BASE,
Kumar Gala74121b42008-01-17 01:56:32 -060058 MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G,
59 0, 3, BOOKE_PAGESZ_256M, 1),
60
61 /*
62 * TLB 4: 256M Non-cacheable, guarded
63 * 0xd0000000 256M Rapid IO MEM Second half
64 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020065 SET_TLB_ENTRY(1, CONFIG_SYS_RIO_MEM_BASE + 0x10000000, CONFIG_SYS_RIO_MEM_BASE + 0x10000000,
Kumar Gala74121b42008-01-17 01:56:32 -060066 MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G,
67 0, 4, BOOKE_PAGESZ_256M, 1),
68
69 /*
70 * TLB 5: 64M Non-cacheable, guarded
71 * 0xe000_0000 1M CCSRBAR
72 * 0xe200_0000 16M PCI1 IO
73 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020074 SET_TLB_ENTRY(1, CONFIG_SYS_CCSRBAR, CONFIG_SYS_CCSRBAR_PHYS,
Kumar Gala74121b42008-01-17 01:56:32 -060075 MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G,
76 0, 5, BOOKE_PAGESZ_64M, 1),
77
78 /*
79 * TLB 6: 64M Cacheable, non-guarded
80 * 0xf000_0000 64M LBC SDRAM
81 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020082 SET_TLB_ENTRY(1, CONFIG_SYS_LBC_SDRAM_BASE, CONFIG_SYS_LBC_SDRAM_BASE,
Kumar Gala74121b42008-01-17 01:56:32 -060083 MAS3_SX|MAS3_SW|MAS3_SR, 0,
84 0, 6, BOOKE_PAGESZ_64M, 1),
85
86 /*
87 * TLB 7: 16K Non-cacheable, guarded
88 * 0xfc000000 16K Configuration Latch register
89 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020090 SET_TLB_ENTRY(1, CONFIG_SYS_LBC_LCLDEVS_BASE, CONFIG_SYS_LBC_LCLDEVS_BASE,
Kumar Gala74121b42008-01-17 01:56:32 -060091 MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G,
92 0, 7, BOOKE_PAGESZ_16K, 1),
93
94#if !defined(CONFIG_SPD_EEPROM)
95 /*
96 * TLB 8, 9: 128M DDR
97 * 0x00000000 64M DDR System memory
98 * 0x04000000 64M DDR System memory
99 * Without SPD EEPROM configured DDR, this must be setup manually.
100 * Make sure the TLB count at the top of this table is correct.
101 * Likely it needs to be increased by two for these entries.
102 */
103#error("Update the number of table entries in tlb1_entry")
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200104 SET_TLB_ENTRY(1, CONFIG_SYS_DDR_SDRAM_BASE, CONFIG_SYS_DDR_SDRAM_BASE,
Kumar Gala74121b42008-01-17 01:56:32 -0600105 MAS3_SX|MAS3_SW|MAS3_SR, 0,
106 0, 8, BOOKE_PAGESZ_64M, 1),
107
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200108 SET_TLB_ENTRY(1, CONFIG_SYS_DDR_SDRAM_BASE + 0x4000000, CONFIG_SYS_DDR_SDRAM_BASE + 0x4000000,
Kumar Gala74121b42008-01-17 01:56:32 -0600109 MAS3_SX|MAS3_SW|MAS3_SR, 0,
110 0, 9, BOOKE_PAGESZ_64M, 1),
111#endif
112};
113
114int num_tlb_entries = ARRAY_SIZE(tlb_table);