Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 45) sorted by relevance

12

/trusted-firmware-a-latest/plat/nxp/common/setup/
Dcommon.mk50 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/
Dbcm_elog_ddr.c21 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/
Dfconf_bl2_populate.puml20 == bl2 setup ==
Dfconf_bl1_load_config.puml23 note over arm_io_storage : register and setup fip
/trusted-firmware-a-latest/include/drivers/
Dusb_device.h120 uint8_t (*setup)(struct usb_handle *pdev, struct usb_setup_req *req); member
233 uint32_t setup[12]; /* Setup packet buffer */ member
Draw_nand.h163 void (*setup)(struct nand_device *nand); member
/trusted-firmware-a-latest/docs/plat/arm/arm_fpga/
Dindex.rst8 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/
Dn1sdp-single-chip.dts22 /* This configuration assumes that standard setup with two DIMM modules.
/trusted-firmware-a-latest/docs/components/
Drealm-management-extension.rst128 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.
Ddebugfs-design.rst97 - In order to setup the shared buffer, the component consuming the interface
/trusted-firmware-a-latest/docs/plat/
Dallwinner.rst5 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.
Dqti-msm8916.rst158 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
Dintel-agilex.rst75 INFO: BL2: Doing platform setup
Dintel-stratix10.rst76 INFO: BL2: Doing platform setup
Dsocionext-uniphier.rst42 setup, it decompresses the appended BL2 image into the DRAM, then jumps to
/trusted-firmware-a-latest/plat/nxp/soc-ls1088a/
Dsoc.mk110 include ${PLAT_PATH}/common/setup/common.mk
/trusted-firmware-a-latest/plat/nxp/soc-ls1043a/
Dsoc.mk114 include ${PLAT_PATH}/common/setup/common.mk
/trusted-firmware-a-latest/plat/nxp/soc-ls1046a/
Dsoc.mk114 include ${PLAT_PATH}/common/setup/common.mk
/trusted-firmware-a-latest/plat/nxp/soc-ls1028a/
Dsoc.mk113 include ${PLAT_PATH}/common/setup/common.mk
/trusted-firmware-a-latest/drivers/mtd/nand/
Draw_nand.c415 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/
Dusb_device.c320 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/
Dsoc.mk170 include ${PLAT_PATH}/common/setup/common.mk
/trusted-firmware-a-latest/docs/plat/st/
Dstm32mpus.rst55 - | ``STM32MP_EARLY_CONSOLE``: to enable early traces before clock driver is setup.
/trusted-firmware-a-latest/plat/st/common/
Dusb_dfu.c494 .setup = usb_dfu_setup,
/trusted-firmware-a-latest/docs/perf/
Dpsci-performance-n1sdp.rst86 `user guide`_ provides a detailed explanation on how to get setup from

12