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/ArmPkg/Drivers/CpuDxe/MemoryAttribute.c

    r101291 r108794  
    8383
    8484  if ((Length == 0) || (Attributes == NULL)) {
     85    DEBUG ((
     86      DEBUG_ERROR,
     87      "%a: BaseAddress 0x%llx Length 0x%llx is zero or Attributes is NULL\n",
     88      __func__,
     89      BaseAddress,
     90      Length
     91      ));
    8592    return EFI_INVALID_PARAMETER;
    8693  }
     
    196203      ((Attributes & ~(EFI_MEMORY_RO | EFI_MEMORY_RP | EFI_MEMORY_XP)) != 0))
    197204  {
     205    DEBUG ((
     206      DEBUG_ERROR,
     207      "%a: BaseAddress 0x%llx Length is zero or Attributes (0x%llx) is invalid\n",
     208      __func__,
     209      BaseAddress,
     210      Attributes
     211      ));
    198212    return EFI_INVALID_PARAMETER;
    199213  }
     
    257271      ((Attributes & ~(EFI_MEMORY_RO | EFI_MEMORY_RP | EFI_MEMORY_XP)) != 0))
    258272  {
     273    DEBUG ((
     274      DEBUG_ERROR,
     275      "%a: BaseAddress 0x%llx Length is zero or Attributes (0x%llx) is invalid\n",
     276      __func__,
     277      BaseAddress,
     278      Attributes
     279      ));
    259280    return EFI_INVALID_PARAMETER;
    260281  }
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