Home | History | Annotate | Download | only in ArmVExpressDxe

Lines Matching refs:Platform

29 // This 'enum' is needed as variations based on existing platform exist

59 // Array that contains the list of the VExpress based platform supported by this DXE driver
63 Get information about the VExpress platform the firmware is running on given its Id.
65 @param[in] PlatformId Id of the VExpress platform.
66 @param[out] Platform Address where the pointer to the platform information
71 @retval EFI_SUCCESS The platform information was returned.
72 @retval EFI_NOT_FOUND The platform was not recognised.
78 OUT CONST ARM_VEXPRESS_PLATFORM** Platform
83 Get information about the VExpress platform the firmware is running on.
85 @param[out] Platform Address where the pointer to the platform information
90 @retval EFI_SUCCESS The platform information was returned.
91 @retval EFI_NOT_FOUND The platform was not recognised.
96 OUT CONST ARM_VEXPRESS_PLATFORM** Platform