/trusted-firmware-a-latest/plat/nxp/common/setup/ |
D | common.mk | 50 PLAT_SETUP_PATH := ${PLAT_PATH}/common/setup 65 plat/nxp/common/setup/ls_err.c \ 66 plat/nxp/common/setup/ls_common.c 80 plat/nxp/common/setup/ls_image_load.c \ 81 plat/nxp/common/setup/ls_io_storage.c \ 82 plat/nxp/common/setup/ls_bl2_el3_setup.c \ 83 plat/nxp/common/setup/${ARCH}/ls_bl2_mem_params_desc.c 85 BL31_SOURCES += plat/nxp/common/setup/ls_bl31_setup.c \ 89 BL31_SOURCES += plat/nxp/common/setup/ls_interrupt_mgmt.c
|
/trusted-firmware-a-latest/plat/brcm/board/common/ |
D | bcm_elog_ddr.c | 21 struct elog_setup setup = {0}; in elog_init_ddr_log() local 115 setup.params[0] = TMP_ELOG_METADATA_BASE; in elog_init_ddr_log() 116 setup.params[1] = (sizeof(global) + global.rec_count * sizeof(rec)); in elog_init_ddr_log() 117 setup.cmd = ELOG_SETUP_CMD_WRITE_META; in elog_init_ddr_log() 119 flush_dcache_range((uintptr_t)&setup, sizeof(struct elog_setup)); in elog_init_ddr_log() 120 flush_dcache_range((uintptr_t)setup.params[0], setup.params[1]); in elog_init_ddr_log() 125 (uint32_t)(uintptr_t)(&setup), in elog_init_ddr_log()
|
/trusted-firmware-a-latest/docs/resources/diagrams/plantuml/ |
D | fconf_bl2_populate.puml | 20 == bl2 setup ==
|
D | fconf_bl1_load_config.puml | 23 note over arm_io_storage : register and setup fip
|
/trusted-firmware-a-latest/include/drivers/ |
D | usb_device.h | 120 uint8_t (*setup)(struct usb_handle *pdev, struct usb_setup_req *req); member 233 uint32_t setup[12]; /* Setup packet buffer */ member
|
D | raw_nand.h | 163 void (*setup)(struct nand_device *nand); member
|
/trusted-firmware-a-latest/docs/plat/arm/arm_fpga/ |
D | index.rst | 8 Some interconnect setup is done internally by the platform, so the TF-A code 9 just needs to setup UART and GIC. 71 addresses need to differ for a certain setup, they can be passed on the
|
/trusted-firmware-a-latest/fdts/ |
D | n1sdp-single-chip.dts | 22 /* This configuration assumes that standard setup with two DIMM modules.
|
/trusted-firmware-a-latest/docs/components/ |
D | realm-management-extension.rst | 128 Please refer to the `RMM Getting Started`_ on how to setup 131 shell PATH variable and CROSS_COMPILE variable has been setup 148 of instructions to setup build host and build options for 168 The `TF-A Getting Started`_ has the necessary instructions to setup Host 226 **4. Running FVP for 3 world setup** 396 **3. Running the FVP for a 4 world setup** 399 :ref:`4. Running FVP for 3 world setup <fvp_3_world_cmd>` to run tests for 400 4 world setup.
|
D | debugfs-design.rst | 97 - In order to setup the shared buffer, the component consuming the interface
|
/trusted-firmware-a-latest/docs/plat/ |
D | allwinner.rst | 5 SoCs with ARMv8 cores. Only BL31 is used to provide proper EL3 setup and 72 can bet set to ``0`` on the build command line, to skip the PMIC setup 73 entirely. Any bootloader or OS would need to setup the PMIC on its own then.
|
D | qti-msm8916.rst | 158 INFO: BL31: Platform setup start 160 INFO: BL31: Platform setup done 187 INFO: SP_MIN: Platform setup start 189 INFO: SP_MIN: Platform setup done
|
D | intel-agilex.rst | 75 INFO: BL2: Doing platform setup
|
D | intel-stratix10.rst | 76 INFO: BL2: Doing platform setup
|
D | socionext-uniphier.rst | 42 setup, it decompresses the appended BL2 image into the DRAM, then jumps to
|
/trusted-firmware-a-latest/plat/nxp/soc-ls1088a/ |
D | soc.mk | 110 include ${PLAT_PATH}/common/setup/common.mk
|
/trusted-firmware-a-latest/plat/nxp/soc-ls1043a/ |
D | soc.mk | 114 include ${PLAT_PATH}/common/setup/common.mk
|
/trusted-firmware-a-latest/plat/nxp/soc-ls1046a/ |
D | soc.mk | 114 include ${PLAT_PATH}/common/setup/common.mk
|
/trusted-firmware-a-latest/plat/nxp/soc-ls1028a/ |
D | soc.mk | 113 include ${PLAT_PATH}/common/setup/common.mk
|
/trusted-firmware-a-latest/drivers/mtd/nand/ |
D | raw_nand.c | 415 if ((rawnand_dev.ops->setup == NULL) || in nand_raw_init() 442 rawnand_dev.ops->setup(rawnand_dev.nand_dev); in nand_raw_init()
|
/trusted-firmware-a-latest/drivers/usb/ |
D | usb_device.c | 320 pdev->class->setup(pdev, req); in usb_core_itf_req() 545 usb_core_setup_stage(pdev, (uint8_t *)pdev->data->setup); in usb_core_handle_it() 564 (uint8_t *)pdev->data->setup, 8); in usb_core_handle_it()
|
/trusted-firmware-a-latest/plat/nxp/soc-lx2160a/ |
D | soc.mk | 170 include ${PLAT_PATH}/common/setup/common.mk
|
/trusted-firmware-a-latest/docs/plat/st/ |
D | stm32mpus.rst | 55 - | ``STM32MP_EARLY_CONSOLE``: to enable early traces before clock driver is setup.
|
/trusted-firmware-a-latest/plat/st/common/ |
D | usb_dfu.c | 494 .setup = usb_dfu_setup,
|
/trusted-firmware-a-latest/docs/perf/ |
D | psci-performance-n1sdp.rst | 86 `user guide`_ provides a detailed explanation on how to get setup from
|