Home
last modified time | relevance | path

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

12

/arm-trusted-firmware-2.8.0/plat/nxp/common/setup/
A 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
/arm-trusted-firmware-2.8.0/plat/brcm/board/common/
A 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()
/arm-trusted-firmware-2.8.0/docs/resources/diagrams/plantuml/
A Dfconf_bl2_populate.puml20 == bl2 setup ==
A Dfconf_bl1_load_config.puml23 note over arm_io_storage : register and setup fip
/arm-trusted-firmware-2.8.0/include/drivers/
A 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
A Draw_nand.h163 void (*setup)(struct nand_device *nand); member
/arm-trusted-firmware-2.8.0/docs/plat/arm/arm_fpga/
A 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
/arm-trusted-firmware-2.8.0/fdts/
A Dn1sdp-single-chip.dts22 /* This configuration assumes that standard setup with two DIMM modules.
/arm-trusted-firmware-2.8.0/docs/plat/
A Dallwinner.rst5 SoCs with ARMv8 cores. Only BL31 is used to provide proper EL3 setup and
70 can bet set to ``0`` on the build command line, to skip the PMIC setup
71 entirely. Any bootloader or OS would need to setup the PMIC on its own then.
A Dqti-msm8916.rst60 First, setup the cross compiler for AArch64 and build TF-A for ``msm8916``::
92 INFO: BL31: Platform setup start
94 INFO: BL31: Platform setup done
A Dintel-agilex.rst75 INFO: BL2: Doing platform setup
A Dintel-stratix10.rst76 INFO: BL2: Doing platform setup
A Dsocionext-uniphier.rst42 setup, it decompresses the appended BL2 image into the DRAM, then jumps to
A Drz-g2.rst197 INFO: BL2: Doing platform setup
/arm-trusted-firmware-2.8.0/docs/components/
A Drealm-management-extension.rst122 The full set of instructions to setup build host and build options for
139 Please refer to the `RMM Getting Started`_ on how to setup
155 The `TF-A Getting Started`_ has the necessary instructions to setup Host
184 Running the tests for a 3 world FVP setup
368 Running the tests for a 4 world FVP setup
372 `Running the tests for a 3 world FVP setup`_ to run tests for 4 world setup.
A Ddebugfs-design.rst97 - In order to setup the shared buffer, the component consuming the interface
/arm-trusted-firmware-2.8.0/plat/nxp/soc-ls1088a/
A Dsoc.mk110 include ${PLAT_PATH}/common/setup/common.mk
/arm-trusted-firmware-2.8.0/plat/nxp/soc-ls1043a/
A Dsoc.mk114 include ${PLAT_PATH}/common/setup/common.mk
/arm-trusted-firmware-2.8.0/plat/nxp/soc-ls1046a/
A Dsoc.mk114 include ${PLAT_PATH}/common/setup/common.mk
/arm-trusted-firmware-2.8.0/plat/nxp/soc-ls1028a/
A Dsoc.mk113 include ${PLAT_PATH}/common/setup/common.mk
/arm-trusted-firmware-2.8.0/drivers/mtd/nand/
A Draw_nand.c418 if ((rawnand_dev.ops->setup == NULL) || in nand_raw_init()
440 rawnand_dev.ops->setup(rawnand_dev.nand_dev); in nand_raw_init()
/arm-trusted-firmware-2.8.0/drivers/usb/
A 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()
/arm-trusted-firmware-2.8.0/plat/nxp/soc-lx2160a/
A Dsoc.mk170 include ${PLAT_PATH}/common/setup/common.mk
/arm-trusted-firmware-2.8.0/plat/st/common/
A Dusb_dfu.c494 .setup = usb_dfu_setup,
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dpsci-lib-integration-guide.rst29 setup.
162 - The page tables must be setup and the MMU enabled
163 - The C runtime environment must be setup and stack initialized
198 runtime. Prior to calling the ``psci_setup()`` interface, the platform setup for

Completed in 40 milliseconds

12