| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | bl2-loading-sp.puml | 11 bl1 -> FIP : read(FW_CONFIG) 15 bl1 -> FIP : read(bl2) 22 bl2 -> FW_CONFIG : read(UUID) 23 bl2 -> FW_CONFIG : read(load_address) 24 bl2 -> FIP : read(spkg@UUID) 33 bl2 -> FIP : read(bl32/SPMC) 37 bl2 -> FIP : read(bl31)
|
| H A D | fconf_bl2_populate.puml | 32 note over fconf_dyn_cfg_getter: read dtb_registry properties from dtb 39 note over fconf_tbbr_getter: read tbbr properties from dtb 41 note over arm_fconf_io: read arm io propeties from dtb
|
| /rk3399_ARM-atf/plat/marvell/armada/common/ |
| H A D | mrvl_sip_svc.c | 82 u_register_t ret, read, x5 = x1; in mrvl_sip_smc_handler() local 150 ret = mvebu_dfx_thermal_handle(x1, &read, x2, x3); in mrvl_sip_smc_handler() 151 SMC_RET2(handle, ret, read); in mrvl_sip_smc_handler() 154 ret = mvebu_dfx_misc_handle(x1, &read, x2, x3); in mrvl_sip_smc_handler() 155 SMC_RET2(handle, ret, read); in mrvl_sip_smc_handler() 163 read = 0; in mrvl_sip_smc_handler() 164 ret = mvebu_ddr_phy_read(x1, (uint16_t *)&read); in mrvl_sip_smc_handler() 165 SMC_RET2(handle, ret, read); in mrvl_sip_smc_handler() 171 ret = mv_trng_get_random32((uint32_t *)&read, in mrvl_sip_smc_handler() 173 SMC_RET2(handle, ret, read); in mrvl_sip_smc_handler()
|
| /rk3399_ARM-atf/drivers/marvell/ |
| H A D | ddr_phy_access.c | 38 int snps_fw_read(uintptr_t offset, uint16_t *read) in snps_fw_read() argument 43 *read = mmio_read_16(DDR_PHY_BASE_ADDR + (2 * offset)); in snps_fw_read() 55 int mvebu_ddr_phy_read(uintptr_t offset, uint16_t *read) in mvebu_ddr_phy_read() argument 57 return snps_fw_read(offset, read); in mvebu_ddr_phy_read()
|
| H A D | ddr_phy_access.h | 15 int mvebu_ddr_phy_read(uintptr_t offset, uint16_t *read);
|
| /rk3399_ARM-atf/lib/cpus/aarch64/ |
| H A D | cpuamu_helpers.S | 32 1: read CPUAMEVCNTR0_EL0 33 read CPUAMEVCNTR1_EL0 34 read CPUAMEVCNTR2_EL0 35 read CPUAMEVCNTR3_EL0 36 read CPUAMEVCNTR4_EL0
|
| /rk3399_ARM-atf/plat/socionext/uniphier/ |
| H A D | uniphier_usb.c | 129 int (*read)(int lba, uintptr_t buf, size_t size); member 135 .read = uniphier_ld11_usb_read, 139 .read = uniphier_ld20_usb_read, 143 .read = uniphier_pxs3_usb_read, 162 .read = uniphier_usb_read, 178 __uniphier_usb_read = param->read; in uniphier_usb_init()
|
| /rk3399_ARM-atf/drivers/marvell/secure_dfx_access/ |
| H A D | misc_dfx.c | 83 static int armada_dfx_sread(u_register_t *read, u_register_t addr) in armada_dfx_sread() argument 88 *read = mmio_read_32(addr); in armada_dfx_sread() 103 int mvebu_dfx_misc_handle(u_register_t func, u_register_t *read, in mvebu_dfx_misc_handle() argument 112 return armada_dfx_sread(read, addr); in mvebu_dfx_misc_handle()
|
| H A D | dfx.h | 19 int mvebu_dfx_thermal_handle(u_register_t func, u_register_t *read, 21 int mvebu_dfx_misc_handle(u_register_t func, u_register_t *read,
|
| H A D | armada_thermal.c | 215 static void armada_is_valid(u_register_t *read) in armada_is_valid() argument 217 *read = (mmio_read_32(TSEN_STATUS) & TSEN_STATUS_VALID_MASK); in armada_is_valid() 220 int mvebu_dfx_thermal_handle(u_register_t func, u_register_t *read, in mvebu_dfx_thermal_handle() argument 230 armada_ap806_thermal_read(read); in mvebu_dfx_thermal_handle() 240 armada_is_valid(read); in mvebu_dfx_thermal_handle()
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-10.rst | 6 | | result in an out-of-bounds read. | 19 | Impact | Out-of-bounds read. | 30 | | - `abb8f936fd0ad085`_ "fix(auth): avoid out-of-bounds read | 42 certificate to cause an out-of-bounds memory read. 76 holds. The result is that it is possible for ``get_ext()`` to read memory past 78 read side effects, or leak microarchitectural state that could theoretically be 85 read 6 bytes, it is possible to read up to 6 bytes past the end of the buffer. 106 Furthermore, the data read through ``get_ext()`` only 145 - Taken from an untrusted source (meaning that it is read prior to
|
| H A D | security-advisory-tfv-11.rst | 5 | Title | A Malformed SDEI SMC can cause out of bound memory read. | 28 interrupt ID causes out of bound memory read. 50 gicd_read_igroupr() will eventually do a MMIO read to an unimplemented IGROUPR
|
| /rk3399_ARM-atf/lib/debugfs/ |
| H A D | devfip.c | 100 n = devtab[c->index]->read(c, entry, sizeof(struct fip_entry)); in get_entry() 230 n = devtab[cs.index]->read(&cs, buf, n); in fipread() 270 r = devtab[cspec->index]->read(cspec, &hname, sizeof(hname)); in fipmount() 316 .read = fipread,
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | debugfs-design.rst | 40 - read(): read from a file to a buffer. 50 int read(int fd, void *buf, int n); 83 data on a read operation. Refer to :ref:`ARM SiP Services <arm sip services>` 101 - Data exchange is limited by the shared buffer length. A large read operation 102 might be split into multiple read operations of smaller chunks.
|
| H A D | ven-el3-debugfs.rst | 176 uint32_t Number of bytes to read 182 On success, the read data is retrieved from the shared buffer after the 188 w0 == DEBUGFS_E_INVALID_PARAMS if read operation failed 190 uint32_t w1: number of bytes read on success.
|
| /rk3399_ARM-atf/include/drivers/io/ |
| H A D | io_block.h | 14 size_t (*read)(int lba, uintptr_t buf, size_t size); member
|
| H A D | io_mtd.h | 35 int (*read)(unsigned int offset, uintptr_t buffer, size_t length, member
|
| H A D | io_driver.h | 44 int (*read)(io_entity_t *entity, uintptr_t buffer, size_t length, member
|
| /rk3399_ARM-atf/docs/plat/nxp/ |
| H A D | nxp-ls-fuse-prov.rst | 46 …In case it is read as 00000000, then read this register using jtag (in development mode only throu… 104 …Note: In case it is read as 00000000, then read this register using jtag (in development mode only… 156 - On reset, if the SFP register were read from u-boot, it will show the following: 166 …In case it is read as 00000000, then read this register using jtag (in development mode only throu…
|
| H A D | nxp-ls-tbbr.rst | 175 -- For secure-boot status, read SNVS Register $SNVS_HPSR_REG from u-boot prompt: 184 …In case it is read as 00000000, then read this register using jtag (in development mode only throu… 190 …-- Refer the SoC specific table to read the register to interpret whether the secure boot is achie… 193 --- For secure-boot status, read SNVS Register $SNVS_HPSR_REG
|
| /rk3399_ARM-atf/docs/ |
| H A D | conf.py | 64 rst_prolog = subs.read()
|
| /rk3399_ARM-atf/drivers/io/ |
| H A D | io_block.c | 50 .read = block_read, 274 (ops->read != NULL)); in block_read() 317 request = ops->read(lba, buf->offset, request); in block_read() 386 (ops->read != NULL) && in block_write() 446 request = ops->read(lba, buf->offset, request); in block_write()
|
| H A D | io_mtd.c | 45 .read = mtd_read, 215 assert(ops->read != NULL); in mtd_read() 223 ret = ops->read(cur->base + cur->pos + cur->extra_offset, buffer, in mtd_read()
|
| /rk3399_ARM-atf/drivers/mmc/ |
| H A D | mmc.c | 196 ret = ops->read(0, (uintptr_t)&scr, sizeof(scr)); in mmc_sd_switch() 281 ret = ops->read(0, (uintptr_t)&mmc_ext_csd, in mmc_fill_device_info() 389 return ops->read(0, (uintptr_t)&sd_switch_func_status, in sd_switch() 596 (ops->read != NULL) && in mmc_read_blocks() 634 ret = ops->read(lba, buf, size); in mmc_read_blocks() 836 (ops_ptr->read != NULL) && in mmc_init()
|
| /rk3399_ARM-atf/plat/intel/soc/common/ |
| H A D | socfpga_storage.c | 155 boot_dev_spec.ops.read = SDMMC_READ_BLOCKS; in socfpga_io_setup() 168 nand_dev_spec.ops.read = cdns_nand_read; in socfpga_io_setup()
|