VirtualBox

Ignore:
Timestamp:
Mar 31, 2025 11:31:09 AM (2 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168237
Message:

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.h

    r89983 r108794  
    33VarCheckPolicyLib.
    44
     5Copyright (c) 2024, Intel Corporation. All rights reserved.<BR>
    56Copyright (c) Microsoft Corporation. All rights reserved.
    67SPDX-License-Identifier: BSD-2-Clause-Patent
     
    2526
    2627/**
    27   This function is wrapper function to validate the buffer.
     28  This function is wrapper function to validate the Primary Buffer (CommBuffer).
    2829
    2930  @param Buffer  The buffer start address to be checked.
    3031  @param Length  The buffer length to be checked.
    3132
    32   @retval TRUE  This buffer is valid per processor architecture and not overlap with SMRAM/MMRAM.
    33   @retval FALSE This buffer is not valid per processor architecture or overlap with SMRAM/MMRAM.
     33  @retval TRUE  This buffer is valid.
     34  @retval FALSE This buffer is not valid.
    3435**/
    3536BOOLEAN
    3637EFIAPI
    37 VarCheckPolicyIsBufferOutsideValid (
     38VarCheckPolicyIsPrimaryBufferValid (
    3839  IN EFI_PHYSICAL_ADDRESS  Buffer,
    3940  IN UINT64                Length
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette