| /rk3399_ARM-atf/plat/xilinx/versal_net/aarch64/ |
| H A D | versal_net_common.c | 24 uint32_t platform_id, platform_version; variable 52 switch (platform_id) { in board_name_decode() 77 platform_id = FIELD_GET(PLATFORM_MASK, version_type); in board_detection() 80 if (platform_id == VERSAL_NET_QEMU_COSIM) { in board_detection() 81 platform_id = VERSAL_NET_QEMU; in board_detection() 84 if ((platform_id == VERSAL_NET_SPP) || in board_detection() 85 (platform_id == VERSAL_NET_EMU) || in board_detection() 86 (platform_id == VERSAL_NET_QEMU)) { in board_detection() 98 VERBOSE("Platform id: %d version: %d.%d\n", platform_id, in board_detection() 106 switch (platform_id) { in get_uart_clk()
|
| /rk3399_ARM-atf/plat/xilinx/versal/aarch64/ |
| H A D | versal_common.c | 19 uint32_t platform_id, platform_version; variable 59 platform_id = FIELD_GET(PLATFORM_MASK, plat_info[1]); in board_detection() 62 if (platform_id == VERSAL_COSIM) { in board_detection() 63 platform_id = VERSAL_QEMU; in board_detection() 71 switch (platform_id) { in board_name_decode() 95 switch (platform_id) { in get_uart_clk()
|
| /rk3399_ARM-atf/plat/amd/versal2/aarch64/ |
| H A D | common.c | 21 uint32_t platform_id, platform_version, rtlversion, psversion, pmcversion; variable 53 switch (platform_id) { in board_name_decode() 78 platform_id = FIELD_GET((uint32_t)PLATFORM_MASK, version_type); in board_detection() 84 if (platform_id == QEMU_COSIM) { in board_detection() 85 platform_id = QEMU; in board_detection() 89 VERBOSE("Platform id: %d version: %d.%d\n", platform_id, in board_detection() 97 switch (platform_id) { in get_uart_clk()
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/ |
| H A D | nrd_bl31_setup.c | 118 if (nrd_plat_info.platform_id == RD_N2_SID_VER_PART_NUM || in plat_css_get_scmi_info() 119 nrd_plat_info.platform_id == RD_V2_SID_VER_PART_NUM || in plat_css_get_scmi_info() 120 nrd_plat_info.platform_id == RD_N2_CFG1_SID_VER_PART_NUM || in plat_css_get_scmi_info() 121 nrd_plat_info.platform_id == RD_N2_CFG3_SID_VER_PART_NUM) { in plat_css_get_scmi_info() 126 } else if (nrd_plat_info.platform_id == RD_V3_SID_VER_PART_NUM || in plat_css_get_scmi_info() 127 nrd_plat_info.platform_id == RD_V3_CFG1_SID_VER_PART_NUM || in plat_css_get_scmi_info() 128 nrd_plat_info.platform_id == RD_V3_CFG2_SID_VER_PART_NUM) { in plat_css_get_scmi_info() 144 nrd_plat_info.platform_id = plat_arm_nrd_get_platform_id(); in bl31_early_platform_setup2()
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/include/ |
| H A D | nrd_variant.h | 31 unsigned int platform_id; /* Part Number of the platform */ member
|
| /rk3399_ARM-atf/plat/xilinx/common/ |
| H A D | versal.c | 66 return (int32_t)(platform_id & SOC_ID_REV_MASK); in plat_get_soc_revision()
|
| /rk3399_ARM-atf/plat/xilinx/versal/include/ |
| H A D | plat_private.h | 25 extern uint32_t cpu_clock, platform_id, platform_version;
|
| /rk3399_ARM-atf/plat/xilinx/versal_net/include/ |
| H A D | plat_private.h | 26 extern uint32_t cpu_clock, platform_id, platform_version;
|
| /rk3399_ARM-atf/plat/amd/versal2/include/ |
| H A D | plat_private.h | 43 extern uint32_t cpu_clock, platform_id, platform_version;
|
| /rk3399_ARM-atf/plat/amd/versal2/ |
| H A D | bl31_setup.c | 105 switch (platform_id) { in bl31_early_platform_setup2() 288 if (platform_id != EMU) { in bl31_platform_setup()
|
| H A D | sip_svc_setup.c | 100 if (platform_id != EMU) { in sip_svc_smc_handler()
|
| H A D | scmi.c | 654 if (platform_id == QEMU) { in init_scmi_server() 656 } else if (platform_id == SPP) { in init_scmi_server()
|
| /rk3399_ARM-atf/plat/xilinx/versal/ |
| H A D | bl31_versal_setup.c | 93 switch (platform_id) { in bl31_early_platform_setup2()
|
| /rk3399_ARM-atf/plat/xilinx/versal_net/ |
| H A D | plat_psci.c | 45 if (platform_id == VERSAL_NET_SPP && cluster > 1) { in zynqmp_nopmu_pwr_domain_on()
|
| H A D | bl31_versal_net_setup.c | 106 switch (platform_id) { in bl31_early_platform_setup2()
|