/arm-trusted-firmware-2.8.0/plat/nxp/common/setup/ |
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
|
/arm-trusted-firmware-2.8.0/plat/brcm/board/common/ |
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()
|
/arm-trusted-firmware-2.8.0/docs/resources/diagrams/plantuml/ |
A D | fconf_bl2_populate.puml | 20 == bl2 setup ==
|
A D | fconf_bl1_load_config.puml | 23 note over arm_io_storage : register and setup fip
|
/arm-trusted-firmware-2.8.0/include/drivers/ |
A 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
|
A D | raw_nand.h | 163 void (*setup)(struct nand_device *nand); member
|
/arm-trusted-firmware-2.8.0/docs/plat/arm/arm_fpga/ |
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
|
/arm-trusted-firmware-2.8.0/fdts/ |
A D | n1sdp-single-chip.dts | 22 /* This configuration assumes that standard setup with two DIMM modules.
|
/arm-trusted-firmware-2.8.0/docs/plat/ |
A D | allwinner.rst | 5 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 D | qti-msm8916.rst | 60 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 D | intel-agilex.rst | 75 INFO: BL2: Doing platform setup
|
A D | intel-stratix10.rst | 76 INFO: BL2: Doing platform setup
|
A D | socionext-uniphier.rst | 42 setup, it decompresses the appended BL2 image into the DRAM, then jumps to
|
A D | rz-g2.rst | 197 INFO: BL2: Doing platform setup
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A D | realm-management-extension.rst | 122 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 D | debugfs-design.rst | 97 - In order to setup the shared buffer, the component consuming the interface
|
/arm-trusted-firmware-2.8.0/plat/nxp/soc-ls1088a/ |
A D | soc.mk | 110 include ${PLAT_PATH}/common/setup/common.mk
|
/arm-trusted-firmware-2.8.0/plat/nxp/soc-ls1043a/ |
A D | soc.mk | 114 include ${PLAT_PATH}/common/setup/common.mk
|
/arm-trusted-firmware-2.8.0/plat/nxp/soc-ls1046a/ |
A D | soc.mk | 114 include ${PLAT_PATH}/common/setup/common.mk
|
/arm-trusted-firmware-2.8.0/plat/nxp/soc-ls1028a/ |
A D | soc.mk | 113 include ${PLAT_PATH}/common/setup/common.mk
|
/arm-trusted-firmware-2.8.0/drivers/mtd/nand/ |
A D | raw_nand.c | 418 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 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()
|
/arm-trusted-firmware-2.8.0/plat/nxp/soc-lx2160a/ |
A D | soc.mk | 170 include ${PLAT_PATH}/common/setup/common.mk
|
/arm-trusted-firmware-2.8.0/plat/st/common/ |
A D | usb_dfu.c | 494 .setup = usb_dfu_setup,
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | psci-lib-integration-guide.rst | 29 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
|