Lines Matching +full:non +full:- +full:secure
1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2016-2017 Intel Corporation
44 -1,
69 /* Put OCRAM in non-secure */ in socfpga_init_security_policies()
70 writel(0x003f0000, &noc_fw_ocram_base->region0); in socfpga_init_security_policies()
71 writel(0x1, &noc_fw_ocram_base->enable); in socfpga_init_security_policies()
73 /* Put DDR in non-secure */ in socfpga_init_security_policies()
77 /* Enable priviledged and non-priviledged access to L4 peripherals */ in socfpga_init_security_policies()
80 /* Enable secure and non-secure transactions to bridges */ in socfpga_init_security_policies()
84 writel(0x0007FFFF, &sysmgr_regs->ecc_intmask_set); in socfpga_init_security_policies()
90 writel(0x1, &pl310->pl310_addr_filter_start); in socfpga_sdram_remap_zero()
109 SYSMGR_GET_BOOTINFO_BSEL(readl(&sysmgr_regs->bootinfo)); in print_cpuinfo()