[edk2-devel] [PATCH v2 1/7] MdePkg: Add missing Cache ID (in)valid define

Gao, Zhichao zhichao.gao at intel.com
Tue Nov 9 01:19:58 UTC 2021


Reviewed-by: Zhichao Gao <zhichao.gao at intel.com>

Thanks,
Zhichao

> -----Original Message-----
> From: devel at edk2.groups.io <devel at edk2.groups.io> On Behalf Of Chris
> Jones
> Sent: Wednesday, November 3, 2021 11:41 PM
> To: devel at edk2.groups.io
> Cc: Kinney, Michael D <michael.d.kinney at intel.com>;
> gaoliming at byosoft.com.cn; Liu, Zhiguang <zhiguang.liu at intel.com>; Ni, Ray
> <ray.ni at intel.com>; Gao, Zhichao <zhichao.gao at intel.com>;
> Alexei.Fedorov at arm.com; Sami.Mujawar at arm.com; nd at arm.com
> Subject: [edk2-devel] [PATCH v2 1/7] MdePkg: Add missing Cache ID (in)valid
> define
> 
> Bugzilla: 3697 (https://bugzilla.tianocore.org/show_bug.cgi?id=3697)
> 
> Add Cache ID valid/invalid defines to Acpi64.h which were not initially added
> when the CacheIdValid field was added to
> EFI_ACPI_6_4_PPTT_STRUCTURE_CACHE_FLAGS.
> 
> Signed-off-by: Chris Jones <christopher.jones at arm.com>
> ---
>  MdePkg/Include/IndustryStandard/Acpi64.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MdePkg/Include/IndustryStandard/Acpi64.h
> b/MdePkg/Include/IndustryStandard/Acpi64.h
> index
> 3a91302f8c0e71d4951d27aac35322073219c836..625504ba77b4000c0a0b540299
> d2e0e42c768400 100644
> --- a/MdePkg/Include/IndustryStandard/Acpi64.h
> +++ b/MdePkg/Include/IndustryStandard/Acpi64.h
> @@ -2680,6 +2680,8 @@ typedef struct {
>  #define EFI_ACPI_6_4_PPTT_WRITE_POLICY_VALID        0x1
>  #define EFI_ACPI_6_4_PPTT_LINE_SIZE_INVALID         0x0
>  #define EFI_ACPI_6_4_PPTT_LINE_SIZE_VALID           0x1
> +#define EFI_ACPI_6_4_PPTT_CACHE_ID_INVALID          0x0
> +#define EFI_ACPI_6_4_PPTT_CACHE_ID_VALID            0x1
> 
>  ///
>  /// Cache Type Structure flags
> --
> Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")
> 
> 
> 
> 
> 



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






More information about the edk2-devel-archive mailing list