Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Ley Foon Tan | 35b9800 | 2017-04-26 02:44:43 +0800 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2016-2017 Intel Corporation |
Ley Foon Tan | 35b9800 | 2017-04-26 02:44:43 +0800 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #include <altera.h> |
| 7 | #include <common.h> |
| 8 | #include <errno.h> |
| 9 | #include <fdtdec.h> |
| 10 | #include <miiphy.h> |
| 11 | #include <netdev.h> |
| 12 | #include <ns16550.h> |
| 13 | #include <watchdog.h> |
| 14 | #include <asm/arch/misc.h> |
| 15 | #include <asm/arch/pinmux.h> |
| 16 | #include <asm/arch/reset_manager.h> |
Ley Foon Tan | 2e1de5b | 2018-06-01 16:13:19 +0800 | [diff] [blame] | 17 | #include <asm/arch/reset_manager_arria10.h> |
Ley Foon Tan | 35b9800 | 2017-04-26 02:44:43 +0800 | [diff] [blame] | 18 | #include <asm/arch/sdram_arria10.h> |
| 19 | #include <asm/arch/system_manager.h> |
| 20 | #include <asm/arch/nic301.h> |
| 21 | #include <asm/io.h> |
| 22 | #include <asm/pl310.h> |
| 23 | |
| 24 | #define PINMUX_UART0_TX_SHARED_IO_OFFSET_Q1_3 0x08 |
| 25 | #define PINMUX_UART0_TX_SHARED_IO_OFFSET_Q2_11 0x58 |
| 26 | #define PINMUX_UART0_TX_SHARED_IO_OFFSET_Q3_3 0x68 |
| 27 | #define PINMUX_UART1_TX_SHARED_IO_OFFSET_Q1_7 0x18 |
| 28 | #define PINMUX_UART1_TX_SHARED_IO_OFFSET_Q3_7 0x78 |
| 29 | #define PINMUX_UART1_TX_SHARED_IO_OFFSET_Q4_3 0x98 |
| 30 | |
Ang, Chee Hong | 877ec6e | 2018-12-19 18:35:15 -0800 | [diff] [blame] | 31 | /* |
| 32 | * FPGA programming support for SoC FPGA Arria 10 |
| 33 | */ |
| 34 | static Altera_desc altera_fpga[] = { |
| 35 | { |
| 36 | /* Family */ |
| 37 | Altera_SoCFPGA, |
| 38 | /* Interface type */ |
| 39 | fast_passive_parallel, |
| 40 | /* No limitation as additional data will be ignored */ |
| 41 | -1, |
| 42 | /* No device function table */ |
| 43 | NULL, |
| 44 | /* Base interface address specified in driver */ |
| 45 | NULL, |
| 46 | /* No cookie implementation */ |
| 47 | 0 |
| 48 | }, |
| 49 | }; |
| 50 | |
Ley Foon Tan | 35b9800 | 2017-04-26 02:44:43 +0800 | [diff] [blame] | 51 | #if defined(CONFIG_SPL_BUILD) |
| 52 | static struct pl310_regs *const pl310 = |
| 53 | (struct pl310_regs *)CONFIG_SYS_PL310_BASE; |
| 54 | static const struct socfpga_noc_fw_ocram *noc_fw_ocram_base = |
| 55 | (void *)SOCFPGA_SDR_FIREWALL_OCRAM_ADDRESS; |
Ley Foon Tan | 35b9800 | 2017-04-26 02:44:43 +0800 | [diff] [blame] | 56 | |
Ley Foon Tan | 35b9800 | 2017-04-26 02:44:43 +0800 | [diff] [blame] | 57 | /* |
| 58 | + * This function initializes security policies to be consistent across |
| 59 | + * all logic units in the Arria 10. |
| 60 | + * |
| 61 | + * The idea is to set all security policies to be normal, nonsecure |
| 62 | + * for all units. |
| 63 | + */ |
Marek Vasut | 0b8f637 | 2018-08-18 19:11:52 +0200 | [diff] [blame] | 64 | void socfpga_init_security_policies(void) |
Ley Foon Tan | 35b9800 | 2017-04-26 02:44:43 +0800 | [diff] [blame] | 65 | { |
| 66 | /* Put OCRAM in non-secure */ |
| 67 | writel(0x003f0000, &noc_fw_ocram_base->region0); |
| 68 | writel(0x1, &noc_fw_ocram_base->enable); |
Marek Vasut | 42f4b83 | 2018-07-12 15:34:23 +0200 | [diff] [blame] | 69 | |
| 70 | /* Put DDR in non-secure */ |
| 71 | writel(0xffff0000, SOCFPGA_SDR_FIREWALL_L3_ADDRESS + 0xc); |
| 72 | writel(0x1, SOCFPGA_SDR_FIREWALL_L3_ADDRESS); |
| 73 | |
| 74 | /* Enable priviledged and non-priviledged access to L4 peripherals */ |
| 75 | writel(~0, SOCFPGA_NOC_L4_PRIV_FLT_OFST); |
| 76 | |
| 77 | /* Enable secure and non-secure transactions to bridges */ |
| 78 | writel(~0, SOCFPGA_NOC_FW_H2F_SCR_OFST); |
| 79 | writel(~0, SOCFPGA_NOC_FW_H2F_SCR_OFST + 4); |
| 80 | |
Ley Foon Tan | db5741f | 2019-11-08 10:38:20 +0800 | [diff] [blame^] | 81 | writel(0x0007FFFF, |
| 82 | socfpga_get_sysmgr_addr() + SYSMGR_A10_ECC_INTMASK_SET); |
Ley Foon Tan | 35b9800 | 2017-04-26 02:44:43 +0800 | [diff] [blame] | 83 | } |
| 84 | |
Marek Vasut | 0b8f637 | 2018-08-18 19:11:52 +0200 | [diff] [blame] | 85 | void socfpga_sdram_remap_zero(void) |
Ley Foon Tan | 35b9800 | 2017-04-26 02:44:43 +0800 | [diff] [blame] | 86 | { |
Ley Foon Tan | 35b9800 | 2017-04-26 02:44:43 +0800 | [diff] [blame] | 87 | /* Configure the L2 controller to make SDRAM start at 0 */ |
| 88 | writel(0x1, &pl310->pl310_addr_filter_start); |
Ley Foon Tan | 35b9800 | 2017-04-26 02:44:43 +0800 | [diff] [blame] | 89 | } |
| 90 | #endif |
| 91 | |
Marek Vasut | 0b8f637 | 2018-08-18 19:11:52 +0200 | [diff] [blame] | 92 | int arch_early_init_r(void) |
| 93 | { |
| 94 | /* Add device descriptor to FPGA device table */ |
Ang, Chee Hong | 877ec6e | 2018-12-19 18:35:15 -0800 | [diff] [blame] | 95 | socfpga_fpga_add(&altera_fpga[0]); |
Marek Vasut | 0b8f637 | 2018-08-18 19:11:52 +0200 | [diff] [blame] | 96 | |
| 97 | return 0; |
| 98 | } |
| 99 | |
Ley Foon Tan | 35b9800 | 2017-04-26 02:44:43 +0800 | [diff] [blame] | 100 | /* |
Ley Foon Tan | 35b9800 | 2017-04-26 02:44:43 +0800 | [diff] [blame] | 101 | * Print CPU information |
| 102 | */ |
| 103 | #if defined(CONFIG_DISPLAY_CPUINFO) |
| 104 | int print_cpuinfo(void) |
| 105 | { |
Ley Foon Tan | db5741f | 2019-11-08 10:38:20 +0800 | [diff] [blame^] | 106 | const u32 bootinfo = readl(socfpga_get_sysmgr_addr() + |
| 107 | SYSMGR_A10_BOOTINFO); |
| 108 | const u32 bsel = SYSMGR_GET_BOOTINFO_BSEL(bootinfo); |
Ley Foon Tan | 35b9800 | 2017-04-26 02:44:43 +0800 | [diff] [blame] | 109 | |
| 110 | puts("CPU: Altera SoCFPGA Arria 10\n"); |
| 111 | |
| 112 | printf("BOOT: %s\n", bsel_str[bsel].name); |
| 113 | return 0; |
| 114 | } |
| 115 | #endif |
| 116 | |
Marek Vasut | 72c347c | 2019-04-16 22:28:08 +0200 | [diff] [blame] | 117 | void do_bridge_reset(int enable, unsigned int mask) |
Ley Foon Tan | 2e1de5b | 2018-06-01 16:13:19 +0800 | [diff] [blame] | 118 | { |
| 119 | if (enable) |
| 120 | socfpga_reset_deassert_bridges_handoff(); |
| 121 | else |
| 122 | socfpga_bridges_reset(); |
| 123 | } |