~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/mips/loongson64/env.c

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/mips/loongson64/env.c (Architecture sparc64) and /arch/mips/loongson64/env.c (Architecture mips)


  1 // SPDX-License-Identifier: GPL-2.0-or-later        1 // SPDX-License-Identifier: GPL-2.0-or-later
  2 /*                                                  2 /*
  3  * Based on Ocelot Linux port, which is             3  * Based on Ocelot Linux port, which is
  4  * Copyright 2001 MontaVista Software Inc.          4  * Copyright 2001 MontaVista Software Inc.
  5  * Author: jsun@mvista.com or jsun@junsun.net       5  * Author: jsun@mvista.com or jsun@junsun.net
  6  *                                                  6  *
  7  * Copyright 2003 ICT CAS                           7  * Copyright 2003 ICT CAS
  8  * Author: Michael Guo <guoyi@ict.ac.cn>            8  * Author: Michael Guo <guoyi@ict.ac.cn>
  9  *                                                  9  *
 10  * Copyright (C) 2007 Lemote Inc. & Institute      10  * Copyright (C) 2007 Lemote Inc. & Institute of Computing Technology
 11  * Author: Fuxin Zhang, zhangfx@lemote.com         11  * Author: Fuxin Zhang, zhangfx@lemote.com
 12  *                                                 12  *
 13  * Copyright (C) 2009 Lemote Inc.                  13  * Copyright (C) 2009 Lemote Inc.
 14  * Author: Wu Zhangjin, wuzhangjin@gmail.com       14  * Author: Wu Zhangjin, wuzhangjin@gmail.com
 15  */                                                15  */
 16                                                    16 
 17 #include <linux/dma-map-ops.h>                     17 #include <linux/dma-map-ops.h>
 18 #include <linux/export.h>                          18 #include <linux/export.h>
 19 #include <linux/pci_ids.h>                         19 #include <linux/pci_ids.h>
 20 #include <asm/bootinfo.h>                          20 #include <asm/bootinfo.h>
 21 #include <loongson.h>                              21 #include <loongson.h>
 22 #include <boot_param.h>                            22 #include <boot_param.h>
 23 #include <builtin_dtbs.h>                          23 #include <builtin_dtbs.h>
 24 #include <workarounds.h>                           24 #include <workarounds.h>
 25                                                    25 
 26 #define HOST_BRIDGE_CONFIG_ADDR ((void __iomem     26 #define HOST_BRIDGE_CONFIG_ADDR ((void __iomem *)TO_UNCAC(0x1a000000))
 27                                                    27 
 28 u32 cpu_clock_freq;                                28 u32 cpu_clock_freq;
 29 EXPORT_SYMBOL(cpu_clock_freq);                     29 EXPORT_SYMBOL(cpu_clock_freq);
 30 struct efi_memory_map_loongson *loongson_memma     30 struct efi_memory_map_loongson *loongson_memmap;
 31 struct loongson_system_configuration loongson_     31 struct loongson_system_configuration loongson_sysconf;
 32                                                    32 
 33 struct board_devices *eboard;                      33 struct board_devices *eboard;
 34 struct interface_info *einter;                     34 struct interface_info *einter;
 35 struct loongson_special_attribute *especial;       35 struct loongson_special_attribute *especial;
 36                                                    36 
 37 u64 loongson_chipcfg[MAX_PACKAGES] = {0xffffff     37 u64 loongson_chipcfg[MAX_PACKAGES] = {0xffffffffbfc00180};
 38 u64 loongson_chiptemp[MAX_PACKAGES];               38 u64 loongson_chiptemp[MAX_PACKAGES];
 39 u64 loongson_freqctrl[MAX_PACKAGES];               39 u64 loongson_freqctrl[MAX_PACKAGES];
 40                                                    40 
 41 unsigned long long smp_group[4];                   41 unsigned long long smp_group[4];
 42                                                    42 
 43 const char *get_system_type(void)                  43 const char *get_system_type(void)
 44 {                                                  44 {
 45         return "Generic Loongson64 System";        45         return "Generic Loongson64 System";
 46 }                                                  46 }
 47                                                    47 
 48                                                    48 
 49 void __init prom_dtb_init_env(void)                49 void __init prom_dtb_init_env(void)
 50 {                                                  50 {
 51         if ((fw_arg2 < CKSEG0 || fw_arg2 > CKS     51         if ((fw_arg2 < CKSEG0 || fw_arg2 > CKSEG1)
 52                 && (fw_arg2 < XKPHYS || fw_arg     52                 && (fw_arg2 < XKPHYS || fw_arg2 > XKSEG))
 53                                                    53 
 54                 loongson_fdt_blob = __dtb_loon     54                 loongson_fdt_blob = __dtb_loongson64_2core_2k1000_begin;
 55         else                                       55         else
 56                 loongson_fdt_blob = (void *)fw     56                 loongson_fdt_blob = (void *)fw_arg2;
 57 }                                                  57 }
 58                                                    58 
 59 void __init prom_lefi_init_env(void)               59 void __init prom_lefi_init_env(void)
 60 {                                                  60 {
 61         struct boot_params *boot_p;                61         struct boot_params *boot_p;
 62         struct loongson_params *loongson_p;        62         struct loongson_params *loongson_p;
 63         struct system_loongson *esys;              63         struct system_loongson *esys;
 64         struct efi_cpuinfo_loongson *ecpu;         64         struct efi_cpuinfo_loongson *ecpu;
 65         struct irq_source_routing_table *eirq_     65         struct irq_source_routing_table *eirq_source;
 66         u32 id;                                    66         u32 id;
 67         u16 vendor;                                67         u16 vendor;
 68                                                    68 
 69         /* firmware arguments are initialized      69         /* firmware arguments are initialized in head.S */
 70         boot_p = (struct boot_params *)fw_arg2     70         boot_p = (struct boot_params *)fw_arg2;
 71         loongson_p = &(boot_p->efi.smbios.lp);     71         loongson_p = &(boot_p->efi.smbios.lp);
 72                                                    72 
 73         esys = (struct system_loongson *)          73         esys = (struct system_loongson *)
 74                 ((u64)loongson_p + loongson_p-     74                 ((u64)loongson_p + loongson_p->system_offset);
 75         ecpu = (struct efi_cpuinfo_loongson *)     75         ecpu = (struct efi_cpuinfo_loongson *)
 76                 ((u64)loongson_p + loongson_p-     76                 ((u64)loongson_p + loongson_p->cpu_offset);
 77         eboard = (struct board_devices *)          77         eboard = (struct board_devices *)
 78                 ((u64)loongson_p + loongson_p-     78                 ((u64)loongson_p + loongson_p->boarddev_table_offset);
 79         einter = (struct interface_info *)         79         einter = (struct interface_info *)
 80                 ((u64)loongson_p + loongson_p-     80                 ((u64)loongson_p + loongson_p->interface_offset);
 81         especial = (struct loongson_special_at     81         especial = (struct loongson_special_attribute *)
 82                 ((u64)loongson_p + loongson_p-     82                 ((u64)loongson_p + loongson_p->special_offset);
 83         eirq_source = (struct irq_source_routi     83         eirq_source = (struct irq_source_routing_table *)
 84                 ((u64)loongson_p + loongson_p-     84                 ((u64)loongson_p + loongson_p->irq_offset);
 85         loongson_memmap = (struct efi_memory_m     85         loongson_memmap = (struct efi_memory_map_loongson *)
 86                 ((u64)loongson_p + loongson_p-     86                 ((u64)loongson_p + loongson_p->memory_offset);
 87                                                    87 
 88         cpu_clock_freq = ecpu->cpu_clock_freq;     88         cpu_clock_freq = ecpu->cpu_clock_freq;
 89         loongson_sysconf.cputype = ecpu->cputy     89         loongson_sysconf.cputype = ecpu->cputype;
 90         switch (ecpu->cputype) {                   90         switch (ecpu->cputype) {
 91         case Legacy_2K:                            91         case Legacy_2K:
 92         case Loongson_2K:                          92         case Loongson_2K:
 93                 smp_group[0] = 0x900000001fe11     93                 smp_group[0] = 0x900000001fe11000;
 94                 loongson_sysconf.cores_per_nod     94                 loongson_sysconf.cores_per_node = 2;
 95                 loongson_sysconf.cores_per_pac     95                 loongson_sysconf.cores_per_package = 2;
 96                 break;                             96                 break;
 97         case Legacy_3A:                            97         case Legacy_3A:
 98         case Loongson_3A:                          98         case Loongson_3A:
 99                 loongson_sysconf.cores_per_nod     99                 loongson_sysconf.cores_per_node = 4;
100                 loongson_sysconf.cores_per_pac    100                 loongson_sysconf.cores_per_package = 4;
101                 smp_group[0] = 0x900000003ff01    101                 smp_group[0] = 0x900000003ff01000;
102                 smp_group[1] = 0x900010003ff01    102                 smp_group[1] = 0x900010003ff01000;
103                 smp_group[2] = 0x900020003ff01    103                 smp_group[2] = 0x900020003ff01000;
104                 smp_group[3] = 0x900030003ff01    104                 smp_group[3] = 0x900030003ff01000;
105                 loongson_chipcfg[0] = 0x900000    105                 loongson_chipcfg[0] = 0x900000001fe00180;
106                 loongson_chipcfg[1] = 0x900010    106                 loongson_chipcfg[1] = 0x900010001fe00180;
107                 loongson_chipcfg[2] = 0x900020    107                 loongson_chipcfg[2] = 0x900020001fe00180;
108                 loongson_chipcfg[3] = 0x900030    108                 loongson_chipcfg[3] = 0x900030001fe00180;
109                 loongson_chiptemp[0] = 0x90000    109                 loongson_chiptemp[0] = 0x900000001fe0019c;
110                 loongson_chiptemp[1] = 0x90001    110                 loongson_chiptemp[1] = 0x900010001fe0019c;
111                 loongson_chiptemp[2] = 0x90002    111                 loongson_chiptemp[2] = 0x900020001fe0019c;
112                 loongson_chiptemp[3] = 0x90003    112                 loongson_chiptemp[3] = 0x900030001fe0019c;
113                 loongson_freqctrl[0] = 0x90000    113                 loongson_freqctrl[0] = 0x900000001fe001d0;
114                 loongson_freqctrl[1] = 0x90001    114                 loongson_freqctrl[1] = 0x900010001fe001d0;
115                 loongson_freqctrl[2] = 0x90002    115                 loongson_freqctrl[2] = 0x900020001fe001d0;
116                 loongson_freqctrl[3] = 0x90003    116                 loongson_freqctrl[3] = 0x900030001fe001d0;
117                 loongson_sysconf.workarounds =    117                 loongson_sysconf.workarounds = WORKAROUND_CPUFREQ;
118                 break;                            118                 break;
119         case Legacy_3B:                           119         case Legacy_3B:
120         case Loongson_3B:                         120         case Loongson_3B:
121                 loongson_sysconf.cores_per_nod    121                 loongson_sysconf.cores_per_node = 4; /* One chip has 2 nodes */
122                 loongson_sysconf.cores_per_pac    122                 loongson_sysconf.cores_per_package = 8;
123                 smp_group[0] = 0x900000003ff01    123                 smp_group[0] = 0x900000003ff01000;
124                 smp_group[1] = 0x900010003ff05    124                 smp_group[1] = 0x900010003ff05000;
125                 smp_group[2] = 0x900020003ff09    125                 smp_group[2] = 0x900020003ff09000;
126                 smp_group[3] = 0x900030003ff0d    126                 smp_group[3] = 0x900030003ff0d000;
127                 loongson_chipcfg[0] = 0x900000    127                 loongson_chipcfg[0] = 0x900000001fe00180;
128                 loongson_chipcfg[1] = 0x900020    128                 loongson_chipcfg[1] = 0x900020001fe00180;
129                 loongson_chipcfg[2] = 0x900040    129                 loongson_chipcfg[2] = 0x900040001fe00180;
130                 loongson_chipcfg[3] = 0x900060    130                 loongson_chipcfg[3] = 0x900060001fe00180;
131                 loongson_chiptemp[0] = 0x90000    131                 loongson_chiptemp[0] = 0x900000001fe0019c;
132                 loongson_chiptemp[1] = 0x90002    132                 loongson_chiptemp[1] = 0x900020001fe0019c;
133                 loongson_chiptemp[2] = 0x90004    133                 loongson_chiptemp[2] = 0x900040001fe0019c;
134                 loongson_chiptemp[3] = 0x90006    134                 loongson_chiptemp[3] = 0x900060001fe0019c;
135                 loongson_freqctrl[0] = 0x90000    135                 loongson_freqctrl[0] = 0x900000001fe001d0;
136                 loongson_freqctrl[1] = 0x90002    136                 loongson_freqctrl[1] = 0x900020001fe001d0;
137                 loongson_freqctrl[2] = 0x90004    137                 loongson_freqctrl[2] = 0x900040001fe001d0;
138                 loongson_freqctrl[3] = 0x90006    138                 loongson_freqctrl[3] = 0x900060001fe001d0;
139                 loongson_sysconf.workarounds =    139                 loongson_sysconf.workarounds = WORKAROUND_CPUHOTPLUG;
140                 break;                            140                 break;
141         default:                                  141         default:
142                 loongson_sysconf.cores_per_nod    142                 loongson_sysconf.cores_per_node = 1;
143                 loongson_sysconf.cores_per_pac    143                 loongson_sysconf.cores_per_package = 1;
144                 loongson_chipcfg[0] = 0x900000    144                 loongson_chipcfg[0] = 0x900000001fe00180;
145         }                                         145         }
146                                                   146 
147         loongson_sysconf.nr_cpus = ecpu->nr_cp    147         loongson_sysconf.nr_cpus = ecpu->nr_cpus;
148         loongson_sysconf.boot_cpu_id = ecpu->c    148         loongson_sysconf.boot_cpu_id = ecpu->cpu_startup_core_id;
149         loongson_sysconf.reserved_cpus_mask =     149         loongson_sysconf.reserved_cpus_mask = ecpu->reserved_cores_mask;
150         if (ecpu->nr_cpus > NR_CPUS || ecpu->n    150         if (ecpu->nr_cpus > NR_CPUS || ecpu->nr_cpus == 0)
151                 loongson_sysconf.nr_cpus = NR_    151                 loongson_sysconf.nr_cpus = NR_CPUS;
152         loongson_sysconf.nr_nodes = (loongson_    152         loongson_sysconf.nr_nodes = (loongson_sysconf.nr_cpus +
153                 loongson_sysconf.cores_per_nod    153                 loongson_sysconf.cores_per_node - 1) /
154                 loongson_sysconf.cores_per_nod    154                 loongson_sysconf.cores_per_node;
155                                                   155 
156         loongson_sysconf.dma_mask_bits = eirq_    156         loongson_sysconf.dma_mask_bits = eirq_source->dma_mask_bits;
157         if (loongson_sysconf.dma_mask_bits < 3    157         if (loongson_sysconf.dma_mask_bits < 32 ||
158                         loongson_sysconf.dma_m    158                         loongson_sysconf.dma_mask_bits > 64) {
159                 loongson_sysconf.dma_mask_bits    159                 loongson_sysconf.dma_mask_bits = 32;
160                 dma_default_coherent = true;      160                 dma_default_coherent = true;
161         } else {                                  161         } else {
162                 dma_default_coherent = !eirq_s    162                 dma_default_coherent = !eirq_source->dma_noncoherent;
163         }                                         163         }
164                                                   164 
165         pr_info("Firmware: Coherent DMA: %s\n"    165         pr_info("Firmware: Coherent DMA: %s\n", dma_default_coherent ? "on" : "off");
166                                                   166 
167         loongson_sysconf.restart_addr = boot_p    167         loongson_sysconf.restart_addr = boot_p->reset_system.ResetWarm;
168         loongson_sysconf.poweroff_addr = boot_    168         loongson_sysconf.poweroff_addr = boot_p->reset_system.Shutdown;
169         loongson_sysconf.suspend_addr = boot_p    169         loongson_sysconf.suspend_addr = boot_p->reset_system.DoSuspend;
170                                                   170 
171         loongson_sysconf.vgabios_addr = boot_p    171         loongson_sysconf.vgabios_addr = boot_p->efi.smbios.vga_bios;
172         pr_debug("Shutdown Addr: %llx, Restart    172         pr_debug("Shutdown Addr: %llx, Restart Addr: %llx, VBIOS Addr: %llx\n",
173                 loongson_sysconf.poweroff_addr    173                 loongson_sysconf.poweroff_addr, loongson_sysconf.restart_addr,
174                 loongson_sysconf.vgabios_addr)    174                 loongson_sysconf.vgabios_addr);
175                                                   175 
176         loongson_sysconf.workarounds |= esys->    176         loongson_sysconf.workarounds |= esys->workarounds;
177                                                   177 
178         pr_info("CpuClock = %u\n", cpu_clock_f    178         pr_info("CpuClock = %u\n", cpu_clock_freq);
179                                                   179 
180         /* Read the ID of PCI host bridge to d    180         /* Read the ID of PCI host bridge to detect bridge type */
181         id = readl(HOST_BRIDGE_CONFIG_ADDR);      181         id = readl(HOST_BRIDGE_CONFIG_ADDR);
182         vendor = id & 0xffff;                     182         vendor = id & 0xffff;
183                                                   183 
184         switch (vendor) {                         184         switch (vendor) {
185         case PCI_VENDOR_ID_LOONGSON:              185         case PCI_VENDOR_ID_LOONGSON:
186                 pr_info("The bridge chip is LS    186                 pr_info("The bridge chip is LS7A\n");
187                 loongson_sysconf.bridgetype =     187                 loongson_sysconf.bridgetype = LS7A;
188                 loongson_sysconf.early_config     188                 loongson_sysconf.early_config = ls7a_early_config;
189                 break;                            189                 break;
190         case PCI_VENDOR_ID_AMD:                   190         case PCI_VENDOR_ID_AMD:
191         case PCI_VENDOR_ID_ATI:                   191         case PCI_VENDOR_ID_ATI:
192                 pr_info("The bridge chip is RS    192                 pr_info("The bridge chip is RS780E or SR5690\n");
193                 loongson_sysconf.bridgetype =     193                 loongson_sysconf.bridgetype = RS780E;
194                 loongson_sysconf.early_config     194                 loongson_sysconf.early_config = rs780e_early_config;
195                 break;                            195                 break;
196         default:                                  196         default:
197                 pr_info("The bridge chip is VI    197                 pr_info("The bridge chip is VIRTUAL\n");
198                 loongson_sysconf.bridgetype =     198                 loongson_sysconf.bridgetype = VIRTUAL;
199                 loongson_sysconf.early_config     199                 loongson_sysconf.early_config = virtual_early_config;
200                 loongson_fdt_blob = __dtb_loon    200                 loongson_fdt_blob = __dtb_loongson64v_4core_virtio_begin;
201                 break;                            201                 break;
202         }                                         202         }
203                                                   203 
204         if ((read_c0_prid() & PRID_IMP_MASK) =    204         if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64C) {
205                 switch (read_c0_prid() & PRID_    205                 switch (read_c0_prid() & PRID_REV_MASK) {
206                 case PRID_REV_LOONGSON3A_R1:      206                 case PRID_REV_LOONGSON3A_R1:
207                 case PRID_REV_LOONGSON3A_R2_0:    207                 case PRID_REV_LOONGSON3A_R2_0:
208                 case PRID_REV_LOONGSON3A_R2_1:    208                 case PRID_REV_LOONGSON3A_R2_1:
209                 case PRID_REV_LOONGSON3A_R3_0:    209                 case PRID_REV_LOONGSON3A_R3_0:
210                 case PRID_REV_LOONGSON3A_R3_1:    210                 case PRID_REV_LOONGSON3A_R3_1:
211                         switch (loongson_sysco    211                         switch (loongson_sysconf.bridgetype) {
212                         case LS7A:                212                         case LS7A:
213                                 loongson_fdt_b    213                                 loongson_fdt_blob = __dtb_loongson64c_4core_ls7a_begin;
214                                 break;            214                                 break;
215                         case RS780E:              215                         case RS780E:
216                                 loongson_fdt_b    216                                 loongson_fdt_blob = __dtb_loongson64c_4core_rs780e_begin;
217                                 break;            217                                 break;
218                         default:                  218                         default:
219                                 break;            219                                 break;
220                         }                         220                         }
221                         break;                    221                         break;
222                 case PRID_REV_LOONGSON3B_R1:      222                 case PRID_REV_LOONGSON3B_R1:
223                 case PRID_REV_LOONGSON3B_R2:      223                 case PRID_REV_LOONGSON3B_R2:
224                         if (loongson_sysconf.b    224                         if (loongson_sysconf.bridgetype == RS780E)
225                                 loongson_fdt_b    225                                 loongson_fdt_blob = __dtb_loongson64c_8core_rs780e_begin;
226                         break;                    226                         break;
227                 default:                          227                 default:
228                         break;                    228                         break;
229                 }                                 229                 }
230         } else if ((read_c0_prid() & PRID_IMP_    230         } else if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64R) {
231                 loongson_fdt_blob = __dtb_loon    231                 loongson_fdt_blob = __dtb_loongson64_2core_2k1000_begin;
232         } else if ((read_c0_prid() & PRID_IMP_    232         } else if ((read_c0_prid() & PRID_IMP_MASK) == PRID_IMP_LOONGSON_64G) {
233                 if (loongson_sysconf.bridgetyp    233                 if (loongson_sysconf.bridgetype == LS7A)
234                         loongson_fdt_blob = __    234                         loongson_fdt_blob = __dtb_loongson64g_4core_ls7a_begin;
235         }                                         235         }
236                                                   236 
237         if (!loongson_fdt_blob)                   237         if (!loongson_fdt_blob)
238                 pr_err("Failed to determine bu    238                 pr_err("Failed to determine built-in Loongson64 dtb\n");
239 }                                                 239 }
240                                                   240 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php