VirtualBox

Ignore:
Timestamp:
Aug 14, 2024 1:16:30 PM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164367
Message:

Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, 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/MdePkg/Include/Protocol/DebugSupport.h

    r101291 r105670  
    684684// LoongArch processor exception types.
    685685//
     686// The exception types is located in the CSR ESTAT
     687// register offset 16 bits, width 6 bits.
     688//
     689// If you want to register an exception hook, you can
     690// shfit the number left by 16 bits, and the exception
     691// handler will know the types.
     692//
     693// For example:
     694// mCpu->CpuRegisterInterruptHandler (
     695//         mCpu,
     696//         (EXCEPT_LOONGARCH_PPI << CSR_ESTAT_EXC_SHIFT),
     697//         PpiExceptionHandler
     698//         );
     699//
    686700#define EXCEPT_LOONGARCH_INT   0
    687701#define EXCEPT_LOONGARCH_PIL   1
Note: See TracChangeset for help on using the changeset viewer.

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