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/UefiCpuPkg/Library/CpuExceptionHandlerLib/LoongArch/ExceptionCommon.h

    r105670 r108794  
    1313#define MAX_DEBUG_MESSAGE_LENGTH  0x100
    1414
    15 //
    16 // For coding convenience, define the maximum valid
    17 // LoongArch exception.
    18 // Since UEFI V2.11, it will be present in DebugSupport.h.
    19 //
    20 #define MAX_LOONGARCH_EXCEPTION  64
    21 
    2215extern INTN  mExceptionKnownNameNum;
     16extern INTN  mInterruptKnownNameNum;
    2317
    2418/**
     
    3327GetExceptionNameStr (
    3428  IN EFI_EXCEPTION_TYPE  ExceptionType
     29  );
     30
     31/**
     32  Get ASCII format string interrupt name by exception type.
     33
     34  @param InterruptType  Interrupt type.
     35
     36  @return  ASCII format string interrupt name.
     37
     38**/
     39CONST CHAR8 *
     40GetInterruptNameStr (
     41  IN EFI_EXCEPTION_TYPE  InterruptType
    3542  );
    3643
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