Home | History | Annotate | Download | only in AArch64

Lines Matching refs:Platform

20 // Platform ids are defined in ArmVExpressInternal.h for

36 Get information about the VExpress platform the firmware is running on.
38 @param[out] Platform Address where the pointer to the platform information
43 @retval EFI_SUCCESS The platform information was returned.
44 @retval EFI_NOT_FOUND The platform was not recognised.
49 OUT CONST ARM_VEXPRESS_PLATFORM** Platform
58 ASSERT (Platform != NULL);
74 Status = ArmVExpressGetPlatformFromId (ARM_FVP_BASE_AEMv8x4_AEMv8x4_GICV2_LEGACY, Platform);
80 Status = ArmVExpressGetPlatformFromId (ARM_FVP_BASE_AEMv8x4_AEMv8x4_GICV2, Platform);
83 Status = ArmVExpressGetPlatformFromId (ARM_FVP_BASE_AEMv8x4_AEMv8x4_GICV3, Platform);
89 Status = ArmVExpressGetPlatformFromId (ARM_FVP_FOUNDATION_GICV2_LEGACY, Platform);
95 Status = ArmVExpressGetPlatformFromId (ARM_FVP_FOUNDATION_GICV2, Platform);
98 Status = ArmVExpressGetPlatformFromId (ARM_FVP_FOUNDATION_GICV3, Platform);
104 Status = ArmVExpressGetPlatformFromId (ARM_FVP_VEXPRESS_AEMv8x4, Platform);