Home
last modified time | relevance | path

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

12

/rk3399_ARM-atf/plat/nxp/common/setup/
H 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
/rk3399_ARM-atf/plat/brcm/board/common/
H 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()
/rk3399_ARM-atf/docs/resources/diagrams/plantuml/
H A Dfconf_bl2_populate.puml20 == bl2 setup ==
H A Dfconf_bl1_load_config.puml23 note over arm_io_storage : register and setup fip
/rk3399_ARM-atf/docs/plat/arm/arm_fpga/
H 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
/rk3399_ARM-atf/include/drivers/
H A Dusb_device.h132 uint8_t (*setup)(struct usb_handle *pdev, struct usb_setup_req *req); member
245 uint32_t setup[12]; /* Setup packet buffer */ member
H A Draw_nand.h163 void (*setup)(struct nand_device *nand); member
/rk3399_ARM-atf/docs/plat/
H A 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.
H A Dintel-agilex.rst75 INFO: BL2: Doing platform setup
H A Dintel-stratix10.rst76 INFO: BL2: Doing platform setup
H A Dsocionext-uniphier.rst42 setup, it decompresses the appended BL2 image into the DRAM, then jumps to
/rk3399_ARM-atf/fdts/
H A Dn1sdp-single-chip.dts22 /* This configuration assumes that standard setup with two DIMM modules.
/rk3399_ARM-atf/docs/plat/qti/
H A Dmsm8916.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
/rk3399_ARM-atf/plat/nxp/soc-ls1088a/
H A Dsoc.mk110 include ${PLAT_PATH}/common/setup/common.mk
/rk3399_ARM-atf/plat/nxp/soc-ls1046a/
H A Dsoc.mk114 include ${PLAT_PATH}/common/setup/common.mk
/rk3399_ARM-atf/plat/nxp/soc-ls1043a/
H A Dsoc.mk114 include ${PLAT_PATH}/common/setup/common.mk
/rk3399_ARM-atf/drivers/mtd/nand/
H A 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()
/rk3399_ARM-atf/plat/nxp/soc-ls1028a/
H A Dsoc.mk113 include ${PLAT_PATH}/common/setup/common.mk
/rk3399_ARM-atf/drivers/usb/
H A Dusb_device.c314 pdev->class->setup(pdev, req); in usb_core_itf_req()
542 usb_core_setup_stage(pdev, (uint8_t *)pdev->data->setup); in usb_core_handle_it()
561 (uint8_t *)pdev->data->setup, 8); in usb_core_handle_it()
/rk3399_ARM-atf/docs/design_documents/
H A Ddtpm_drivers.rst97 need to be set up independently, and once they are setup, the TPM commands
108 Once the TPM is setup, the TPM ``pcr_extend`` operation can be used to extend
/rk3399_ARM-atf/plat/nxp/soc-lx2160a/
H A Dsoc.mk170 include ${PLAT_PATH}/common/setup/common.mk
/rk3399_ARM-atf/docs/components/
H A Dcontext-management-library.rst155 #. ``context_mgmt.c`` : consists of core functions that setup, save and restore
407 world-specific context setup APIs.
414 world-specific context setup handlers listed above will be invoked once per-CPU
471 each security state. These functions are invoked from the top-level setup APIs
565 Root Context needs to be setup as early as possible before we try and access/modify
581 EL3 execution context needs to setup at both boot time (cold and warm boot)
H A Dven-el3-debugfs.rst286 Initial call to setup the shared exchange buffer. Notice if successful once,
H A Ddebugfs-design.rst97 - In order to setup the shared buffer, the component consuming the interface
/rk3399_ARM-atf/plat/st/common/
H A Dusb_dfu.c498 .setup = usb_dfu_setup,

12