| /rk3399_ARM-atf/plat/nxp/common/setup/ |
| H A 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
|
| /rk3399_ARM-atf/plat/brcm/board/common/ |
| H A 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()
|
| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | fconf_bl2_populate.puml | 20 == bl2 setup ==
|
| H A D | fconf_bl1_load_config.puml | 23 note over arm_io_storage : register and setup fip
|
| /rk3399_ARM-atf/docs/plat/arm/arm_fpga/ |
| H A 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
|
| /rk3399_ARM-atf/include/drivers/ |
| H A D | usb_device.h | 132 uint8_t (*setup)(struct usb_handle *pdev, struct usb_setup_req *req); member 245 uint32_t setup[12]; /* Setup packet buffer */ member
|
| H A D | raw_nand.h | 163 void (*setup)(struct nand_device *nand); member
|
| /rk3399_ARM-atf/docs/plat/ |
| H A 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.
|
| H A D | intel-agilex.rst | 75 INFO: BL2: Doing platform setup
|
| H A D | intel-stratix10.rst | 76 INFO: BL2: Doing platform setup
|
| H A D | socionext-uniphier.rst | 42 setup, it decompresses the appended BL2 image into the DRAM, then jumps to
|
| /rk3399_ARM-atf/fdts/ |
| H A D | n1sdp-single-chip.dts | 22 /* This configuration assumes that standard setup with two DIMM modules.
|
| /rk3399_ARM-atf/docs/plat/qti/ |
| H A D | 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
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1088a/ |
| H A D | soc.mk | 110 include ${PLAT_PATH}/common/setup/common.mk
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1046a/ |
| H A D | soc.mk | 114 include ${PLAT_PATH}/common/setup/common.mk
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1043a/ |
| H A D | soc.mk | 114 include ${PLAT_PATH}/common/setup/common.mk
|
| /rk3399_ARM-atf/drivers/mtd/nand/ |
| H A 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()
|
| /rk3399_ARM-atf/plat/nxp/soc-ls1028a/ |
| H A D | soc.mk | 113 include ${PLAT_PATH}/common/setup/common.mk
|
| /rk3399_ARM-atf/drivers/usb/ |
| H A D | usb_device.c | 314 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 D | dtpm_drivers.rst | 97 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 D | soc.mk | 170 include ${PLAT_PATH}/common/setup/common.mk
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | context-management-library.rst | 155 #. ``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 D | ven-el3-debugfs.rst | 286 Initial call to setup the shared exchange buffer. Notice if successful once,
|
| H A D | debugfs-design.rst | 97 - In order to setup the shared buffer, the component consuming the interface
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | usb_dfu.c | 498 .setup = usb_dfu_setup,
|