1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2012-2017 Altera Corporation <www.altera.com>
10 #include <asm/cache.h>
12 #include <asm/global_data.h>
16 #include <linux/libfdt.h>
21 #include <asm/arch/misc.h>
22 #include <asm/arch/reset_manager.h>
23 #include <asm/arch/scan_manager.h>
24 #include <asm/arch/system_manager.h>
25 #include <asm/arch/nic301.h>
26 #include <asm/arch/scu.h>
27 #include <asm/pl310.h>
28 #include <linux/printk.h>
30 DECLARE_GLOBAL_DATA_PTR;
32 phys_addr_t socfpga_clkmgr_base __section(".data");
33 phys_addr_t socfpga_rstmgr_base __section(".data");
34 phys_addr_t socfpga_sysmgr_base __section(".data");
36 #ifdef CONFIG_SYS_L2_PL310
37 static const struct pl310_regs *const pl310 =
38 (struct pl310_regs *)CFG_SYS_PL310_BASE;
41 struct bsel bsel_str[] = {
42 { "rsvd", "Reserved", },
43 { "fpga", "FPGA (HPS2FPGA Bridge)", },
44 { "nand", "NAND Flash (1.8V)", },
45 { "nand", "NAND Flash (3.0V)", },
46 { "sd", "SD/MMC External Transceiver (1.8V)", },
47 { "sd", "SD/MMC Internal Transceiver (3.0V)", },
48 { "qspi", "QSPI Flash (1.8V)", },
49 { "qspi", "QSPI Flash (3.0V)", },
54 if (fdtdec_setup_mem_size_base() != 0)
60 void enable_caches(void)
62 #if !CONFIG_IS_ENABLED(SYS_ICACHE_OFF)
65 #if !CONFIG_IS_ENABLED(SYS_DCACHE_OFF)
70 #ifdef CONFIG_SYS_L2_PL310
71 void v7_outer_cache_enable(void)
75 if (uclass_get_device(UCLASS_CACHE, 0, &dev))
76 pr_err("cache controller driver NOT found!\n");
79 void v7_outer_cache_disable(void)
81 /* Disable the L2 cache */
82 clrbits_le32(&pl310->pl310_ctrl, L2X0_CTRL_EN);
85 void socfpga_pl310_clear(void)
87 u32 mask = 0xff, ena = 0;
91 /* Disable the L2 cache */
92 clrbits_le32(&pl310->pl310_ctrl, L2X0_CTRL_EN);
94 writel(0x0, &pl310->pl310_tag_latency_ctrl);
95 writel(0x10, &pl310->pl310_data_latency_ctrl);
97 /* enable BRESP, instruction and data prefetch, full line of zeroes */
98 setbits_le32(&pl310->pl310_aux_ctrl,
99 L310_AUX_CTRL_DATA_PREFETCH_MASK |
100 L310_AUX_CTRL_INST_PREFETCH_MASK |
101 L310_SHARED_ATT_OVERRIDE_ENABLE);
103 /* Enable the L2 cache */
104 ena = readl(&pl310->pl310_ctrl);
108 * Invalidate the PL310 L2 cache. Keep the invalidation code
109 * entirely in L1 I-cache to avoid any bus traffic through
130 : "+r"(mask), "+r"(ena)
131 : "r"(&pl310->pl310_inv_way),
132 "r"(&pl310->pl310_cache_sync), "r"(&pl310->pl310_ctrl)
135 /* Disable the L2 cache */
136 clrbits_le32(&pl310->pl310_ctrl, L2X0_CTRL_EN);
140 #if defined(CONFIG_SYS_CONSOLE_IS_IN_ENV) && \
141 defined(CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE)
142 int overwrite_console(void)
149 /* add device descriptor to FPGA device table */
150 void socfpga_fpga_add(void *fpga_desc)
153 fpga_add(fpga_altera, fpga_desc);
157 int arch_cpu_init(void)
159 socfpga_get_managers_addr();
161 #ifdef CONFIG_HW_WATCHDOG
163 * In case the watchdog is enabled, make sure to (re-)configure it
164 * so that the defined timeout is valid. Otherwise the SPL (Perloader)
165 * timeout value is still active which might too short for Linux
171 * If the HW watchdog is NOT enabled, make sure it is not running,
172 * for example because it was enabled in the preloader. This might
173 * trigger a watchdog-triggered reboot of Linux kernel later.
174 * Toggle watchdog reset, so watchdog in not running state.
176 socfpga_per_reset(SOCFPGA_RESET(L4WD0), 1);
177 socfpga_per_reset(SOCFPGA_RESET(L4WD0), 0);
183 #ifndef CONFIG_SPL_BUILD
184 static int do_bridge(struct cmd_tbl *cmdtp, int flag, int argc,
187 unsigned int mask = ~0;
189 if (argc < 2 || argc > 3)
190 return CMD_RET_USAGE;
195 mask = hextoul(argv[1], NULL);
198 case 'e': /* Enable */
199 do_bridge_reset(1, mask);
201 case 'd': /* Disable */
202 do_bridge_reset(0, mask);
205 return CMD_RET_USAGE;
211 U_BOOT_CMD(bridge, 3, 1, do_bridge,
212 "SoCFPGA HPS FPGA bridge control",
213 "enable [mask] - Enable HPS-to-FPGA, FPGA-to-HPS, LWHPS-to-FPGA bridges\n"
214 "bridge disable [mask] - Enable HPS-to-FPGA, FPGA-to-HPS, LWHPS-to-FPGA bridges\n"
220 static int socfpga_get_base_addr(const char *compat, phys_addr_t *base)
222 const void *blob = gd->fdt_blob;
223 struct fdt_resource r;
227 node = fdt_node_offset_by_compatible(blob, -1, compat);
231 if (!fdtdec_get_is_enabled(blob, node))
234 ret = fdt_get_resource(blob, node, "reg", 0, &r);
238 *base = (phys_addr_t)r.start;
243 void socfpga_get_managers_addr(void)
247 ret = socfpga_get_base_addr("altr,rst-mgr", &socfpga_rstmgr_base);
251 ret = socfpga_get_base_addr("altr,sys-mgr", &socfpga_sysmgr_base);
255 #ifdef CONFIG_TARGET_SOCFPGA_AGILEX
256 ret = socfpga_get_base_addr("intel,agilex-clkmgr",
257 &socfpga_clkmgr_base);
258 #elif IS_ENABLED(CONFIG_TARGET_SOCFPGA_N5X)
259 ret = socfpga_get_base_addr("intel,n5x-clkmgr",
260 &socfpga_clkmgr_base);
262 ret = socfpga_get_base_addr("altr,clk-mgr", &socfpga_clkmgr_base);
268 phys_addr_t socfpga_get_rstmgr_addr(void)
270 return socfpga_rstmgr_base;
273 phys_addr_t socfpga_get_sysmgr_addr(void)
275 return socfpga_sysmgr_base;
278 phys_addr_t socfpga_get_clkmgr_addr(void)
280 return socfpga_clkmgr_base;