Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UefiCpuPkg/PiSmmCpuDxeSmm:Check resource HOB range before mapping #6431

Merged
merged 2 commits into from
Nov 25, 2024

Commits on Nov 25, 2024

  1. UefiCpuPkg/PiSmmCpuDxeSmm:Check resource HOB range before mapping

    This commit is to check if the resource HOB range does not
    exceed the max supported physical address.
    The function BuildMemoryMapFromResDescHobs is to build Memory
    Region from resource HOBs. Then the memory maps will be used
    during creating or modifying SMM page table. If the resource
    HOB range exceeds the max supported physical address, then
    subsequent calling of PageTableMap() will fail.
    
    Signed-off-by: Dun Tan <dun.tan@intel.com>
    td36 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    dbe6cc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd2fdba View commit details
    Browse the repository at this point in the history