Re: [edk2] [edk2-test][RFC PATCH 11/12] uefi-sct/SctPkg: sbbr: Bugfix for MemoryMap Check Test.

2018-11-19 Thread Jin, Eric
: Tuesday, November 6, 2018 4:48 PM To: edk2-devel@lists.01.org Cc: prasanth.pu...@arm.com Subject: [edk2] [edk2-test][RFC PATCH 11/12] uefi-sct/SctPkg: sbbr: Bugfix for MemoryMap Check Test. As per SBBR specification, "A UEFI runtime environment compliant with SBBR must not be written wit

Re: [edk2] [edk2-test][RFC PATCH 11/12] uefi-sct/SctPkg: sbbr: Bugfix for MemoryMap Check Test.

2018-11-06 Thread Leif Lindholm
On Tue, Nov 06, 2018 at 02:17:45PM +0530, Sakar Arora wrote: > As per SBBR specification, "A UEFI runtime environment compliant with > SBBR must not be written with any assumption of an identity mapping > between virtual and physical memory maps." > > Test case implementation was failing the

[edk2] [edk2-test][RFC PATCH 11/12] uefi-sct/SctPkg: sbbr: Bugfix for MemoryMap Check Test.

2018-11-06 Thread Sakar Arora
As per SBBR specification, "A UEFI runtime environment compliant with SBBR must not be written with any assumption of an identity mapping between virtual and physical memory maps." Test case implementation was failing the test, if it is not identity mapped, which is incorrect. Corrected test