[edk2-devel] [PATCH 7/9] MdeModulePkg/DxeIpl: Create page table by CpuPageTableLib

duntan dun.tan at intel.com
Fri Mar 31 07:09:59 UTC 2023


Ray,
Thanks for the comments. I'll modify the code in next version patch set.

Thanks,
Dun

-----Original Message-----
From: Ni, Ray <ray.ni at intel.com> 
Sent: Friday, March 31, 2023 3:01 PM
To: Tan, Dun <dun.tan at intel.com>; devel at edk2.groups.io
Cc: Bi, Dandan <dandan.bi at intel.com>; Gao, Liming <gaoliming at byosoft.com.cn>; Wang, Jian J <jian.j.wang at intel.com>
Subject: RE: [PATCH 7/9] MdeModulePkg/DxeIpl: Create page table by CpuPageTableLib

Thanks for the cleanup: 166(+) 679(-).
2 minor comments:

>  UINTN
>  CreateIdentityMappingPageTables (
> +  IN BOOLEAN               Is32BitPageTable,
[Ray] Can you change the parameter name as Is64bitPageTable? Because 64bit is the trend, I don't like to say future is "FALSE".

> +  MapAttribute.Uint64  = 0;
[Ray] Can you add explicitly "MapAttribute.Bits.Present = 0"?

> +  MapMask.Uint64       = 0;
> +  MapMask.Bits.Present = 1;
> +  if (IsNullDetectionEnabled ()) {
> +    CreateOrUpdatePageTable (&PageTable, PagingMode, 0, SIZE_4KB, 
> + &MapAttribute, &MapMask);  }
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#102239): https://edk2.groups.io/g/devel/message/102239
Mute This Topic: https://groups.io/mt/97897985/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