[edk2-devel] [RFC PATCH v1 06/30] ArmVirtPkg: Add Arm CCA Realm Service Interface Library

Sami Mujawar sami.mujawar at arm.com
Thu May 4 12:59:36 UTC 2023


On Tue, Apr 25, 2023 at 09:04 AM, Sami Mujawar wrote:

> 
> +/** RSI interface Version
> + See Section B4.4.3, RMM Specification, version A-bet0.
> + The width of the RsiInterfaceVersion fieldset is 64 bits.
> +*/
> +#define RSI_VER_MINOR_MASK 0x00FFULL
> +#define RSI_VER_MAJOR_MASK 0x7F00ULL
> +#define RSI_VER_MAJOR_SHIFT 16
> +

The RSI version masks should have been as below:
+#define RSI_VER_MINOR_MASK   0x0000FFFFULL
+#define RSI_VER_MAJOR_MASK   0x7FFF0000ULL

I will fix these in the next revision.

Regards,

Sami Mujawar


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#103990): https://edk2.groups.io/g/devel/message/103990
Mute This Topic: https://groups.io/mt/98495956/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/edk2-devel-archive/attachments/20230504/008b0142/attachment.htm>


More information about the edk2-devel-archive mailing list