]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/MtrrLib/UnitTest: Add host based unit test
authorRay Ni <ray.ni@intel.com>
Tue, 19 May 2020 21:13:11 +0000 (05:13 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 12 Aug 2020 11:38:37 +0000 (11:38 +0000)
commite17f459af2594b6ccbb8d56064737b8a23414b76
tree9899a0603e5a071ec4ffafa49ba5c3c89cfd8816
parentbe01087e07809d20aa2db27b37029c324c824407
UefiCpuPkg/MtrrLib/UnitTest: Add host based unit test

Add host based unit tests for the MtrrLib services.
The BaseLib services AsmCpuid(), AsmReadMsr64(), and
AsmWriteMsr64() are hooked and provide simple emulation
of the CPUID leafs and MSRs required by the MtrrLib to
run as a host based unit test.

Test cases are developed for each of the API.

For the most important APIs MtrrSetMemoryAttributesInMtrrSettings()
and MtrrSetMemoryAttributeInMtrrSettings(), random inputs are
generated and fed to the APIs to make sure the implementation is
good. The test application accepts an optional parameter which
specifies how many iterations of feeding random inputs to the two
APIs. The overall number of test cases increases when the iteration
increases. Default iteration is 10 when no parameter is specified.

Signed-off-by: Ray Ni <ray.ni@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Ming Shao <ming.shao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ming Shao <ming.shao@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
UefiCpuPkg/Library/MtrrLib/UnitTest/MtrrLibUnitTest.c [new file with mode: 0644]
UefiCpuPkg/Library/MtrrLib/UnitTest/MtrrLibUnitTest.h [new file with mode: 0644]
UefiCpuPkg/Library/MtrrLib/UnitTest/MtrrLibUnitTestHost.inf [new file with mode: 0644]
UefiCpuPkg/Library/MtrrLib/UnitTest/Support.c [new file with mode: 0644]
UefiCpuPkg/Test/UefiCpuPkgHostTest.dsc [new file with mode: 0644]
UefiCpuPkg/UefiCpuPkg.ci.yaml